Clémentine commited on
Commit
3994f5a
1 Parent(s): bbd101d

added gptq model submission

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,