Matys BIECHE Claude Opus 4.8 (1M context) commited on
Commit ·
faec225
1
Parent(s): 5214e3b
Add peft to requirements (needed by LCM-LoRA load_lora_weights)
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@ transformers>=4.51.0
|
|
| 4 |
accelerate>=0.30.0
|
| 5 |
bitsandbytes>=0.43.0
|
| 6 |
diffusers>=0.27.0
|
|
|
|
| 7 |
safetensors
|
| 8 |
pydantic>=2.0
|
| 9 |
pillow
|
|
|
|
| 4 |
accelerate>=0.30.0
|
| 5 |
bitsandbytes>=0.43.0
|
| 6 |
diffusers>=0.27.0
|
| 7 |
+
peft>=0.11.0
|
| 8 |
safetensors
|
| 9 |
pydantic>=2.0
|
| 10 |
pillow
|