Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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-
|
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
|