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

Description

Mistral-7b model finetuned using SFT to respond like Johhny Silverhand from the Cyberpunk universe (Mike Pondsmith, CD Project Red).

The model can be used with ollama or any other application that supports a .gguf model file.

The model is quantized to 8 bits using llama.cpp

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

8-bit

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

Model tree for jubba/silverhand_mistral7b_v0_1_GGUF

Quantized
(103)
this model