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

Air-Striker-Mixtral-8x7B-ZLoss-Instruct

So, bro literally posts nothing but exl2s of this model, and it's like, am I some kind of caveman? What am I gonna do with an exl2? Take a picture of it and send it to my mom? So we re-made it from the ground up using the lora, since at least dude's got that posted.

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the linear merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: mistralai/Mixtral-8x7B-Instruct-v0.1
    parameters:
      weight: 0.5
  - model: sandmanbuzz/Air-Striker-Mixtral-8x7B-ZLoss
    parameters:
      weight: 0.5
merge_method: linear
dtype: bfloat16
Downloads last month
20
Safetensors
Model size
47B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sandmanbuzz/Air-Striker-Mixtral-8x7B-ZLoss-Instruct

Finetuned
(76)
this model
Quantizations
2 models

Paper for sandmanbuzz/Air-Striker-Mixtral-8x7B-ZLoss-Instruct