I am able to get a webui
text-generation chat working on my personal iMac (M1). Notes on what I did:
webui
instructions.venv
be sure to install Python3.10
$ python3.10 -m venv venv
$ source venv/bin/activate
(venv) $ pip install --upgrade pip # always seems like a good idea
- not sure if the special pip command for `pytorch` is needed anymore, but I did it anyway.
- Once the required pip modules are installed it is OK to go back to the `vicuna-mac` webpage and download, e.g., the vicuna-7B model and follow the instructions there.