chore: add hf_xet dep (#6243)

This commit is contained in:
Yineng Zhang
2025-05-12 13:08:40 -07:00
committed by GitHub
parent e8e18dcdcc
commit f94543d22b
3 changed files with 7 additions and 1 deletions

View File

@@ -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"