Skip to content
Merged
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
2 changes: 1 addition & 1 deletion python/sglang/eval/loogle_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def analyse(args):
parser.add_argument(
"--model",
default="meta-llama/Llama-4-Maverick-17B-128E-Instruct",
help="Model name or ID",
help="Model name or ID, only used for model name",
)
parser.add_argument(
"--max-concurrency", type=int, default=144, help="Maximum concurrent requests"
Expand Down
3 changes: 3 additions & 0 deletions scripts/ci_install_dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ pip install -e lmms-eval/

# Install FlashMLA for attention backend tests
pip install git+https://github.com/deepseek-ai/FlashMLA.git

# Install hf_xet
pip install huggingface_hub[hf_xet]
3 changes: 3 additions & 0 deletions scripts/ci_install_dependency_8_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ gdrcopy_copybw
echo "=== Verify NVSHMEM ==="
nvshmem-info -a
# /opt/nvshmem/bin/perftest/device/pt-to-pt/shmem_put_bw

# Install hf_xet
pip install huggingface_hub[hf_xet]
Loading