Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt

Use this file to discover all available pages before exploring further.

Download the new model before upgrading. Automatic model pull is disabled by default in 1.55. If you run the platform update first, AI services will fail to start.

What changed

1.55 ships with a new default AI model family. Here’s what that means for your installation:
  • Qwen 3 is deprecated. All baseline presets now use Qwen 3.5.
  • Automatic model pull is disabled. The new model will not download on its own, so you must pull it manually before upgrading.
  • Vision presets are deprecated. Qwen 3.5 includes native image support, so alternatives.baseline-48g-vision and alternatives.baseline-96g-vision no longer exist. They are replaced by their standard baseline equivalents.
  • Monitoring infrastructure now enabled by default: monitoring: true is now the default. This deploys the monitoring stack (Prometheus, Grafana, node-exporter, k8s-monitoring) even if you previously opted out of metrics. No metrics are scraped or sent unless explicitly enabled, but the infrastructure will be deployed on your next update. If you want to avoid this, set the following in your values file:
    observability:
      monitoring: false
    
    See the Observability configuration for the full reference.

How to upgrade

If you need help, open a support ticket and our engineering team will assist you.

Step 1: Check your current preset

sudo cat /etc/zylon/zylon-conf.yaml | grep preset

Step 2: Find your new model

Use the table below to identify the model you need to download before upgrading. Standard presets
Current presetModel to download
baseline-24gcyankiwi/qwen3.5-9b-awq-4bit
baseline-32gcyankiwi/qwen3.5-9b-awq-4bit
baseline-48gtxn545/qwen3.5-35b-a3b-nvfp4
baseline-96gcyankiwi/qwen3.5-27b-awq-4bit
Vision presets (deprecated)
If you are on a vision preset, update your zylon-conf.yaml to the new preset before downloading the model.
Current presetChange toModel to download
alternatives.baseline-48g-visionbaseline-48gtxn545/qwen3.5-35b-a3b-nvfp4
alternatives.baseline-96g-visionbaseline-96gcyankiwi/qwen3.5-27b-awq-4bit
Not sure what a preset means? See the AI Presets documentation.

Step 3: Download the model and upgrade

Follow the steps for your installation type.
1

Update the CLI (required)

sudo zylon-cli self-update
sudo zylon-cli version
2

Download the model

Replace <model_id> with the value from the table above.
sudo zylon-cli models download <model_id>
3

Install 1.55

sudo zylon-cli list-versions
sudo zylon-cli install 1.55.X
For full environment details and troubleshooting, see the Online update guide.