Skip to content

Commit 12bc21e

Browse files
Add AWQ enum (#317)
1 parent ed13e4d commit 12bc21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/python/llmengine/data_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class LLMSource(str, Enum):
2424

2525
class Quantization(str, Enum):
2626
BITSANDBYTES = "bitsandbytes"
27+
AWQ = "awq"
2728

2829

2930
class GpuType(str, Enum):

0 commit comments

Comments
 (0)