Spaces:
Paused
Paused
Commit
·
227fdd9
1
Parent(s):
0e46a1e
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
torch
|
2 |
-
transformers
|
3 |
-
transformers[torch]
|
4 |
accelerate
|
5 |
-
bitsandbytes
|
6 |
fastapi
|
7 |
uvicorn
|
8 |
langchain
|
|
|
1 |
torch
|
2 |
+
git+https://github.com/huggingface/transformers.git@main
|
|
|
3 |
accelerate
|
4 |
+
bitsandbytes
|
5 |
fastapi
|
6 |
uvicorn
|
7 |
langchain
|