File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
serve_resources/mlflow/pytorch Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
numpy
2
2
-f https://download.pytorch.org/whl/torch_stable.html
3
- torch == 2.0.1 +cpu
3
+ torch >= 2.6.0 +cpu
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ dependencies:
17
17
- pandas==2.2.1
18
18
- pyyaml==6.0.1
19
19
- requests==2.31.0
20
- - torch==2.0.1
21
- - torchvision==0.15.2
20
+ - torch>=2.6.0
21
+ - torchvision>=0.17.0
22
22
- tqdm==4.66.2
23
23
- scikit-learn==1.3.2
24
24
name : mlflow-env
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ packaging==21.3
11
11
pandas == 2.2.1
12
12
pyyaml == 6.0.1
13
13
requests == 2.32.2
14
- torch == 2.2 .0
15
- torchvision = =0.17.0
14
+ torch >= 2.6 .0
15
+ torchvision > =0.17.0
16
16
tqdm == 4.66.3
Original file line number Diff line number Diff line change 17391
17391
"texttable==1.6.7",
17392
17392
"tokenize-rt==5.1.0",
17393
17393
"tokenizers==0.13.3",
17394
- "torch==2.2 .0",
17394
+ "torch>=2.6 .0",
17395
17395
"transformers==4.33.3",
17396
17396
"triton==2.2.0",
17397
17397
"typing-extensions==4.8.0",
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ passenv =
83
83
commands =
84
84
python -c " import os; os.system('install-custom-pkgs --install-boto-wheels')"
85
85
pip install ' apache-airflow==2.9.3' --constraint " https://raw.githubusercontent.com/apache/airflow/constraints-2.9.3/constraints-3.8.txt"
86
- pip install ' torch==2.0.1 +cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
- pip install ' torchvision==0.15.2 +cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
86
+ pip install ' torch>=2.6.0 +cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
87
+ pip install ' torchvision>=0.17.0 +cpu' -f ' https://download.pytorch.org/whl/torch_stable.html'
88
88
pip install ' dill>=0.3.8'
89
89
90
90
pytest {posargs}
You can’t perform that action at this time.
0 commit comments