johnsmith0031 / alpaca_lora_4bit

MIT License
533 stars 84 forks source link

Fix Dockerfile for No module named 'monkeypatch' #79

Closed wesleysanjose closed 1 year ago

wesleysanjose commented 1 year ago

Traceback (most recent call last): File "/alpaca_lora_4bit/text-generation-webui/server.py", line 1, in import custom_monkey_patch # apply monkey patch File "/alpaca_lora_4bit/text-generation-webui/custom_monkey_patch.py", line 6, in from monkeypatch.peft_tuners_lora_monkey_patch import replace_peft_model_with_gptq_lora_model, Linear4bitLt ModuleNotFoundError: No module named 'monkeypatch'