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/Mixtral_AI_CyberTron_Ultra-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/Mixtral_AI_CyberTron_Ultra-AWQ",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/solidrust/Mixtral_AI_CyberTron_Ultra-AWQ
Quick Links

Configuration Parsing Warning:In config.json: "quantization_config.modules_to_not_convert" must be an array

LeroyDyer/Mixtral_AI_CyberTron_Ultra AWQ

Model Summary

What does he NOT KNOW ! that is the question!

MOTTO FOR MODEL!

Models are the same as loras , take them with light weight they are like tablets of knowledge!

Exactly ! ( models / loras ? is there a difference ? only mega merges make a true difference ! the small merges are just applying an adapter lol - Its in there somewhere?)

Ok Its a Great MODEL ! (My Favorite Goto Brain now ! - will be fine tuned even more ! (if i get cloud credits))

Downloads last month
6
Safetensors
Model size
7B 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/Mixtral_AI_CyberTron_Ultra-AWQ

Unable to build the model tree, the base model loops to the model itself. Learn more.

Datasets used to train solidrust/Mixtral_AI_CyberTron_Ultra-AWQ