mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
tokenizer bug
This commit is contained in:
parent
34a39367dc
commit
fd5b426f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ LAUNCH_DIR="$PWD"
|
|||
cd "$ROOT_DIR"
|
||||
|
||||
PYTHON_BIN="${PYTHON_BIN:-python3}"
|
||||
STUDENT_MODEL="${STUDENT_MODEL:-Qwen/Qwen3-4B-Instruct}"
|
||||
STUDENT_MODEL="${STUDENT_MODEL:-Qwen/Qwen3-4B}"
|
||||
TEACHER_MODEL="${TEACHER_MODEL:-Qwen/Qwen3-30B-A3B-Instruct-2507}"
|
||||
|
||||
STUDENT_GPUS="${STUDENT_GPUS:-0}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue