Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
bitsandbytes
|
| 9 |
sentencepiece
|
| 10 |
-
outlines==
|
| 11 |
git+https://github.com/huggingface/diffusers.git@04b197eece42bfc88d1814b20e07987d94cccaa7
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
pydantic
|
| 4 |
+
transformers==4.44.2
|
| 5 |
+
peft==0.12.0
|
| 6 |
+
accelerate==0.33.0
|
| 7 |
+
bitsandbytes==0.43.3
|
|
|
|
| 8 |
sentencepiece
|
| 9 |
+
outlines==0.0.46
|
| 10 |
git+https://github.com/huggingface/diffusers.git@04b197eece42bfc88d1814b20e07987d94cccaa7
|