Skip to content

Commit 3f2ac64

Browse files
committed
remove comments
Signed-off-by: Stephanie <[email protected]>
1 parent b9708d9 commit 3f2ac64

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

scripts/envs/audio-to-text

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ export MODEL_SERVICE_PORT=8001
1111
export SUPPORT_VLLM=false
1212

1313
# for gitlab case, since gitlab does not have pipeline webhook pre-set to trigger the initial build
14-
export APP_INTERFACE_CONTAINER="quay.io/redhat-ai-dev/audio-to-text:latest"
14+
export APP_INTERFACE_CONTAINER="quay.io/redhat-ai-dev/audio-to-text:latest"

scripts/envs/chatbot

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export VLLM_MODEL_NAME="instructlab/granite-7b-lab"
1414
export VLLM_MAX_MODEL_LEN=4096
1515

1616
# for gitlab case, since gitlab does not have pipeline webhook pre-set to trigger the initial build
17-
export APP_INTERFACE_CONTAINER="quay.io/redhat-ai-dev/chatbot:latest"
17+
export APP_INTERFACE_CONTAINER="quay.io/redhat-ai-dev/chatbot:latest"

scripts/envs/codegen

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export VLLM_MAX_MODEL_LEN=6144
1515

1616

1717
# for gitlab case, since gitlab does not have pipeline webhook pre-set to trigger the initial build
18-
export APP_INTERFACE_CONTAINER="quay.io/redhat-ai-dev/codegen:latest"
18+
export APP_INTERFACE_CONTAINER="quay.io/redhat-ai-dev/codegen:latest"

scripts/import-gitops-template

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ ROOTDIR=$(realpath $SCRIPTDIR/..)
44
get gitops templates
55
REPO="${1:-https://github.com/redhat-ai-dev/ai-lab-app}"
66
BRANCH="${2:-main}"
7-
# REPO="${1:-https://github.com/yangcao77/ai-lab-app-fork}"
8-
# BRANCH="${2:-audio-to-text}"
97
REPONAME=$(basename $REPO)
108

119
TEMPDIR=$ROOTDIR/temp

0 commit comments

Comments
 (0)