Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
18 |
trust_remote_code=True)
|
19 |
|
20 |
model = LlavaQwen2ForCausalLM.from_pretrained(
|
21 |
-
'qnguyen3/nanoLLaVA',
|
22 |
torch_dtype=torch.float16,
|
23 |
attn_implementation="flash_attention_2",
|
24 |
trust_remote_code=True)
|
|
|
18 |
trust_remote_code=True)
|
19 |
|
20 |
model = LlavaQwen2ForCausalLM.from_pretrained(
|
21 |
+
'qnguyen3/nanoLLaVA-1.5',
|
22 |
torch_dtype=torch.float16,
|
23 |
attn_implementation="flash_attention_2",
|
24 |
trust_remote_code=True)
|