Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
accelerate
anthropic
blobfile
cloudpickle
datasets
e2b
httpx[http2]
mcp[cli]
memray # needed for debugging (but is lightweight), we can put it to dev mode when using pyproject.toml
numba
omegaconf
openai
openai-agents
pillow
pylatexenc
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion scripts/models/deepseek-v3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ MODEL_ARGS=(
--moe-router-topk-scaling-factor 2.5
--moe-router-dtype fp32
--moe-permute-fusion
)
)
2 changes: 1 addition & 1 deletion scripts/models/glm4-32B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ MODEL_ARGS=(
--rotary-percent 0.5
--no-rope-fusion
--untie-embeddings-and-output-weights
)
)
2 changes: 1 addition & 1 deletion scripts/models/glm4-9B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ MODEL_ARGS=(
--rotary-percent 0.5
--no-rope-fusion
--untie-embeddings-and-output-weights
)
)
2 changes: 1 addition & 1 deletion scripts/models/glm4.5-106B-A12B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ MODEL_ARGS=(
--moe-router-dtype fp32
--moe-permute-fusion
--moe-aux-loss-coeff 0
)
)
2 changes: 1 addition & 1 deletion scripts/models/glm4.7-30B-A3B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ MODEL_ARGS=(
--vocab-size 154880
--rotary-base 1000000
--no-rope-fusion
)
)
2 changes: 1 addition & 1 deletion scripts/models/glm5-744B-A40B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ MODEL_ARGS=(

# vime specific args
--allgather-cp
)
)
2 changes: 1 addition & 1 deletion scripts/models/kimi-k2-thinking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ MODEL_ARGS=(
--moe-router-topk-scaling-factor 2.827
--moe-router-dtype fp32
--moe-permute-fusion
)
)
2 changes: 1 addition & 1 deletion scripts/models/kimi-k2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ MODEL_ARGS=(
--moe-router-topk-scaling-factor 2.827
--moe-router-dtype fp32
--moe-permute-fusion
)
)
2 changes: 1 addition & 1 deletion scripts/models/llama3.1-8B-Instruct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ MODEL_ARGS=(
--use-rope-scaling
--rotary-scaling-factor 8.0
--untie-embeddings-and-output-weights
)
)
2 changes: 1 addition & 1 deletion scripts/models/llama3.2-3B-Instruct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ MODEL_ARGS=(
--kv-channels 128
--use-rope-scaling
--rotary-scaling-factor 32.0
)
)
1 change: 1 addition & 0 deletions scripts/models/mimo-7B-rl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ MODEL_ARGS=(
--vocab-size 151680
--untie-embeddings-and-output-weights
--max-position-embeddings 32768
--mtp-num-layers 1
)
2 changes: 1 addition & 1 deletion scripts/models/moonlight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ MODEL_ARGS=(
--moe-token-drop-policy probs
--moe-router-dtype fp32
--moe-permute-fusion
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen2.5-0.5B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ MODEL_ARGS=(
--group-query-attention
--num-query-groups 2
--vocab-size 151936
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen2.5-1.5B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ MODEL_ARGS=(
--group-query-attention
--num-query-groups 2
--vocab-size 151936
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen2.5-32B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ MODEL_ARGS=(
--rotary-base 1000000
--vocab-size 152064
--untie-embeddings-and-output-weights
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen2.5-7B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ MODEL_ARGS=(
--rotary-base 1000000
--vocab-size 152064
--untie-embeddings-and-output-weights
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen3-0.6B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ MODEL_ARGS=(
--vocab-size 151936
--kv-channels 128
--qk-layernorm
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen3-1.7B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ MODEL_ARGS=(
--vocab-size 151936
--kv-channels 128
--qk-layernorm
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen3-235B-A22B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ MODEL_ARGS=(
--moe-router-dtype fp32
--moe-permute-fusion
--moe-aux-loss-coeff 0
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen3-30B-A3B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ MODEL_ARGS=(
--moe-router-dtype fp32
--moe-permute-fusion
--moe-aux-loss-coeff 0
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen3-4B-Instruct-2507.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MODEL_ARGS_ROTARY_BASE=5000000 source "$(dirname -- "${BASH_SOURCE[0]}")/qwen3-4B.sh"
MODEL_ARGS_ROTARY_BASE=5000000 source "$(dirname -- "${BASH_SOURCE[0]}")/qwen3-4B.sh"
2 changes: 1 addition & 1 deletion scripts/models/qwen3-4B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ MODEL_ARGS=(
--vocab-size 151936
--kv-channels 128
--qk-layernorm
)
)
2 changes: 1 addition & 1 deletion scripts/models/qwen3-8B.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ MODEL_ARGS=(
--kv-channels 128
--qk-layernorm
--untie-embeddings-and-output-weights
)
)
Loading