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

This is a GPTQ quantized version of LLaMA2-13B-Holomax

Please refer to the original creator for more information.

Branches:

  • main: 4 bits, groupsize 128, act order false
  • 4bit-128g-actorder: 4 bits, groupsize 128, act order true
  • 4bit-32g-actorder: 4 bits, groupsize 32, act order true
Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support