Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
f94543d2
"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "5859923adf577410f672f72b208f1e4367cef1ca"
Unverified
Commit
f94543d2
authored
May 12, 2025
by
Yineng Zhang
Committed by
GitHub
May 12, 2025
Browse files
chore: add hf_xet dep (#6243)
parent
e8e18dcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
python/sglang/eval/loogle_eval.py
python/sglang/eval/loogle_eval.py
+1
-1
scripts/ci_install_dependency.sh
scripts/ci_install_dependency.sh
+3
-0
scripts/ci_install_dependency_8_gpu.sh
scripts/ci_install_dependency_8_gpu.sh
+3
-0
No files found.
python/sglang/eval/loogle_eval.py
View file @
f94543d2
...
@@ -142,7 +142,7 @@ if __name__ == "__main__":
...
@@ -142,7 +142,7 @@ if __name__ == "__main__":
parser
.
add_argument
(
parser
.
add_argument
(
"--model"
,
"--model"
,
default
=
"meta-llama/Llama-4-Maverick-17B-128E-Instruct"
,
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
(
parser
.
add_argument
(
"--max-concurrency"
,
type
=
int
,
default
=
144
,
help
=
"Maximum concurrent requests"
"--max-concurrency"
,
type
=
int
,
default
=
144
,
help
=
"Maximum concurrent requests"
...
...
scripts/ci_install_dependency.sh
View file @
f94543d2
...
@@ -31,3 +31,6 @@ pip install -e lmms-eval/
...
@@ -31,3 +31,6 @@ pip install -e lmms-eval/
# Install FlashMLA for attention backend tests
# Install FlashMLA for attention backend tests
pip
install
git+https://github.com/deepseek-ai/FlashMLA.git
pip
install
git+https://github.com/deepseek-ai/FlashMLA.git
# Install hf_xet
pip
install
huggingface_hub[hf_xet]
scripts/ci_install_dependency_8_gpu.sh
View file @
f94543d2
...
@@ -123,3 +123,6 @@ gdrcopy_copybw
...
@@ -123,3 +123,6 @@ gdrcopy_copybw
echo
"=== Verify NVSHMEM ==="
echo
"=== Verify NVSHMEM ==="
nvshmem-info
-a
nvshmem-info
-a
# /opt/nvshmem/bin/perftest/device/pt-to-pt/shmem_put_bw
# /opt/nvshmem/bin/perftest/device/pt-to-pt/shmem_put_bw
# Install hf_xet
pip
install
huggingface_hub[hf_xet]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment