Skip to content

Commit

Permalink
Merge branch 'main' into mmqna-audio-query
Browse files Browse the repository at this point in the history
  • Loading branch information
mhbuehler authored Dec 10, 2024
2 parents 31da576 + 4c01e14 commit ba1fd52
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 272 deletions.
72 changes: 0 additions & 72 deletions ChatQnA/chatqna.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion ChatQnA/docker_compose/intel/hpu/gaudi/compose_vllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
cap_add:
- SYS_NICE
ipc: host
command: --enforce-eager --model $LLM_MODEL_ID --tensor-parallel-size 1 --host 0.0.0.0 --port 80 --block-size 128 --max-num-seqs 256 --max-seq_len-to-capture 2048
command: --model $LLM_MODEL_ID --tensor-parallel-size 1 --host 0.0.0.0 --port 80 --block-size 128 --max-num-seqs 256 --max-seq_len-to-capture 2048
chatqna-gaudi-backend-server:
image: ${REGISTRY:-opea}/chatqna:${TAG:-latest}
container_name: chatqna-gaudi-backend-server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,6 @@ spec:
type: RuntimeDefault
image: "opea/vllm-gaudi:latest"
args:
- "--enforce-eager"
- "--model"
- "$(MODEL_ID)"
- "--tensor-parallel-size"
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/tests/test_compose_vllm_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function start_services() {
# Start Docker Containers
docker compose -f compose_vllm.yaml up -d > ${LOG_PATH}/start_services_with_compose.log
n=0
until [[ "$n" -ge 100 ]]; do
until [[ "$n" -ge 160 ]]; do
echo "n=$n"
docker logs vllm-gaudi-server > vllm_service_start.log
if grep -q "Warmup finished" vllm_service_start.log; then
Expand Down
48 changes: 0 additions & 48 deletions CodeGen/codegen.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions CodeTrans/codetrans.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions FaqGen/faqgen.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions Translation/translation.yaml

This file was deleted.

0 comments on commit ba1fd52

Please sign in to comment.