Skip to content

Commit 213a3d9

Browse files
use cpu-only torch package
only available for x86
1 parent 55a69e5 commit 213a3d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ scikit-learn==1.2.2
55
segment-analytics-python==2.3.3
66
numpy==1.24.4
77
sentence-transformers==2.3.1
8-
torch==2.0.1
8+
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
9+
torch==2.0.1+cpu
910
huggingface_hub==0.15.1
1011
openai==0.28.0
1112
PyYAML==6.0.2

0 commit comments

Comments
 (0)