Skip to content

Commit 936dc1d

Browse files
committed
update
1 parent a330aa9 commit 936dc1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by ste
99
readme = "README.md"
1010
requires-python = ">=3.10,<=3.13"
1111
dependencies = [
12-
]
1312
"torch>=2.2.2,<=2.5.1; sys_platform == 'darwin' and platform_machine == 'x86_64' and python_version < '3.13'", # Intel Mac
1413
"torch>=2.2.2; sys_platform == 'darwin' and platform_machine == 'arm64'",
1514
"torch>=2.2.2; sys_platform == 'linux'",

0 commit comments

Comments
 (0)