lele-cecere commited on
Commit
7bb9253
1 Parent(s): 9cee656

added dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -16
requirements.txt CHANGED
@@ -1,24 +1,14 @@
1
  huggingface_hub
2
  torch
 
 
 
 
 
 
3
  accelerate
4
  einops
5
  pynvml
6
  auto-gptq
7
  uvicorn
8
  fastapi
9
-
10
-
11
-
12
-
13
- # huggingface_hub
14
- # --extra-index-url https://download.pytorch.org/whl/cu118
15
- # torch
16
- # transformers
17
- # datasets
18
- # accelerate
19
- # nvidia-ml-py3
20
- # optimum
21
- # auto-gptq
22
- # einops
23
- # pynvml
24
-
 
1
  huggingface_hub
2
  torch
3
+ transformers
4
+ datasets
5
+ accelerate
6
+ nvidia-ml-py3
7
+ optimum
8
+ auto-gptq
9
  accelerate
10
  einops
11
  pynvml
12
  auto-gptq
13
  uvicorn
14
  fastapi