EdwardoSunny commited on
Commit
5bd0dce
1 Parent(s): 3312eaf

requirements update

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -3
requirements.txt CHANGED
@@ -34,6 +34,18 @@ mdurl==0.1.2
34
  mpmath==1.3.0
35
  networkx==3.2.1
36
  numpy==2.1.1
 
 
 
 
 
 
 
 
 
 
 
 
37
  omegaconf==2.3.0
38
  opencv-python==4.10.0.84
39
  orjson==3.10.7
@@ -64,11 +76,12 @@ sympy==1.12
64
  timm==1.0.9
65
  tokenizers==0.19.1
66
  tomlkit==0.12.0
67
- torch==2.4.1+cpu
68
- torchaudio==2.4.1+cpu
69
- torchvision==0.19.1+cpu
70
  tqdm==4.66.5
71
  transformers==4.44.2
 
72
  typer==0.12.5
73
  typing_extensions==4.12.2
74
  tzdata==2024.1
 
34
  mpmath==1.3.0
35
  networkx==3.2.1
36
  numpy==2.1.1
37
+ nvidia-cublas-cu12==12.1.3.1
38
+ nvidia-cuda-cupti-cu12==12.1.105
39
+ nvidia-cuda-nvrtc-cu12==12.1.105
40
+ nvidia-cuda-runtime-cu12==12.1.105
41
+ nvidia-cudnn-cu12==9.1.0.70
42
+ nvidia-cufft-cu12==11.0.2.54
43
+ nvidia-curand-cu12==10.3.2.106
44
+ nvidia-cusolver-cu12==11.4.5.107
45
+ nvidia-cusparse-cu12==12.1.0.106
46
+ nvidia-nccl-cu12==2.20.5
47
+ nvidia-nvjitlink-cu12==12.6.68
48
+ nvidia-nvtx-cu12==12.1.105
49
  omegaconf==2.3.0
50
  opencv-python==4.10.0.84
51
  orjson==3.10.7
 
76
  timm==1.0.9
77
  tokenizers==0.19.1
78
  tomlkit==0.12.0
79
+ torch==2.4.1
80
+ torchaudio==2.4.1
81
+ torchvision==0.19.1
82
  tqdm==4.66.5
83
  transformers==4.44.2
84
+ triton==3.0.0
85
  typer==0.12.5
86
  typing_extensions==4.12.2
87
  tzdata==2024.1