Skip to content

Commit

Permalink
Update trtllm deps (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydm-amazon authored Sep 27, 2024
1 parent 8e8b75e commit 33108c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trtllm-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
trtllm_branch:
description: 'The interal branch of trtllm'
required: true
default: 'lmi_v0.11.0'
default: 'v0.12.0'
release_tag:
description: 'The released tag version of trtllm'
required: true
default: 'v0.11.0'
default: 'v0.12.0'
python_version:
description: 'The python version of release'
required: false
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
container:
image: nvidia/cuda:12.4.1-devel-ubuntu22.04
options: --gpus all --runtime=nvidia --shm-size 12g
timeout-minutes: 90
timeout-minutes: 200
needs: create-runners
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 33108c6

Please sign in to comment.