Spaces:
Running on Zero
Pin PEFT compatible with torchao 0.11
Pin PEFT to 0.18.1 instead of allowing a newer incompatible release. This preserves the Space's existing torchao 0.11.0 and torch 2.8/AOTI stack while preventing the startup ImportError during LoRA adapter loading. The pinned dependency set resolves successfully for the Space's Python and platform inputs.
Automated repair proposed by the scheduled Space monitor for revision 3842ee3f3716ba13335e5e55086e5780b7fcd8ed.
Findings: The Hub runtime traceback shows LoRA loading fails because requirements pin torchao 0.11.0 while the unpinned PEFT installation requires torchao 0.16.0 or newer.; The previous restarted-unhealthy outcome is consistent with a deterministic dependency mismatch that restarting cannot resolve.; PEFT 0.18.1 accepts torchao 0.11.0 and exposes the torchao integration APIs used during LoRA dispatch. Python 3.10 resolution with Gradio 6.16.0, Spaces, torch 2.8.0+cu126, and the repository requirem…; All Python files compiled in memory, the complete verification tree differs only in requirements.txt, and the candidate contains only that complete changed file.