|
|
|
|
|
by tfsh
1325 days ago
|
|
Ah! That seems to have done it. Thank you for your help - ! I'm still downloading the models but I expect it'll work fine on the m1 chip ... The installation steps are as follows: $ git clone https://github.com/carefree0910/carefree-creator $ cd carefree-creator $ pip3 install carefree-client carefree-learn carefree-cv ftfy regex lmdb albumentations kafka-python redis[hiredis] cos-python-sdk-v5 uvicorn torchvision $ python3 -m uvicorn apis.interface:app --host 0.0.0.0 --port 8123 |
|