Skip to content

Commit

Permalink
Fix Segmentation fault for Python 3.9 on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed May 4, 2024
1 parent 9d1130f commit 13e7c4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/example-emnist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- pytorch-version: 1.7.1
torchvision-version: 0.8.2
python-version: 3.9
- pytorch-version: 1.8.0
torchvision-version: 0.9.0
python-version: 3.9
os: ubuntu-latest
- pytorch-version: 1.11.0
torchvision-version: 0.12.0
python-version: '3.10'
Expand Down

1 comment on commit 13e7c4c

@Tony-Y
Copy link
Owner Author

@Tony-Y Tony-Y commented on 13e7c4c May 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue for Pytorch 1.7.1 and Python 3.9 on Linux:
pytorch/pytorch#50858

Please sign in to comment.