https://huggingface.co/stabilityai/StableBeluga-13B + https://huggingface.co/jondurbin/airoboros-lmoe-13b-2.1/tree/main/adapters/reasoning weight: 0.42 name: ReasoningEngine
For Dampf.
- Downloads last month
- 808
https://huggingface.co/stabilityai/StableBeluga-13B + https://huggingface.co/jondurbin/airoboros-lmoe-13b-2.1/tree/main/adapters/reasoning weight: 0.42 name: ReasoningEngine
For Dampf.
Install from pip and serve model
# Install vLLM from pip: pip install vllm# Start the vLLM server: vllm serve "Undi95/ReasoningEngine"# Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Undi95/ReasoningEngine", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'