feat: add yolox algo

This commit is contained in:
2026-08-05 21:19:01 +08:00
parent b399d94de3
commit 79fde03972
13 changed files with 368 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ if __name__ == "__main__":
"--port", "8000",
"--served-model-name", "Qwen3-VL-8B-Instruct",
"--trust-remote-code",
"--max-model-len", "32768",
"--max-model-len", "100288",
"--dtype", "bfloat16",
"--gpu-memory-utilization", "0.70",
"--enforce-eager",