How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "roleplaiapp/DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B-i1-IQ3_M-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "roleplaiapp/DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B-i1-IQ3_M-GGUF",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/roleplaiapp/DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B-i1-IQ3_M-GGUF:IQ3_M
Quick Links

roleplaiapp/DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B-i1-IQ3_M-GGUF

Repo: roleplaiapp/DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B-i1-IQ3_M-GGUF Original Model: DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B-i1 Quantized File: DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B.i1-IQ3_M.gguf Quantization: GGUF Quantization Method: IQ3_M

Overview

This is a GGUF IQ3_M quantized version of DeepSauerHuatuoSkywork-R1-o1-Llama-3.1-8B-i1

Quantization By

I often have idle GPUs while building/testing for the RP app, so I put them to use quantizing models. I hope the community finds these quantizations useful.

Andrew Webby @ RolePlai.

Downloads last month
1
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

3-bit

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