mirror of
https://github.com/ollama/ollama.git
synced 2025-05-08 07:40:28 +02:00
Update development.md
This commit is contained in:
parent
10d2917d7e
commit
a2745f8174
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
|
**Start backend service:**
|
||||||
Install dependencies:
|
Install dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -14,6 +15,19 @@ Put your model in `models/` and run:
|
|||||||
python3 ollama.py serve
|
python3 ollama.py serve
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Start frontend service:**
|
||||||
|
|
||||||
|
Install dependencies:
|
||||||
|
```
|
||||||
|
npm install
|
||||||
|
```
|
||||||
|
|
||||||
|
Run the UI:
|
||||||
|
```
|
||||||
|
npm start
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
If using Apple silicon, you need a Python version that supports arm64:
|
If using Apple silicon, you need a Python version that supports arm64:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user