We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2b10f commit c684e16Copy full SHA for c684e16
.github/workflows/vllm_benchmark.yaml
@@ -14,7 +14,7 @@ concurrency:
14
env:
15
VLLM_BRANCH: "main"
16
VLLM_REPOSITORY_URL: "https://github.com/vllm-project/vllm"
17
- BASE_IMAGE: rocm/vllm-dev:nightly
+ BASE_IMAGE: rocm/vllm-dev:nightly@sha256:3c611f72843f172d5aea9c05a4c956294184103778d3ef179ffff775287ab89d
18
GITHUB_REPO_URL: ${{ github.event.pull_request.head.repo.clone_url || 'https://github.com/ROCm/aiter.git' }}
19
GITHUB_COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.event.head_commit.id }}
20
0 commit comments