Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
cudnn < 8.5
  • Loading branch information
ShawnXuan authored Dec 17, 2024
1 parent 95dc3b8 commit 8cbad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ jobs:
run: |
ls ${ONEFLOW_WHEEL_PATH}
docker exec ${TEST_CONTAINER_NAME} python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
docker exec ${TEST_CONTAINER_NAME} python3 -m pip install --find-links=${ONEFLOW_WHEEL_PATH} oneflow nvidia-cudnn-cu11==8.4.1.50
docker exec ${TEST_CONTAINER_NAME} python3 -m pip install --find-links=${ONEFLOW_WHEEL_PATH} oneflow nvidia-cudnn-cu11<8.5.0
- name: Install downstream libs
if: ${{ !fromJson(matrix.cache-hit) && contains(matrix.runs-on, 'self-hosted') }}
run: |
Expand Down

0 comments on commit 8cbad3c

Please sign in to comment.