Spaces:
Running
Running
Commit ·
4ffb8ff
1
Parent(s): b1e4620
fix: add peft to requirements.txt to support loading fine-tuned LoRA models in SentenceTransformers
Browse files
webapp/tipitaka-api/requirements.txt
CHANGED
|
@@ -18,4 +18,5 @@ pytest>=8.0
|
|
| 18 |
pytest-asyncio>=0.24
|
| 19 |
accelerate>=0.27.0
|
| 20 |
turbovec>=0.5.3
|
|
|
|
| 21 |
|
|
|
|
| 18 |
pytest-asyncio>=0.24
|
| 19 |
accelerate>=0.27.0
|
| 20 |
turbovec>=0.5.3
|
| 21 |
+
peft
|
| 22 |
|