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

This model is an experiment using the frankenstein script from https://huggingface.co/chargoddard/llama2-22b BLOCK_DIAGONAL = False

Using: https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-FP16 + Then used https://huggingface.co/upstage/llama-30b-instruct-2048 as donor model.

It used 160GB of system ram to merge these models, they merge fast without swap.

For prompt template and model information see huginnV1.

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