diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -126,6 +126,7 @@ By default, this command prints `train_loss` step logs during training and print For dataset export, tokenizer export, and docs-cache rebuild instructions, see [data/README.md](data/README.md). +Evaluation will be in the RunPod environment with all packages installed. `requirements.txt` is provided as a reference if you want to self-setup. ## FAQ diff --git a/requirements.txt b/requirements.txt index 0c5eedc..911b0e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy tqdm -torch==2.10 +torch huggingface-hub kernels setuptools |
