Skip to content

Commit

Permalink
Fix model_id. Changed to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
voatsap committed Nov 25, 2023
1 parent f82fb7a commit 3603951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion huggingface-model/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Helm chart for deploy Hugging Face models to Kubernetes cluster. Se

type: application

version: 0.1.7
version: 0.1.8

dependencies:
- condition: mongodb.enabled
Expand Down
2 changes: 1 addition & 1 deletion huggingface-model/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
command: [ "text-generation-launcher" ]
args:
- "--model-id"
- "{{ .Values.model.organization }}/{{ .Values.model.name }}"
- "/usr/src/{{ .Values.model.name }}"
- "--huggingface-hub-cache"
- "/usr/src/{{ .Values.model.name }}"
- "--weights-cache-override"
Expand Down

0 comments on commit 3603951

Please sign in to comment.