Fix Translation Manifest CI with MODEL_ID (#1169)

Signed-off-by: letonghan <letong.han@intel.com>
This commit is contained in:
Letong Han
2024-11-21 10:48:52 +08:00
committed by GitHub
parent c5177c5e2f
commit 94231584aa
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: translation
app.kubernetes.io/version: "2.1.0"
data:
LLM_MODEL_ID: "haoranxu/ALMA-13B"
MODEL_ID: "haoranxu/ALMA-13B"
PORT: "2080"
HF_TOKEN: "insert-your-huggingface-token-here"
http_proxy: ""

View File

@@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/instance: translation
app.kubernetes.io/version: "2.1.0"
data:
LLM_MODEL_ID: "haoranxu/ALMA-13B"
MODEL_ID: "haoranxu/ALMA-13B"
PORT: "2080"
HF_TOKEN: "insert-your-huggingface-token-here"
http_proxy: ""