Skip to content

Commit

Permalink
Update vllm_worker.py (#2482)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuishu authored Sep 29, 2023
1 parent 15a094e commit 7aace7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastchat/serve/vllm_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ async def api_model_details(request: Request):
args.model = args.model_path
if args.num_gpus > 1:
args.tensor_parallel_size = args.num_gpus
if args.quantizaiton:
if args.quantization:
args.quantization = args.quantization

engine_args = AsyncEngineArgs.from_cli_args(args)
Expand Down

0 comments on commit 7aace7d

Please sign in to comment.