build for universal architecture on macos

This commit is contained in:
Jeffrey Morgan
2023-07-28 12:18:11 -04:00
parent 67b6f8ba86
commit c75cafdb58
6 changed files with 24 additions and 12 deletions

View File

@@ -7,12 +7,14 @@ This app builds upon Ollama to provide a desktop experience for running models.
First, build the `ollama` binary:
```
make -C ..
cd ..
go build .
```
Then run the desktop app with `npm start`:
```
cd app
npm install
npm start
```