Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ library_name: transformers
|
|
9 |
tags:
|
10 |
- gemma
|
11 |
- llama-cpp
|
|
|
12 |
---
|
13 |

|
14 |
|
@@ -176,4 +177,4 @@ Some commonly used modules in the Python standard library include:
|
|
176 |
```bash
|
177 |
ollama pull <model_name>
|
178 |
```
|
179 |
-
For more details, visit the [Ollama documentation](https://github.com/ollama/ollama/blob/main/docs/README.md).
|
|
|
9 |
tags:
|
10 |
- gemma
|
11 |
- llama-cpp
|
12 |
+
- f16
|
13 |
---
|
14 |

|
15 |
|
|
|
177 |
```bash
|
178 |
ollama pull <model_name>
|
179 |
```
|
180 |
+
For more details, visit the [Ollama documentation](https://github.com/ollama/ollama/blob/main/docs/README.md).
|