Explorar o código

update `README.md`

Jeffrey Morgan hai 1 ano
pai
achega
20cdd9fee6
Modificáronse 3 ficheiros con 9 adicións e 15 borrados
  1. 2 2
      README.md
  2. 7 5
      desktop/README.md
  3. 0 8
      docs/development.md

+ 2 - 2
README.md

@@ -74,10 +74,10 @@ ollama.search("llama-7b")
 
 ## 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
 ```
 

+ 7 - 5
desktop/README.md

@@ -1,16 +1,18 @@
 # Desktop
 
-The Ollama desktop experience
+The Ollama desktop app
 
 ## Running
 
+In the background run the `ollama.py` [development](../docs/development.md) server:
+
 ```
-npm install
-npm start
+python ../ollama.py serve --port 5001
 ```
 
-## Packaging
+Then run the desktop app:
 
 ```
-npm run package
+npm install
+npm start
 ```

+ 0 - 8
docs/development.md

@@ -14,14 +14,6 @@ Put your model in `models/` and run:
 python3 ollama.py serve
 ```
 
-To run the app:
-
-```
-cd desktop
-npm install
-npm start
-```
-
 ## Building
 
 If using Apple silicon, you need a Python version that supports arm64: