Skip to content

Commit

Permalink
Remove overwrite ide/s3 for additional variables
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotMarti committed Dec 4, 2024
1 parent 59cd7c7 commit b749546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
6 changes: 3 additions & 3 deletions charts/vllm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ version: 0.0.3
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.3"
appVersion: "0.0.4"

dependencies:
- name: llm-serving
version: "0.0.3"
- name: llm-servingq
version: "0.0.4"
repository: https://dscc-admin-ch.github.io/helm-charts
21 changes: 2 additions & 19 deletions charts/vllm/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,6 @@
},
"s3": {
"type": "object",
"x-onyxia": {
"overwriteSchemaWith": "ide/s3.json"
},
"description": "Configuration of temporary identity",
"properties": {
"enabled": {
Expand Down Expand Up @@ -221,26 +218,12 @@
"bucket": {
"type": "string",
"description": "Name of the S3 bucket",
"default": "lmarti",
"x-onyxia": {
"overwriteDefaultWith": "lmarti"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
"default": "lmarti"
},
"modelPath": {
"type": "string",
"description": "Path to the model within the S3 bucket",
"default": "diffusion/models/Phi-3-mini-4k-instruct",
"x-onyxia": {
"overwriteDefaultWith": "diffusion/models/Phi-3-mini-4k-instruct"
},
"hidden": {
"value": false,
"path": "s3/enabled"
}
"default": "diffusion/models/Phi-3-mini-4k-instruct"
}
}
}
Expand Down

0 comments on commit b749546

Please sign in to comment.