How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "deepsweet/GigaChat3-10B-A1.8-GGUF-MXFP4"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "deepsweet/GigaChat3-10B-A1.8-GGUF-MXFP4",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/deepsweet/GigaChat3-10B-A1.8-GGUF-MXFP4
Quick Links

This model was converted to GGUF MXFP4 format from ai-sage/GigaChat3-10B-A1.8B using llama.cpp version 8190:

llama-quantize GigaChat3-10B-A1.8-f32.gguf GigaChat3-10B-A1.8-GGUF-MXFP4.gguf MXFP4_MOE
Downloads last month
55
GGUF
Model size
11B params
Architecture
deepseek2
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for deepsweet/GigaChat3-10B-A1.8-GGUF-MXFP4

Quantized
(10)
this model

Collection including deepsweet/GigaChat3-10B-A1.8-GGUF-MXFP4