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

Prox 1.0 - Mistral 7B

image/png

Model description

Prox 1.0 Mistral 7B represents a significant evolution in the Mistral Fine-tune series, having been augmented with an extensive array of datasets focused on hacking instructions and Q&A content.

Built with Axolotl

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

Model tree for openvoid/Prox-1-Mistral-7B

Finetuned
(5)
this model