Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
accelerate
|
6 |
-
bitsandbytes
|
|
|
1 |
+
fastapi==0.110.2
|
2 |
+
uvicorn==0.29.0
|
3 |
+
transformers==4.41.1
|
4 |
+
torch==2.3.0
|
|
|
|