alexmarques commited on
Commit
ccae56d
·
verified ·
1 Parent(s): 2e92a4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -116,6 +116,8 @@ vLLM aslo supports OpenAI-compatible serving. See the [documentation](https://do
116
 
117
  model = AutoModelForImageTextToText.from_pretrained(model_stub)
118
 
 
 
119
  # Configure the quantization algorithm and scheme
120
  recipe = QuantizationModifier(
121
  ignore=["language_model.lm_head", "re:vision_tower.*", "re:multi_modal_projector.*"],
 
116
 
117
  model = AutoModelForImageTextToText.from_pretrained(model_stub)
118
 
119
+ processor = AutoProcessor.from_pretrained(model_stub)
120
+
121
  # Configure the quantization algorithm and scheme
122
  recipe = QuantizationModifier(
123
  ignore=["language_model.lm_head", "re:vision_tower.*", "re:multi_modal_projector.*"],