From 3603951489ad735f71e82dcc227c7466c1c66473 Mon Sep 17 00:00:00 2001 From: Volodymyr Tsap Date: Sat, 25 Nov 2023 15:56:26 +0000 Subject: [PATCH] Fix model_id. Changed to folder --- huggingface-model/Chart.yaml | 2 +- huggingface-model/templates/application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/huggingface-model/Chart.yaml b/huggingface-model/Chart.yaml index 49f488a..8c0790d 100644 --- a/huggingface-model/Chart.yaml +++ b/huggingface-model/Chart.yaml @@ -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 diff --git a/huggingface-model/templates/application.yaml b/huggingface-model/templates/application.yaml index a98dbc3..1e816be 100644 --- a/huggingface-model/templates/application.yaml +++ b/huggingface-model/templates/application.yaml @@ -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"