Update README.md
This commit is contained in:
parent
9346c1ae69
commit
8c44985a17
22
README.md
22
README.md
@ -1,3 +1,25 @@
|
||||
# ollama-models
|
||||
|
||||
A few ollama models I've created to give the AI some sense of uniqueness and persona.
|
||||
|
||||
## Installation
|
||||
|
||||
First clone the repo;
|
||||
```
|
||||
git clone https://gitea.erb.pw/ml/ollama-models
|
||||
```
|
||||
|
||||
Then to list available models, run;
|
||||
```
|
||||
./install list
|
||||
```
|
||||
|
||||
It will give you an example, but if you wanna install one, you would do;
|
||||
```
|
||||
./install pathto/modelfile
|
||||
```
|
||||
|
||||
If you want to install all available models, run;
|
||||
```
|
||||
./install all
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user