JamePeng2023 commited on
Commit
f0bc308
·
verified ·
1 Parent(s): 714a84f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ import base64
16
  import os
17
 
18
  # Model and multimodal projection paths
19
- MODEL_PATH = r"path/to/Step3-VL-10B-BF16.gguf"
20
- MMPROJ_PATH = r"path/to/mmproj-Step3-VL-10b-BF16.gguf"
21
 
22
  # Initialize the Llama model with vision support
23
  llm = Llama(
 
16
  import os
17
 
18
  # Model and multimodal projection paths
19
+ MODEL_PATH = r"path/to/Step3-VL-10B-Q8_0.gguf"
20
+ MMPROJ_PATH = r"path/to/mmproj-Step3-VL-10b-F16.gguf"
21
 
22
  # Initialize the Llama model with vision support
23
  llm = Llama(