Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
a2745f81
Unverified
Commit
a2745f81
authored
Jun 27, 2023
by
Michael Chiang
Committed by
GitHub
Jun 27, 2023
Browse files
Update development.md
parent
10d2917d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
docs/development.md
docs/development.md
+14
-0
No files found.
docs/development.md
View file @
a2745f81
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
## Running
## Running
**Start backend service:**
Install dependencies:
Install dependencies:
```
```
...
@@ -14,6 +15,19 @@ Put your model in `models/` and run:
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment