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

Llama-3-70B-Instruct-32k-v0.1

This is an experiment by setting rope_theta to 8m.

Quantized models

You can find all GGUF quantized models here: MaziyarPanahi/Llama-3-70B-Instruct-32k-v0.1-GGUF

Downloads last month
17
Safetensors
Model size
71B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with MaziyarPanahi/Llama-3-70B-Instruct-32k-v0.1.

Model tree for MaziyarPanahi/Llama-3-70B-Instruct-32k-v0.1

Finetuned
(51)
this model
Quantizations
5 models

Collection including MaziyarPanahi/Llama-3-70B-Instruct-32k-v0.1