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

  • Shared by: k_user

  • Language(s) (NLP): english

  • Finetuned from model ]: Gemma 4 E4B

]

Bias, Risks, and Limitations

AMD shill

Recommendations

don't listen to it

  • PEFT 0.18.1
Downloads last month
24
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support