diff options
Diffstat (limited to 'lib/hyperstack/model_switcher.rb')
| -rw-r--r-- | lib/hyperstack/model_switcher.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hyperstack/model_switcher.rb b/lib/hyperstack/model_switcher.rb index 07f6cdb..379855c 100644 --- a/lib/hyperstack/model_switcher.rb +++ b/lib/hyperstack/model_switcher.rb @@ -27,7 +27,6 @@ module HyperstackVM host = state['public_ip'] raise Error, 'No public IP in state file.' if host.nil? || host.empty? - @provisioner.decommission_litellm(host) @provisioner.stop_vllm_container(host, old_container) if old_container != new_container info "Starting vLLM with preset '#{preset_name}' (#{preset['model']})..." |
