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
20cdd9fe
Commit
20cdd9fe
authored
Jun 27, 2023
by
Jeffrey Morgan
Browse files
update `README.md`
parent
11614b6d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
15 deletions
+9
-15
README.md
README.md
+2
-2
desktop/README.md
desktop/README.md
+7
-5
docs/development.md
docs/development.md
+0
-8
No files found.
README.md
View file @
20cdd9fe
...
@@ -74,10 +74,10 @@ ollama.search("llama-7b")
...
@@ -74,10 +74,10 @@ ollama.search("llama-7b")
## Future CLI
## Future CLI
In the future, there will be an
easy
CLI for running models
In the future, there will be an
`ollama`
CLI for running models
on servers, in containers or for local development environments.
```
```
ollama
run
huggingface.co/thebloke/llama-7b-ggml
ollama
generaate
huggingface.co/thebloke/llama-7b-ggml
> Downloading [================> ] 66.67% (2/3) 30.2MB/s
> Downloading [================> ] 66.67% (2/3) 30.2MB/s
```
```
...
...
desktop/README.md
View file @
20cdd9fe
# Desktop
# Desktop
The Ollama desktop
experience
The Ollama desktop
app
## Running
## Running
In the background run the
`ollama.py`
[
development
](
../docs/development.md
)
server:
```
```
npm install
python ../ollama.py serve --port 5001
npm start
```
```
## Packaging
Then run the desktop app:
```
```
npm run package
npm install
npm start
```
```
docs/development.md
View file @
20cdd9fe
...
@@ -14,14 +14,6 @@ Put your model in `models/` and run:
...
@@ -14,14 +14,6 @@ Put your model in `models/` and run:
python3 ollama.py serve
python3 ollama.py serve
```
```
To run the app:
```
cd desktop
npm install
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