mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-26 17:13:17 +00:00
parent
47303211b3
commit
0cda6b1205
51 changed files with 155089 additions and 0 deletions
9
training/qwen-math/scripts/set/run_download_model.py
Normal file
9
training/qwen-math/scripts/set/run_download_model.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import os
|
||||
|
||||
from huggingface_hub import snapshot_download
|
||||
|
||||
if __name__ == "__main__":
|
||||
CKPT_DIR = os.environ["CKPT_DIR"]
|
||||
|
||||
print("Downloading model ...")
|
||||
snapshot_download(repo_id="Qwen/Qwen2.5-3B-Instruct", local_dir=f"{CKPT_DIR}/models/Qwen2.5-3B-Instruct/base")
|
||||
Loading…
Add table
Add a link
Reference in a new issue