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

Coding-34B-U6-2

Today models are trained on code so much. Have to check how some old ones fare with some assistant bits added ;P

Models Merged

The following models were included in the merge:

  • Samantha-1.11-CodeLlama-34b
  • WizardLM-1.0-Uncensored-CodeLlama-34b
  • CodeBooga-34B-v0.1
  • CodeLlama-34b-Instruct-hf-abliterated (as base)

Configuration

The following YAML configuration was used to produce this model:

name: Coding-34B-U6-2
models:
  - model: CodeLlama-34b-Instruct-hf-abliterated
  - model: Samantha-1.11-CodeLlama-34b
  - model: WizardLM-1.0-Uncensored-CodeLlama-34b
  - model: CodeBooga-34B-v0.1
base_model: CodeLlama-34b-Instruct-hf-abliterated
merge_method: model_stock
dtype: float16
Downloads last month
5
Safetensors
Model size
34B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for altomek/Coding-34B-U6

Collection including altomek/Coding-34B-U6