Spaces:
Sleeping
Sleeping
fix bug
Browse files- .gitignore +1 -0
- requirements_advanced.txt +1 -0
.gitignore
CHANGED
|
@@ -38,6 +38,7 @@ index/
|
|
| 38 |
# Installer logs
|
| 39 |
pip-log.txt
|
| 40 |
pip-delete-this-directory.txt
|
|
|
|
| 41 |
|
| 42 |
# Unit test / coverage reports
|
| 43 |
htmlcov/
|
|
|
|
| 38 |
# Installer logs
|
| 39 |
pip-log.txt
|
| 40 |
pip-delete-this-directory.txt
|
| 41 |
+
nohup.out
|
| 42 |
|
| 43 |
# Unit test / coverage reports
|
| 44 |
htmlcov/
|
requirements_advanced.txt
CHANGED
|
@@ -10,3 +10,4 @@ transformers_stream_generator
|
|
| 10 |
einops
|
| 11 |
optimum
|
| 12 |
auto-gptq
|
|
|
|
|
|
| 10 |
einops
|
| 11 |
optimum
|
| 12 |
auto-gptq
|
| 13 |
+
numexpr
|