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

outputmodels

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the TIES merge method using autoprogrammer/Llama-3.2-1B-Instruct-th as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: autoprogrammer/Llama-3.2-1B-Instruct-th
  - model: autoprogrammer/Llama-3.2-1B-Instruct-be
    parameters:
      density: 1.0
      weight: 1.0
  - model: autoprogrammer/Llama-3.2-1B-Instruct-de
    parameters:
      density: 1.0
      weight: 1.0
merge_method: ties
base_model: autoprogrammer/Llama-3.2-1B-Instruct-th
parameters:
  normalize: true
dtype: float16
Downloads last month
6
Safetensors
Model size
1B params
Tensor type
F16
·
Inference Providers NEW
Input a message to start chatting with autoprogrammer/Llama-3.2-1B-Instruct-be-de-th-ties.

Model tree for autoprogrammer/Llama-3.2-1B-Instruct-be-de-th-ties

Paper for autoprogrammer/Llama-3.2-1B-Instruct-be-de-th-ties