summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alexzhao@openai.com>2026-03-19 10:23:02 -0700
committerAlex <alexzhao@openai.com>2026-03-19 10:23:02 -0700
commit6e3e90db8696d5f8294a433b70268a1dca72aab5 (patch)
treef6d8d9588e2625349c771d60c30413e6d7ab69f3
parentb5ea566ad5ce1be3aff6ca9ec24582d5bf9a29ac (diff)
clarify torch version
-rw-r--r--README.md1
-rw-r--r--requirements.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 958dff9..b684e58 100644
--- a/README.md
+++ b/README.md
@@ -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