Update README.md
Browse files
README.md
CHANGED
|
@@ -84,12 +84,6 @@ Batman: Yes. More often than I would like.
|
|
| 84 |
|
| 85 |
## How to Use
|
| 86 |
|
| 87 |
-
### Ollama
|
| 88 |
-
```bash
|
| 89 |
-
# Coming soon
|
| 90 |
-
ollama run yourname/batman
|
| 91 |
-
```
|
| 92 |
-
|
| 93 |
### llama.cpp
|
| 94 |
```bash
|
| 95 |
./main -m batman.gguf -p "[INST] Who are you? [/INST]" -n 256
|
|
|
|
| 84 |
|
| 85 |
## How to Use
|
| 86 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
### llama.cpp
|
| 88 |
```bash
|
| 89 |
./main -m batman.gguf -p "[INST] Who are you? [/INST]" -n 256
|