Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b77efc5

Browse files
committedSep 15, 2024·
pull llama3.1 before example tutorial.
Signed-off-by: Tomoya.Fujita <[email protected]>
1 parent e8cdc99 commit b77efc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ User need to choose either of them is used by `ros2ai` as following configuratio
103103
sudo curl -fsSL https://ollama.com/install.sh | sh
104104
### Check ollama.service is up and running
105105
systemctl status ollama
106+
### Pull llama3.1 (for example) model
107+
ollama pull llama3.1
108+
### List available models
109+
ollama list
106110
```
107111

108112
#### Optional

0 commit comments

Comments
 (0)
Please sign in to comment.