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

Llama3-8B-Chinese-Chat-GGUF

Original Model

shenzhi-wang/Llama3-8B-Chinese-Chat

Run with Gaianet

Prompt template

prompt template: llama-3-chat

Context size

chat_ctx_size: 4096

Run with GaiaNet

Downloads last month
4
GGUF
Model size
8B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for gaianet/Llama3-8B-Chinese-Chat-GGUF