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

Under Experiment

GOALS: SOTA math reasoning for sub-400M parameter LLM

Benchmark

Note: we use thinking token forcing because this model occasionally output response directly without thinking tag.

Standard Decoding:

Recursive Self-Aggregation:

  • AIME 2025: TBA
  • HMMT 2025: TBA
  • BRUMO 2025: TBA
  • CMIMC 2025: TBA
Downloads last month
43
GGUF
Model size
0.4B params
Architecture
lfm2
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support