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

hyperspaceai/hyperEngine_aligned

This model was converted to MLX format from cognitivecomputations/dolphin-2.8-mistral-7b-v02 using mlx-lm version 0.9.0. Refer to the original model card for more details on the model.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("hyperspaceai/hyperEngine_aligned")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
4
Safetensors
Model size
7B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for hyperspaceai/hyperEngine_aligned

Finetuned
(37)
this model

Datasets used to train hyperspaceai/hyperEngine_aligned

Evaluation results