Update README.md
Browse files
README.md
CHANGED
@@ -69,6 +69,11 @@ merge_method: passthrough
|
|
69 |
dtype: bfloat16
|
70 |
```
|
71 |
|
|
|
|
|
|
|
|
|
|
|
72 |
## 💻 Usage
|
73 |
|
74 |
```python
|
|
|
69 |
dtype: bfloat16
|
70 |
```
|
71 |
|
72 |
+
## Ollama:
|
73 |
+
Chikuma is on Ollama. You can use it by running the command ```ollama run stuehieyr/chikuma``` in your
|
74 |
+
terminal. If you have limited computing resources, check out this [video](https://www.youtube.com/watch?v=Qa1h7ygwQq8) to learn how to run it on
|
75 |
+
a Google Colab backend.
|
76 |
+
|
77 |
## 💻 Usage
|
78 |
|
79 |
```python
|