Update README.md
Browse files
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 =
|
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,
|