Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
--build-arg VLLM_COMMIT_ARG=${{ needs.prepare-release-branch.outputs.commit_id }} \
-t hpu-plugin-v1-${{ needs.prepare-release-branch.outputs.tag_name }} \
-f - . <<EOF
FROM vault.habana.ai/gaudi-docker/1.22.0/ubuntu24.04/habanalabs/pytorch-installer-2.7.1:latest
FROM vault.habana.ai/gaudi-docker/1.23.0/ubuntu24.04/habanalabs/pytorch-installer-2.9.0:latest

COPY ./ /workspace/vllm-gaudi
WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hourly-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
echo "Attempting to build Docker image..."
docker build --no-cache -t hpu-plugin-v1-test-env-hourly-ci -f - . <<EOF
FROM vault.habana.ai/gaudi-docker/1.22.0/ubuntu24.04/habanalabs/pytorch-installer-2.7.1:latest
FROM vault.habana.ai/gaudi-docker/1.23.0/ubuntu24.04/habanalabs/pytorch-installer-2.9.0:latest

COPY ./ /workspace/vllm-gaudi
WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
--build-arg VLLM_COMMIT_ARG=${{ env.TEST_VLLM_COMMIT }} \
-t hpu-plugin-v1-test-env-pre-merge-${{ github.event.pull_request.head.sha }} \
-f - . <<EOF
FROM vault.habana.ai/gaudi-docker/1.22.0/ubuntu24.04/habanalabs/pytorch-installer-2.7.1:latest
FROM vault.habana.ai/gaudi-docker/1.23.0/ubuntu24.04/habanalabs/pytorch-installer-2.9.0:latest

ARG VLLM_COMMIT_ARG

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ray>=2.48.0
pandas>=2.2.3
numba>=0.58.0
numpy>=1.26.0
transformers>=4.1,<4.56.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this been fixed for 1.23.0? AFAIK the latest transformers library has some compatibility issues with INC.

transformers>=4.56.0
Loading