diff options
| author | Alex <alexzhao@openai.com> | 2026-03-19 10:23:02 -0700 |
|---|---|---|
| committer | Alex <alexzhao@openai.com> | 2026-03-19 10:23:02 -0700 |
| commit | 6e3e90db8696d5f8294a433b70268a1dca72aab5 (patch) | |
| tree | f6d8d9588e2625349c771d60c30413e6d7ab69f3 | |
| parent | b5ea566ad5ce1be3aff6ca9ec24582d5bf9a29ac (diff) | |
clarify torch version
| -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 |
