"vscode:/vscode.git/clone" did not exist on "4b2f8daba9cca3d7cf003833c2e690d05afa2bf5"
Unverified Commit f94543d2 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

chore: add hf_xet dep (#6243)

parent e8e18dcd
......@@ -142,7 +142,7 @@ if __name__ == "__main__":
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"
......
......@@ -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]
......@@ -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]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment