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

Qwen3.8-27B Gold10K Coding — Merged Archive

This repository is a private archival copy of a locally fine-tuned Qwen3.8-27B coding model.

  • Full merged model: repository root
  • Original Gold10K LoRA adapter: artifacts/lora_adapter/
  • Merge provenance: PROVENANCE.json

The repository was created before migrating the local V6.4 coding harness to a new generator/verifier pair.

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