Sean Cho commited on
Commit
e0b0baa
1 Parent(s): 37b2ca2

update precisions

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -506,10 +506,10 @@ with demo:
506
  precision = gr.Dropdown(
507
  choices=[
508
  "float16",
509
- "bfloat16",
510
- "8bit (LLM.int8)",
511
- "4bit (QLoRA / FP4)",
512
- "GPTQ"
513
  ],
514
  label="Precision",
515
  multiselect=False,
 
506
  precision = gr.Dropdown(
507
  choices=[
508
  "float16",
509
+ # "bfloat16",
510
+ # "8bit (LLM.int8)",
511
+ # "4bit (QLoRA / FP4)",
512
+ # "GPTQ"
513
  ],
514
  label="Precision",
515
  multiselect=False,