Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -12,9 +12,9 @@ pyvis
|
|
12 |
schemdraw
|
13 |
sse-starlette
|
14 |
termcolor
|
15 |
-
|
|
|
16 |
uvicorn
|
17 |
tenacity
|
18 |
-
torch
|
19 |
accelerate
|
20 |
git+https://github.com/vansin/ms_gradio_agentchatbot.git
|
|
|
12 |
schemdraw
|
13 |
sse-starlette
|
14 |
termcolor
|
15 |
+
torch
|
16 |
+
transformers #==4.41.0
|
17 |
uvicorn
|
18 |
tenacity
|
|
|
19 |
accelerate
|
20 |
git+https://github.com/vansin/ms_gradio_agentchatbot.git
|