Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ from vllm.assets.image import ImageAsset
|
|
39 |
from transformers import AutoProcessor
|
40 |
|
41 |
# Define model name once
|
42 |
-
model_name = "RedHatAI/gemma-3-4b-it-quantized.
|
43 |
|
44 |
# Load image and processor
|
45 |
image = ImageAsset("cherry_blossom").pil_image.convert("RGB")
|
@@ -185,7 +185,7 @@ lm_eval \
|
|
185 |
<th>Category</th>
|
186 |
<th>Metric</th>
|
187 |
<th>google/gemma-3-4b-it</th>
|
188 |
-
<th>
|
189 |
<th>Recovery (%)</th>
|
190 |
</tr>
|
191 |
</thead>
|
|
|
39 |
from transformers import AutoProcessor
|
40 |
|
41 |
# Define model name once
|
42 |
+
model_name = "RedHatAI/gemma-3-4b-it-quantized.w4a16"
|
43 |
|
44 |
# Load image and processor
|
45 |
image = ImageAsset("cherry_blossom").pil_image.convert("RGB")
|
|
|
185 |
<th>Category</th>
|
186 |
<th>Metric</th>
|
187 |
<th>google/gemma-3-4b-it</th>
|
188 |
+
<th>RedHatAI/gemma-3-4b-it-quantized.w4a16</th>
|
189 |
<th>Recovery (%)</th>
|
190 |
</tr>
|
191 |
</thead>
|