|
9 月之前 | |
---|---|---|
.. | ||
assets | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
src | 0e4d653687 upate to `llama3.1` elsewhere in repo (#6032) | 9 月之前 |
.eslintrc.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
.gitignore | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
README.md | fc6558f47f Correct directory reference in macapp/README (#3555) | 1 年之前 |
forge.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
package-lock.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
package.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
postcss.config.js | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
tailwind.config.js | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
tsconfig.json | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.main.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.plugins.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.renderer.config.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
webpack.rules.ts | 9da9e8fb72 Move Mac App to a new dir | 1 年之前 |
This app builds upon Ollama to provide a desktop experience for running models.
First, build the ollama
binary:
cd ..
go build .
Then run the desktop app with npm start
:
cd macapp
npm install
npm start