Skip to content

Commit

Permalink
Storagemonitor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Mar 4, 2024
1 parent 2ddf9c7 commit 755534c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
python:
- "3.10"
pytorch:
- "2.1.1"
- "2.1.2"
- "2.2.0"
steps:
Expand Down Expand Up @@ -100,7 +99,6 @@ jobs:
python:
- "3.10"
pytorch:
- "2.1.1"
- "2.1.2"
- "2.2.0"
cuda:
Expand Down Expand Up @@ -177,21 +175,17 @@ jobs:
python:
- "3.10"
pytorch:
- "2.1.1"
- "2.1.2"
- "2.2.0"
rocm:
- "5.7"
- "5.7"
level:
- "runtime"
exclude:
- rocm: "5.6"
pytorch: "2.2.0"
- rocm: "5.7"
pytorch: "2.1.2"
- rocm: "5.7"
pytorch: "2.1.1"

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can also [build from source](#building-images) by editing `.env` and running

Supported Python versions: `3.11`, `3.10`

Supported Pytorch versions: `2.2.0`, `2.1.2`, `2.1.1`
Supported Pytorch versions: `2.2.0`, `2.1.2`

Supported Platforms: `NVIDIA CUDA`, `AMD ROCm`, `CPU`

Expand Down

0 comments on commit 755534c

Please sign in to comment.