Skip to content

Commit 78706ed

Browse files
compiladeNeo Zhang
authored and
Neo Zhang
committed
py : use cpu-only torch in requirements.txt (ggml-org#8335)
1 parent 4dff06d commit 78706ed

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/llava/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-r ../../requirements/requirements-convert_legacy_llama.txt
2+
--extra-index-url https://download.pytorch.org/whl/cpu
23
pillow~=10.2.0
34
torch~=2.2.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-r ./requirements-convert_legacy_llama.txt
2+
--extra-index-url https://download.pytorch.org/whl/cpu
23
torch~=2.2.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-r ./requirements-convert_legacy_llama.txt
2+
--extra-index-url https://download.pytorch.org/whl/cpu
23
torch~=2.2.1

0 commit comments

Comments
 (0)