naicoi commited on
Commit
6637fc3
·
verified ·
1 Parent(s): 1f96849

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu121
2
 
3
- # Core Torch Stack
4
- torch==2.5.1
5
- torchvision==0.20.1
6
 
7
  # DeepCache (giữ theo yêu cầu)
8
  DeepCache==0.1.1
 
1
+ --extra-index-url https://download.pytorch.org/whl/torch
2
 
3
+ # Core Torch Stack (2.7+ required for RTX 5090 sm_120 support)
4
+ torch>=2.7.0
5
+ torchvision>=0.22.0
6
 
7
  # DeepCache (giữ theo yêu cầu)
8
  DeepCache==0.1.1