Skip to content

Commit

Permalink
requirements : Bump torch and numpy for python3.12 (#8041)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdoudhakem authored Jun 20, 2024
1 parent 17b291a commit b1ef562
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-convert-hf-to-gguf-update.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r ./requirements-convert-legacy-llama.txt
torch~=2.1.1
torch~=2.2.1
2 changes: 1 addition & 1 deletion requirements/requirements-convert-hf-to-gguf.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r ./requirements-convert-legacy-llama.txt
torch~=2.1.1
torch~=2.2.1
2 changes: 1 addition & 1 deletion requirements/requirements-convert-legacy-llama.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy~=1.24.4
numpy~=1.26.4
sentencepiece~=0.2.0
transformers>=4.40.1,<5.0.0
gguf>=0.1.0
Expand Down

0 comments on commit b1ef562

Please sign in to comment.