Skip to content

Commit 188b568

Browse files
letonghanchensuyue
authored andcommitted
Fix Translation Manifest CI with MODEL_ID (#1169)
Signed-off-by: letonghan <letong.han@intel.com> (cherry picked from commit 9423158)
1 parent 9e9af97 commit 188b568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Translation/kubernetes/intel/cpu/xeon/manifest/translation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
app.kubernetes.io/instance: translation
1111
app.kubernetes.io/version: "2.1.0"
1212
data:
13-
LLM_MODEL_ID: "haoranxu/ALMA-13B"
13+
MODEL_ID: "haoranxu/ALMA-13B"
1414
PORT: "2080"
1515
HF_TOKEN: "insert-your-huggingface-token-here"
1616
http_proxy: ""

Translation/kubernetes/intel/hpu/gaudi/manifest/translation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
app.kubernetes.io/instance: translation
1111
app.kubernetes.io/version: "2.1.0"
1212
data:
13-
LLM_MODEL_ID: "haoranxu/ALMA-13B"
13+
MODEL_ID: "haoranxu/ALMA-13B"
1414
PORT: "2080"
1515
HF_TOKEN: "insert-your-huggingface-token-here"
1616
http_proxy: ""

0 commit comments

Comments
 (0)