Test with PyTorch 2.0 and 2.4 (#290)

* Test with PyTorch 2.0 and 2.4

* Update basic-tests-old-pytorch.yml

* skip version cell
This commit is contained in:
Sebastian Raschka
2024-07-27 15:09:02 -05:00
committed by GitHub
parent 7bf0d13ee8
commit f66c089f0b
2 changed files with 56 additions and 1 deletions

View File

@@ -62,6 +62,7 @@
}
],
"source": [
"# NBVAL_SKIP\n",
"from importlib.metadata import version\n",
"\n",
"print(\"torch version:\", version(\"torch\"))\n",
@@ -188,7 +189,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.10.6"
}
},
"nbformat": 4,