dhirajjoshi116 commited on
Commit
355b295
·
verified ·
1 Parent(s): d2e1ed2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ Then, copy the snippet from the section that is relevant for your use case.
60
  from vllm import LLM, SamplingParams
61
  from vllm.assets.image import ImageAsset
62
 
63
- model_path = TODO: PUT HF NAMESPACE HERE
64
 
65
  model = LLM(
66
  model=model_path,
 
60
  from vllm import LLM, SamplingParams
61
  from vllm.assets.image import ImageAsset
62
 
63
+ model_path = "ibm-granite/granite-vision-3.1-2b-preview"
64
 
65
  model = LLM(
66
  model=model_path,