Update dependencies
Browse files- .pylintrc +1 -1
- requirements.txt +7 -2
.pylintrc
CHANGED
|
@@ -474,7 +474,7 @@ never-returning-functions=sys.exit,argparse.parse_error
|
|
| 474 |
# Let 'consider-using-join' be raised when the separator to join on would be
|
| 475 |
# non-empty (resulting in expected fixes of the type: ``"- " + " -
|
| 476 |
# ".join(items)``)
|
| 477 |
-
suggest-join-with-non-empty-separator=yes
|
| 478 |
|
| 479 |
|
| 480 |
[REPORTS]
|
|
|
|
| 474 |
# Let 'consider-using-join' be raised when the separator to join on would be
|
| 475 |
# non-empty (resulting in expected fixes of the type: ``"- " + " -
|
| 476 |
# ".join(items)``)
|
| 477 |
+
# suggest-join-with-non-empty-separator=yes
|
| 478 |
|
| 479 |
|
| 480 |
[REPORTS]
|
requirements.txt
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
torch
|
| 2 |
torchvision
|
|
|
|
| 3 |
matplotlib
|
| 4 |
wurlitzer
|
| 5 |
accelerate
|
| 6 |
bitsandbytes
|
| 7 |
optimum
|
| 8 |
-
auto-gptq
|
| 9 |
gradio
|
| 10 |
TTS
|
| 11 |
transformers==4.36
|
|
@@ -14,4 +15,8 @@ openai-whisper
|
|
| 14 |
geopy
|
| 15 |
langchain
|
| 16 |
text_generation
|
| 17 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
+
torchaudio
|
| 4 |
matplotlib
|
| 5 |
wurlitzer
|
| 6 |
accelerate
|
| 7 |
bitsandbytes
|
| 8 |
optimum
|
| 9 |
+
# auto-gptq
|
| 10 |
gradio
|
| 11 |
TTS
|
| 12 |
transformers==4.36
|
|
|
|
| 15 |
geopy
|
| 16 |
langchain
|
| 17 |
text_generation
|
| 18 |
+
python-dotenv
|
| 19 |
+
pydantic-settings
|
| 20 |
+
ollama
|
| 21 |
+
langchain
|
| 22 |
+
plotly-express
|