Skip to content

Commit

Permalink
Update pytorch to latest stable (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Oct 23, 2023
1 parent b24be3b commit 31fdc14
Show file tree
Hide file tree
Showing 37 changed files with 1,321 additions and 1,181 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
poetry lock --no-update
poetry install
- name: pin
run: |
MILABENCH_GPU_ARCH=cuda poetry run milabench pin -c constraints/cuda.txt --config config/standard.yaml
MILABENCH_GPU_ARCH=rocm poetry run milabench pin -c constraints/rocm.txt --config config/standard.yaml
git diff --stat
- name: tests
run: |
export PATH="/opt/rocm/bin:$PATH"
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ sqlite.db
.pin-constraints-*
.mongo/
.pin/tmp-*


.no_report
trash/
Loading

0 comments on commit 31fdc14

Please sign in to comment.