From c8bd4d1e7a34ebf452d3d6c843d5cef785abe608 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 24 May 2026 14:02:34 +0300 Subject: replace qwen3-coder-next with qwen3.6-27b across configs, docs, and tooling --- lib/hyperstack/config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/hyperstack') diff --git a/lib/hyperstack/config.rb b/lib/hyperstack/config.rb index ba143e7..7057b4f 100644 --- a/lib/hyperstack/config.rb +++ b/lib/hyperstack/config.rb @@ -85,9 +85,9 @@ module HyperstackVM }, 'vllm' => { 'install' => true, - 'model' => 'bullpoint/Qwen3-Coder-Next-AWQ-4bit', + 'model' => 'Qwen/Qwen3.6-27B-FP8', 'hug_cache_dir' => '/ephemeral/hug', - 'container_name' => 'vllm_qwen3', + 'container_name' => 'vllm_qwen36_27b', 'max_model_len' => 262_144, 'gpu_memory_utilization' => 0.92, 'tensor_parallel_size' => 1, -- cgit v1.2.3