CoolFace
Modelpublic

brandonbeiler/InternVL3_5-14B-FP8-Dynamic

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes41downloads
Model Card

๐Ÿ”ฅ InternVL3_5-14B-FP8-Dynamic ๐Ÿ”ฅ

This is a fp8 dynamic (w8a8) version of OpenGVLab/InternVL3_5-14B, optimized for high-performance inference with vLLM. The model utilizes fp8 dynamic (w8a8) for optimal performance and deployment.

Just Run It (vLLM serve)

You can serve the model using vLLM's OpenAI-compatible API server.

bash
vllm serve brandonbeiler/InternVL3_5-14B-FP8-Dynamic \
    --quantization compressed-tensors \
    --served-model-name internvl3_5-14b \
    --reasoning-parser qwen3 \
    --trust-remote-code \
    --max-model-len 32768 \
    --tensor-parallel-size 1 # Adjust based on your GPU setup

Notes

  • โ€”32k max context length
  • โ€”reasoning parser ready to go, requires system prompt to run in thinking mode
  • โ€”still investigating tool calling

๐Ÿš€ Key Features

  • โ€”FP8 Dynamic Quantization: No calibration required, ready to use immediately
  • โ€”Vision-Language Optimized: Specialized quantization recipe that preserves visual understanding
  • โ€”vLLM Ready: Seamless integration with vLLM for production deployment
  • โ€”Memory Efficient: ~50% memory reduction compared to FP16 original
  • โ€”Performance Boost: Significant faster inference on H100/L40S GPUs

๐Ÿ“Š Model Details

  • โ€”Original Model: OpenGVLab/InternVL3_5-14B
  • โ€”Source Model: OpenGVLab/InternVL3_5-14B
  • โ€”Quantized Model: InternVL3_5-14B-FP8-Dynamic
  • โ€”Quantization Method: FP8 Dynamic (W8A8)
  • โ€”Quantization Library: LLM Compressor v0.7.1
  • โ€”Quantized by: brandonbeiler

๐Ÿ—๏ธ Technical Specifications

Hardware Requirements

  • โ€”Inference: ? VRAM (+ VRAM for context)
  • โ€”Supported GPUs: H100, L40S, A100 (80GB), RTX 4090 (2x for tensor parallelism)
  • โ€”GPU Architecture: Latest NVIDIA GPUs (Ada Lovelace, Hopper and later) and latest AMD GPUs. Recommended for NVIDIA GPUs with compute capability >=9.0 (Hopper and Blackwell)

Quantization Details

  • โ€”Weights: FP8 E4M3 with dynamic per-tensor scales
  • โ€”Activations: FP8 E4M3 with dynamic per-tensor scales
  • โ€”Preserved Components: Vision tower, embeddings, mlp1

๐Ÿ”ฌ Package Versions

This model was created using:

llmcompressor==0.7.1
compressed-tensors==0.10.2
transformers==4.55.0
torch==2.7.1
vllm==0.10.1.1

Quantized with โค๏ธ using LLM Compressor for the open-source community