Spaces:
Runtime error
Runtime error
Clémentine
commited on
Commit
·
3994f5a
1
Parent(s):
bbd101d
added gptq model submission
Browse files
app.py
CHANGED
|
@@ -483,6 +483,7 @@ with demo:
|
|
| 483 |
"bfloat16",
|
| 484 |
"8bit (LLM.int8)",
|
| 485 |
"4bit (QLoRA / FP4)",
|
|
|
|
| 486 |
],
|
| 487 |
label="Precision",
|
| 488 |
multiselect=False,
|
|
|
|
| 483 |
"bfloat16",
|
| 484 |
"8bit (LLM.int8)",
|
| 485 |
"4bit (QLoRA / FP4)",
|
| 486 |
+
"GPTQ"
|
| 487 |
],
|
| 488 |
label="Precision",
|
| 489 |
multiselect=False,
|