Skip to content

Commit

Permalink
fix typo quantization (#2469)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai authored Sep 29, 2023
1 parent 7aace7d commit faca3a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastchat/serve/vllm_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ async def api_model_details(request: Request):
"--controller-address", type=str, default="http://localhost:21001"
)
parser.add_argument("--model-path", type=str, default="lmsys/vicuna-7b-v1.3")
parser.add_argument("--quantization", type=str)
parser.add_argument(
"--model-names",
type=lambda s: s.split(","),
Expand Down

0 comments on commit faca3a3

Please sign in to comment.