Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 5fe2be0

Browse files
committed
hacked requirements to strip "+cpu" suffix from torch==2.1.0 requirements
Signed-off-by: Luke Nezda <[email protected]>
1 parent 9087bfb commit 5fe2be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ py-cpuinfo
44
setuptools>=65
55
setuptools_scm[toml]>=6.2
66
--extra-index-url https://download.pytorch.org/whl/cpu
7-
torch==2.1.0+cpu
7+
#LN HACKEDtorch==2.1.0+cpu
8+
torch==2.1.0
89
accelerate
910
optimum-intel

0 commit comments

Comments
 (0)