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

Updates in EXAONE-3.5

Key Changes

  • RoPE Scaling Parameter: Added to support longer context_length.
  • Memory Optimization: For the 2.4B model, tie_word_embeddings is set to True for improved memory efficiency.

⚠️ Using the original Llamafy script as-is may lead to performance degradation.

To address this, I have updated the script and uploaded the Llamafied version of the model.

Special Thanks

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

Model tree for datalama/EXAONE-3.5-32B-Instruct-Llamafied

Quantizations
1 model