kylesayrs commited on
Commit
7f66874
·
verified ·
1 Parent(s): 7e1d5b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ from vllm.assets.image import ImageAsset
44
  from vllm import LLM, SamplingParams
45
 
46
  # prepare model
47
- model_id = "neuralmagic/Llama-3.2-11B-Vision-Instruct-W4A16-G128"
48
  llm = LLM(
49
  model=model_id,
50
  max_model_len=4096,
 
44
  from vllm import LLM, SamplingParams
45
 
46
  # prepare model
47
+ model_id = "neuralmagic/Llama-3.2-11B-Vision-Instruct-quantized.w4a16"
48
  llm = LLM(
49
  model=model_id,
50
  max_model_len=4096,