whan12 commited on
Commit
871d7df
Β·
verified Β·
1 Parent(s): 1ada7b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import time
10
 
11
  DESCRIPTION = "# LLaVA πŸ’ͺ - THE IRON PUMPING MACHINE VISION BEAST"
12
 
13
- model_id = "llava-hf/llava-1.5-7b-hf"
14
  quantization_config = BitsAndBytesConfig(
15
  load_in_4bit=True,
16
  bnb_4bit_compute_dtype=torch.float16
 
10
 
11
  DESCRIPTION = "# LLaVA πŸ’ͺ - THE IRON PUMPING MACHINE VISION BEAST"
12
 
13
+ model_id = "llava-hf/llava-v1.6-vicuna-7b-hf"
14
  quantization_config = BitsAndBytesConfig(
15
  load_in_4bit=True,
16
  bnb_4bit_compute_dtype=torch.float16