Skip to content

Commit

Permalink
Update CI GPU to run on CUDA 11.7 (#2137)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Saroufim <marksaroufim@fb.com>
  • Loading branch information
agunapal and msaroufim committed Feb 16, 2023
1 parent 7a7cc69 commit 8b3ae1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: |
python ts_scripts/install_dependencies.py --environment=dev --cuda=cu102
python ts_scripts/install_dependencies.py --environment=dev --cuda=cu117
- name: Torchserve Sanity
uses: nick-fields/retry@v2
with:
Expand Down

0 comments on commit 8b3ae1e

Please sign in to comment.