8000 Updates Python and torch versions · robbiemu/llama.cpp@91b5d14 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91b5d14

Browse files
committed
Updates Python and torch versions
Updates the allowed Python version to include 3.10 up to, but not including, 3.14. Sets the minimum torch version to 2.5 in multiple dependency files.
1 parent c6a2c9e commit 91b5d14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
]
1616

1717
[tool.poetry.dependencies]
18-
python = ">=3.9"
18+
python = ">=3.10,<3.14"
1919
numpy = "^1.25.0"
2020
sentencepiece = ">=0.1.98,<=0.2.0"
2121
transformers = ">=4.35.2,<5.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r ./requirements-convert_legacy_llama.txt
22
--extra-index-url https://download.pytorch.org/whl/cpu
3-
torch~=2.2.1
3+
torch>=2.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r ./requirements-convert_legacy_llama.txt
22
--extra-index-url https://download.pytorch.org/whl/cpu
3-
torch~=2.2.1
3+
torch>=2.5

tools/mtmd/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r ../../requirements/requirements-convert_legacy_llama.txt
22
--extra-index-url https://download.pytorch.org/whl/cpu
33
pillow~=10.2.0
4-
torch~=2.2.1
4+
torch>=2.5
55
torchvision~=0.17.1

0 commit comments

Comments
 (0)
0