mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
major refactor 4
This commit is contained in:
parent
40a0c47fc3
commit
2e2fdc2058
1 changed files with 2 additions and 1 deletions
|
|
@ -75,10 +75,11 @@ echo "[2/4] Starting GSM8k environment..."
|
|||
python -u environments/gsm8k_server.py serve \
|
||||
--env.tokenizer_name "$MODEL" \
|
||||
--env.use_wandb=False \
|
||||
--env.rollout_server_url "http://localhost:${GSM8K_PORT}" \
|
||||
--openai.model_name "$MODEL" \
|
||||
--openai.base_url "http://localhost:${VLLM_PORT}/v1" \
|
||||
--openai.server_type vllm \
|
||||
--server.port $GSM8K_PORT \
|
||||
--slurm false \
|
||||
> "${LOG_DIR}/gsm8k.log" 2>&1 &
|
||||
|
||||
echo "Waiting for GSM8k (10s)..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue