Commit 3f2ac64 1 parent b9708d9 commit 3f2ac64 Copy full SHA for 3f2ac64
File tree 4 files changed +3
-5
lines changed
4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ export MODEL_SERVICE_PORT=8001
11
11
export SUPPORT_VLLM=false
12
12
13
13
# 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"
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ export VLLM_MODEL_NAME="instructlab/granite-7b-lab"
14
14
export VLLM_MAX_MODEL_LEN=4096
15
15
16
16
# 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"
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export VLLM_MAX_MODEL_LEN=6144
15
15
16
16
17
17
# 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"
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ ROOTDIR=$(realpath $SCRIPTDIR/..)
4
4
get gitops templates
5
5
REPO="${1:-https://github.com/redhat-ai-dev/ai-lab-app}"
6
6
BRANCH="${2:-main}"
7
- # REPO="${1:-https://github.com/yangcao77/ai-lab-app-fork}"
8
- # BRANCH="${2:-audio-to-text}"
9
7
REPONAME=$(basename $REPO)
10
8
11
9
TEMPDIR=$ROOTDIR/temp
You can’t perform that action at this time.
0 commit comments