fix: uv dependency
All checks were successful
Build container / build-docker (push) Successful in 24m10s
All checks were successful
Build container / build-docker (push) Successful in 24m10s
This commit is contained in:
@ -173,7 +173,7 @@ def parse_args():
|
||||
p = argparse.ArgumentParser(description="Qwen3-ASR Unified API (streaming + non-streaming)")
|
||||
p.add_argument("--asr-model-path", default="Qwen/Qwen3-ASR-1.7B", help="Model name or local path")
|
||||
p.add_argument("--host", default="0.0.0.0")
|
||||
p.add_argument("--port", type=int, default=8000)
|
||||
p.add_argument("--port", type=int, default=5000)
|
||||
p.add_argument("--gpu-memory-utilization", type=float, default=0.8)
|
||||
p.add_argument("--max-new-tokens", type=int, default=32,
|
||||
help="Max new tokens per call (streaming). Use larger value for non-streaming.")
|
||||
|
||||
Reference in New Issue
Block a user