Add additional notes on debugging SSL issues (#810)

* Add SSL instructions

* update old pytorch tests

* update

* update

* update

* update

* update

* update

* update

* update
This commit is contained in:
Sebastian Raschka
2025-09-06 11:46:50 -05:00
committed by GitHub
parent 290fa10d55
commit 18c6b970ab
4 changed files with 49 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
name: Test PyTorch 2.2 and 2.6
name: Test PyTorch 2.3 and 2.5
on:
push:
@@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pytorch-version: [ 2.3.0, 2.6.0 ]
pytorch-version: [ 2.3.0, 2.5.0 ]
steps:
- uses: actions/checkout@v4