Spaces:
Running
Running
Eachan Johnson
commited on
Commit
·
f9551c9
1
Parent(s):
0747c7e
Update infra
Browse files- .gitignore +1 -0
- requirements.txt +3 -1
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
/cache/duvida/models--*
|
2 |
/cache/downloads/
|
3 |
*.log
|
|
|
1 |
+
.gradio/cached_examples/
|
2 |
/cache/duvida/models--*
|
3 |
/cache/downloads/
|
4 |
*.log
|
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
1 |
carabiner-tools[pd]>=0.0.4
|
2 |
duvida[chem] @ git+https://github.com/scbirlab/duvida@f5b1144
|
3 |
gradio==5.23.1
|
4 |
nemony
|
5 |
numpy
|
6 |
-
schemist>=0.0.4.post1
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
carabiner-tools[pd]>=0.0.4
|
3 |
duvida[chem] @ git+https://github.com/scbirlab/duvida@f5b1144
|
4 |
gradio==5.23.1
|
5 |
nemony
|
6 |
numpy
|
7 |
+
schemist>=0.0.4.post1
|
8 |
+
torch
|