Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/tdgpt/requirements_chronos.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-f https://download.pytorch.org/whl/torch_stable.html
torch==2.6.0+cpu
torch==2.12.1
chronos-forecasting
flask
2 changes: 1 addition & 1 deletion tools/tdgpt/requirements_ess.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

transformers==4.51.0
--find-links https://download.pytorch.org/whl/torch/
torch==2.6.0+cpu
torch==2.12.1
accelerate==0.34.2
cookiecutter>=2.1.1
ray>=2.9.0
Expand Down
2 changes: 1 addition & 1 deletion tools/tdgpt/requirements_moirai.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-f https://download.pytorch.org/whl/torch_stable.html
torch==2.6.0+cpu
torch==2.12.1
uni2ts
flask
2 changes: 1 addition & 1 deletion tools/tdgpt/requirements_moment.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-f https://download.pytorch.org/whl/torch_stable.html
torch==2.6.0+cpu
torch==2.12.1
transformers==4.51.0
numpy==1.25.2
matplotlib
Expand Down
2 changes: 1 addition & 1 deletion tools/tdgpt/requirements_timesfm.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-f https://download.pytorch.org/whl/torch_stable.html
torch==2.6.0+cpu
torch==2.12.1
jax
timesfm
flask==3.0.3
2 changes: 1 addition & 1 deletion tools/tdgpt/requirements_windows_core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

transformers==4.51.0
--find-links https://download.pytorch.org/whl/torch/
torch==2.6.0+cpu
torch==2.12.1
accelerate==0.34.2
cookiecutter>=2.1.1
ray>=2.9.0
Expand Down
Loading