Skip to content

Commit

Permalink
chore: llm default use cpu (apecloud#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnleelhl authored Apr 5, 2024
1 parent db2bb71 commit 568d322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/llm-cluster/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"properties": {
"cpuMode": {
"title": "CPU Mode",
"description": "Set to true if no GPU is available",
"description": "Set to true if no GPU is available, default true",
"type": "boolean",
"default": false
"default": true
},
"version": {
"title": "Version",
Expand Down
2 changes: 1 addition & 1 deletion addons/llm-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ memory: 0
##
gpu: 1

cpuMode: false
cpuMode: true

model: "facebook/opt-125m"

Expand Down

0 comments on commit 568d322

Please sign in to comment.