How to start the server #58
-
Hi thanks for all your work. I am trying to get started with this on an RK3588 device. I have ollama installed and cloned the repo and installed as much as I could figure out. but I am getting this error and I'm not sure if I am even trying to do it right. Thank you. (.venv) mrobinson@orangepi5pro: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Simply run |
Beta Was this translation helpful? Give feedback.
-
Thanks for the responce! |
Beta Was this translation helpful? Give feedback.
Simply run
make serve
or the equivalent commandpoetry run uvicorn memos.api.start_api:app
in the MemOS folder to start the server.