Spaces:
Sleeping
Sleeping
Sidharthan
commited on
Commit
•
01d319b
1
Parent(s):
bfb6e0a
Added Requirements file
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
+
peft
|
6 |
+
pydantic
|
7 |
+
bitsandbytes
|
8 |
+
accelerate
|