Skip to content

Commit

Permalink
py : use cpu-only torch in requirements.txt (ggerganov#8335)
Browse files Browse the repository at this point in the history
  • Loading branch information
compilade authored and Neo Zhang committed Jul 13, 2024
1 parent 4dff06d commit 78706ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/llava/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r ../../requirements/requirements-convert_legacy_llama.txt
--extra-index-url https://download.pytorch.org/whl/cpu
pillow~=10.2.0
torch~=2.2.1
1 change: 1 addition & 0 deletions requirements/requirements-convert_hf_to_gguf.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r ./requirements-convert_legacy_llama.txt
--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.2.1
1 change: 1 addition & 0 deletions requirements/requirements-convert_hf_to_gguf_update.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r ./requirements-convert_legacy_llama.txt
--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.2.1

0 comments on commit 78706ed

Please sign in to comment.