:pencil: [Config] .gitignore and requirements.txt
Browse files- .gitignore +2 -1
- requirements.txt +1 -0
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
__pycache__
|
2 |
-
secrets.json
|
|
|
|
1 |
__pycache__
|
2 |
+
secrets.json
|
3 |
+
*.onnx
|
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
fastapi
|
2 |
markdown2
|
3 |
numpy
|
|
|
4 |
pydantic
|
5 |
tclogger
|
6 |
torch
|
|
|
1 |
fastapi
|
2 |
markdown2
|
3 |
numpy
|
4 |
+
onnxruntime
|
5 |
pydantic
|
6 |
tclogger
|
7 |
torch
|