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

jeiku/Average_Normie_v2_l3_8B AWQ

Model Summary

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

This model was merged using the Model Stock merge method using ResplendentAI/Kei_Llama3_8B as a base.

The following models were included in the merge:

About AWQ

AWQ is an efficient, accurate and blazing-fast low-bit weight quantization method, currently supporting 4-bit quantization. Compared to GPTQ, it offers faster Transformers-based inference with equivalent or better quality compared to the most commonly used GPTQ settings.

AWQ models are currently supported on Linux and Windows, with NVidia GPUs only. macOS users: please use GGUF models instead.

It is supported by:

Downloads last month
5
Safetensors
Model size
8B params
Tensor type
I32
·
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for solidrust/Average_Normie_v2_l3_8B-AWQ

Quantized
(2)
this model

Collection including solidrust/Average_Normie_v2_l3_8B-AWQ

Paper for solidrust/Average_Normie_v2_l3_8B-AWQ