Skip to content

Commit 7b7900d

Browse files
test with main
1 parent c6264ba commit 7b7900d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/vllm/ec2/utils/run_vllm_on_arm64.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ handle_error() {
5050
trap cleanup EXIT
5151
trap 'handle_error $LINENO' ERR
5252

53+
cd /fsx/vllm-dlc/vllm
54+
git checkout main
55+
5356
echo "Running initial inference check..."
5457
docker run --rm \
5558
-v /fsx/vllm-dlc/vllm:/vllm \

vllm/buildspec-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ images:
4343
latest_release_tag: !join [ *VERSION, "-", *DEVICE_TYPE, "-", *TAG_PYTHON_VERSION, "-", *CUDA_VERSION, "-", *OS_VERSION, "-arm64" ]
4444
docker_file: !join [ *FRAMEWORK, /, *ARCH_TYPE, /, *DEVICE_TYPE, /Dockerfile.arm64 ]
4545
target: vllm-openai
46-
build: true
46+
build: false
4747
enable_common_stage_build: false
4848
test_configs:
4949
test_platforms:

0 commit comments

Comments
 (0)