diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-24 14:02:34 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-24 14:02:34 +0300 |
| commit | c8bd4d1e7a34ebf452d3d6c843d5cef785abe608 (patch) | |
| tree | ec1e6c19379c3ba86f6d80d90286eceae393b983 /lib | |
| parent | f16f4b753b3bf317e6da79f479ff5f506ed34b47 (diff) | |
replace qwen3-coder-next with qwen3.6-27b across configs, docs, and tooling
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/hyperstack/config.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
