Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
add torch and timm
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -16,5 +16,7 @@ tqdm==4.65.0
|
|
16 |
tokenizers>=0.15.0
|
17 |
tiktoken>=0.5.2
|
18 |
einops==0.7.0
|
|
|
|
|
19 |
#gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
|
20 |
#gradio==4.44.1
|
|
|
16 |
tokenizers>=0.15.0
|
17 |
tiktoken>=0.5.2
|
18 |
einops==0.7.0
|
19 |
+
torch
|
20 |
+
timm
|
21 |
#gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
|
22 |
#gradio==4.44.1
|