stestoni91 commited on
Commit
dfe2067
1 Parent(s): 0407db2

Remove tensorflow and add torch

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -4
requirements.txt CHANGED
@@ -5,6 +5,7 @@ annotated-types==0.7.0
5
  anyio==4.4.0
6
  astunparse==1.6.3
7
  attrs==23.2.0
 
8
  certifi==2024.6.2
9
  charset-normalizer==3.3.2
10
  click==8.1.7
@@ -33,10 +34,10 @@ httpx==0.27.0
33
  huggingface-hub==0.23.4
34
  idna==3.7
35
  importlib_resources==6.4.0
 
36
  Jinja2==3.1.4
37
  jsonschema==4.22.0
38
  jsonschema-specifications==2023.12.1
39
- keras==3.3.3
40
  kiwisolver==1.4.5
41
  libclang==18.1.1
42
  Markdown==3.6
@@ -45,14 +46,29 @@ MarkupSafe==2.1.5
45
  matplotlib==3.9.0
46
  mdurl==0.1.2
47
  ml-dtypes==0.3.2
 
48
  namex==0.0.8
 
49
  numpy==1.26.4
 
 
 
 
 
 
 
 
 
 
 
 
50
  opt-einsum==3.3.0
51
  optree==0.11.0
52
  orjson==3.10.5
53
  packaging==24.1
54
  pandas==2.2.2
55
  pillow==10.3.0
 
56
  protobuf==4.25.3
57
  pydantic==2.7.4
58
  pydantic_core==2.18.4
@@ -76,18 +92,20 @@ semantic-version==2.10.0
76
  shellingham==1.5.4
77
  six==1.16.0
78
  sniffio==1.3.1
 
79
  starlette==0.37.2
 
80
  tensorboard==2.16.2
81
  tensorboard-data-server==0.7.2
82
- tensorflow==2.16.1
83
- tensorflow-io-gcs-filesystem==0.37.0
84
  termcolor==2.4.0
85
- tf_keras==2.16.0
86
  tokenizers==0.19.1
 
87
  tomlkit==0.12.0
88
  toolz==0.12.1
 
89
  tqdm==4.66.4
90
  transformers==4.41.2
 
91
  typer==0.12.3
92
  typing_extensions==4.12.2
93
  tzdata==2024.1
 
5
  anyio==4.4.0
6
  astunparse==1.6.3
7
  attrs==23.2.0
8
+ beautifulsoup4==4.12.3
9
  certifi==2024.6.2
10
  charset-normalizer==3.3.2
11
  click==8.1.7
 
34
  huggingface-hub==0.23.4
35
  idna==3.7
36
  importlib_resources==6.4.0
37
+ iniconfig==2.0.0
38
  Jinja2==3.1.4
39
  jsonschema==4.22.0
40
  jsonschema-specifications==2023.12.1
 
41
  kiwisolver==1.4.5
42
  libclang==18.1.1
43
  Markdown==3.6
 
46
  matplotlib==3.9.0
47
  mdurl==0.1.2
48
  ml-dtypes==0.3.2
49
+ mpmath==1.3.0
50
  namex==0.0.8
51
+ networkx==3.3
52
  numpy==1.26.4
53
+ nvidia-cublas-cu12==12.1.3.1
54
+ nvidia-cuda-cupti-cu12==12.1.105
55
+ nvidia-cuda-nvrtc-cu12==12.1.105
56
+ nvidia-cuda-runtime-cu12==12.1.105
57
+ nvidia-cudnn-cu12==8.9.2.26
58
+ nvidia-cufft-cu12==11.0.2.54
59
+ nvidia-curand-cu12==10.3.2.106
60
+ nvidia-cusolver-cu12==11.4.5.107
61
+ nvidia-cusparse-cu12==12.1.0.106
62
+ nvidia-nccl-cu12==2.20.5
63
+ nvidia-nvjitlink-cu12==12.5.40
64
+ nvidia-nvtx-cu12==12.1.105
65
  opt-einsum==3.3.0
66
  optree==0.11.0
67
  orjson==3.10.5
68
  packaging==24.1
69
  pandas==2.2.2
70
  pillow==10.3.0
71
+ pluggy==1.5.0
72
  protobuf==4.25.3
73
  pydantic==2.7.4
74
  pydantic_core==2.18.4
 
92
  shellingham==1.5.4
93
  six==1.16.0
94
  sniffio==1.3.1
95
+ soupsieve==2.5
96
  starlette==0.37.2
97
+ sympy==1.12.1
98
  tensorboard==2.16.2
99
  tensorboard-data-server==0.7.2
 
 
100
  termcolor==2.4.0
 
101
  tokenizers==0.19.1
102
+ tomli==2.0.1
103
  tomlkit==0.12.0
104
  toolz==0.12.1
105
+ torch==2.3.1
106
  tqdm==4.66.4
107
  transformers==4.41.2
108
+ triton==2.3.1
109
  typer==0.12.3
110
  typing_extensions==4.12.2
111
  tzdata==2024.1