Commit Graph

7 Commits

Author SHA1 Message Date
wesleysanjose b8e2588fbf
Fix Dockerfile for No module named 'monkeypatch'
Traceback (most recent call last):
  File "/alpaca_lora_4bit/text-generation-webui/server.py", line 1, in <module>
    import custom_monkey_patch # apply monkey patch
  File "/alpaca_lora_4bit/text-generation-webui/custom_monkey_patch.py", line 6, in <module>
    from monkeypatch.peft_tuners_lora_monkey_patch import replace_peft_model_with_gptq_lora_model, Linear4bitLt
ModuleNotFoundError: No module named 'monkeypatch'
2023-04-14 01:27:44 -07:00
Andy Barry a93cf1264a Add timing on readme, remove useless line in dockerfile. 2023-04-08 01:54:29 -04:00
Andy Barry 191d92c940 Clean up diff 2023-04-08 01:27:56 -04:00
Andy Barry 31614fc2c4 Move 7bn changes into dockerfile. 2023-04-08 01:21:17 -04:00
Andy Barry e854f5d111 Fix after merge. 2023-04-08 00:53:28 -04:00
Andy Barry 1af4023883 Fix some issues. 2023-04-05 23:29:10 -04:00
Andy Barry 417eba372a Add dockerfile and change some numbers to use 7bn model. 2023-04-05 23:13:35 -04:00