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,
|