Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ tags:
|
|
| 14 |
pipeline_tag: image-text-to-text
|
| 15 |
inference: false
|
| 16 |
license: mit
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
# 🔥 InternVL3-38B-FP8-Dynamic: Optimized Vision-Language Model 🔥
|
| 19 |
This is a **FP8 dynamic quantized** version of [OpenGVLab/InternVL3-38B](https://huggingface.co/OpenGVLab/InternVL3-38B), optimized for high-performance inference with vLLM.
|
|
@@ -68,4 +70,4 @@ torch==2.7.0
|
|
| 68 |
vllm==0.9.1
|
| 69 |
```
|
| 70 |
|
| 71 |
-
*Quantized with ❤️ using LLM Compressor for the open-source community*
|
|
|
|
| 14 |
pipeline_tag: image-text-to-text
|
| 15 |
inference: false
|
| 16 |
license: mit
|
| 17 |
+
base_model:
|
| 18 |
+
- OpenGVLab/InternVL3-38B
|
| 19 |
---
|
| 20 |
# 🔥 InternVL3-38B-FP8-Dynamic: Optimized Vision-Language Model 🔥
|
| 21 |
This is a **FP8 dynamic quantized** version of [OpenGVLab/InternVL3-38B](https://huggingface.co/OpenGVLab/InternVL3-38B), optimized for high-performance inference with vLLM.
|
|
|
|
| 70 |
vllm==0.9.1
|
| 71 |
```
|
| 72 |
|
| 73 |
+
*Quantized with ❤️ using LLM Compressor for the open-source community*
|