Skip to content

Commit

Permalink
fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
flozi00 authored Jan 4, 2024
1 parent 2278789 commit 4976889
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/lorax_server/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ class Quantization(str, Enum):
bitsandbytes_fp4 = "bitsandbytes-fp4"
gptq = "gptq"
awq = "awq"
hqq_4bit = "hqq-4bit"
hqq_3bit = "hqq-3bit"
hqq_2bit = "hqq-2bit"


class Dtype(str, Enum):
Expand Down

0 comments on commit 4976889

Please sign in to comment.