Skip to content

Commit

Permalink
enable false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Dec 3, 2024
1 parent 71e0962 commit 63ee3e0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/models/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,11 +271,10 @@ catalog:
resourceProfile: nvidia-gpu-l4:1
# Qwen #
qwen2.5-coder-1.5b-cpu:
enabled: true
enabled: false
features: ["TextGeneration"]
url: "ollama://qwen2.5-coder:1.5b"
engine: OLlama
minReplicas: 1
resourceProfile: cpu:1
qwen2.5-coder-1.5b-rtx4070-8gb:
enabled: false
Expand All @@ -292,11 +291,10 @@ catalog:
minReplicas: 1
resourceProfile: nvidia-gpu-rtx4070-8gb:1
qwen2.5-7b-cpu:
enabled: true
enabled: false
features: ["TextGeneration"]
url: "ollama://qwen2.5:7b"
engine: OLlama
minReplicas: 1
resourceProfile: cpu:2
qwen2-500m-cpu:
enabled: false
Expand Down

0 comments on commit 63ee3e0

Please sign in to comment.