Commit Graph

14 Commits

Author SHA1 Message Date
oobabooga
c8ce2e777b
Add instructions for CPU mode users 2023-05-25 10:57:52 -03:00
oobabooga
996c49daa7
Remove bitsandbytes installation step
Following 548f05e106
2023-05-25 10:50:20 -03:00
jllllll
4ef2de3486
Fix dependencies downgrading from gptq install (#61) 2023-05-18 12:46:04 -03:00
oobabooga
07510a2414
Change a message 2023-05-18 10:58:37 -03:00
oobabooga
0bcd5b6894
Soothe anxious users 2023-05-18 10:56:49 -03:00
oobabooga
1309cdd257
Add a space 2023-05-10 18:03:12 -03:00
oobabooga
3e19733d35
Remove obsolete comment 2023-05-10 18:01:04 -03:00
oobabooga
d7d3f7f31c
Add a "CMD_FLAGS" variable 2023-05-10 17:54:12 -03:00
oobabooga
b8cfc20e58
Don't install superbooga by default 2023-05-09 14:17:08 -03:00
Semjon Kravtšenko
126d216384
Fix possible crash (#53) 2023-05-06 01:14:09 -03:00
Blake Wyatt
4babb22f84
Fix/Improve a bunch of things (#42) 2023-05-02 12:28:20 -03:00
oobabooga
a4f6724b88
Add a comment 2023-04-24 16:47:22 -03:00
oobabooga
9a8487097b
Remove --auto-devices 2023-04-24 16:43:52 -03:00
Blake Wyatt
6d2c72b593
Add support for MacOS, Linux, and WSL (#21)
* Initial commit

* Initial commit with new code

* Add comments

* Move GPTQ out of if

* Fix install on Arch Linux

* Fix case where install was aborted

If the install was aborted before a model was downloaded, webui wouldn't run.

* Update start_windows.bat

Add necessary flags to Miniconda installer
Disable Start Menu shortcut creation
Disable ssl on Conda
Change Python version to latest 3.10,
I've noticed that explicitly specifying 3.10.9 can break the included Python installation

* Update bitsandbytes wheel link to 0.38.1

Disable ssl on Conda

* Add check for spaces in path

Installation of Miniconda will fail in this case

* Mirror changes to mac and linux scripts

* Start with model-menu

* Add updaters

* Fix line endings

* Add check for path with spaces

* Fix one-click updating

* Fix one-click updating

* Clean up update scripts

* Add environment scripts

---------

Co-authored-by: jllllll <3887729+jllllll@users.noreply.github.com>
Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
2023-04-18 02:23:09 -03:00