mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
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:
committed by
GitHub
parent
7bf0d13ee8
commit
f66c089f0b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user