Views
No views yet
NVFP4 quantized version of google/gemma-4-E4B-it for vLLM.NVFP4lm_head: higher precisionFP81vllm serve Neural-ICE/Gemma-4-E4B-it-NVFP4 \
2 --quantization modelopt \
3 --gpu-memory-utilization 0.90vLLM recipe:1curl http://localhost:8000/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -d '{
4 "model": "Neural-ICE/Gemma-4-E4B-it-NVFP4",
5 "messages": [
6 {"role": "user", "content": "Explain quantum entanglement in simple terms."}
7 ],
8 "max_tokens": 512
9 }'