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

Commit aae9843

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

File tree

1 file changed

+2
-1
lines changed
  • intel_extension_for_transformers/llm/runtime/graph/scripts/requirements

1 file changed

+2
-1
lines changed

intel_extension_for_transformers/llm/runtime/graph/scripts/requirements/common.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
torch==2.1.0+cpu
2+
#LN HACKEDtorch==2.1.0+cpu
3+
torch==2.1.0
34
transformers
45
numpy
56
sentencepiece

0 commit comments

Comments
 (0)