mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
parent
47303211b3
commit
0cda6b1205
51 changed files with 155089 additions and 0 deletions
20
training/qwen-math/scripts/set/prepare.sh
Executable file
20
training/qwen-math/scripts/set/prepare.sh
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
MAMBA_ENV="tina"
|
||||
eval "$(mamba shell hook --shell bash)" && mamba activate "${MAMBA_ENV}"
|
||||
echo "START TIME: $(date)"
|
||||
echo "PYTHON ENV: $(which python)"
|
||||
|
||||
source "./scripts/set/set_vars.sh"
|
||||
|
||||
PY_SCRIPT="./scripts/set/run_download_model.py"
|
||||
|
||||
echo ""
|
||||
echo "Running script: ${PY_SCRIPT}"
|
||||
echo ""
|
||||
|
||||
python "${PY_SCRIPT}"
|
||||
|
||||
echo "END TIME: $(date)"
|
||||
echo "DONE"
|
||||
Loading…
Add table
Add a link
Reference in a new issue