We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a330aa9 commit 936dc1dCopy full SHA for 936dc1d
pyproject.toml
@@ -9,7 +9,6 @@ description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by ste
9
readme = "README.md"
10
requires-python = ">=3.10,<=3.13"
11
dependencies = [
12
-]
13
"torch>=2.2.2,<=2.5.1; sys_platform == 'darwin' and platform_machine == 'x86_64' and python_version < '3.13'", # Intel Mac
14
"torch>=2.2.2; sys_platform == 'darwin' and platform_machine == 'arm64'",
15
"torch>=2.2.2; sys_platform == 'linux'",
0 commit comments