SeanScripts commited on
Commit
deef481
1 Parent(s): 850f6e8

Update README.md

Browse files

Forgot to use my username in the model load lol

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ from PIL import Image
16
  import time
17
 
18
  # Load model
19
- model_id = "./pixtral-12b-nf4"
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,