SeanScripts
commited on
Commit
•
deef481
1
Parent(s):
850f6e8
Update README.md
Browse filesForgot to use my username in the model load lol
README.md
CHANGED
@@ -16,7 +16,7 @@ from PIL import Image
|
|
16 |
import time
|
17 |
|
18 |
# Load model
|
19 |
-
model_id = "
|
20 |
model = LlavaForConditionalGeneration.from_pretrained(
|
21 |
model_id,
|
22 |
use_safetensors=True,
|
|
|
16 |
import time
|
17 |
|
18 |
# Load model
|
19 |
+
model_id = "SeanScripts/pixtral-12b-nf4"
|
20 |
model = LlavaForConditionalGeneration.from_pretrained(
|
21 |
model_id,
|
22 |
use_safetensors=True,
|