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

Merged jukofyork/command-r-35b-writer-v3-multiplicative-lora into CohereLabs/c4ai-command-r-v01 using jukofyork/merge-lora.

Untested... But appears to have worked:

✓ Successfully merged and uploaded model!
Model URL: https://huggingface.co/jukofyork/command-r-35b-writer-v3
Merge mode: Multiplicative
Scale factor: 1
Processed 15 shards
Merged 72 layers with LoRA weights
Downloads last month
28
Safetensors
Model size
35B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for jukofyork/command-r-35b-writer-v3

Finetuned
(7)
this model
Quantizations
2 models

Collection including jukofyork/command-r-35b-writer-v3