Skip to content

Commit

Permalink
Update ollama run command (#668)
Browse files Browse the repository at this point in the history
Signed-off-by: lvliang-intel <[email protected]>
  • Loading branch information
lvliang-intel authored Aug 27, 2024
1 parent dad8eb4 commit 10c81f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatQnA/docker/aipc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ docker compose up -d

# let ollama service runs
# e.g. ollama run llama3
ollama run $OLLAMA_MODEL
OLLAMA_HOST=${host_ip}:11434 ollama run $OLLAMA_MODEL
# for windows
# ollama run %OLLAMA_MODEL%
```
Expand Down

0 comments on commit 10c81f1

Please sign in to comment.