Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: gemma
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gemma
|
3 |
+
base_model:
|
4 |
+
- google/gemma-3-1b-it
|
5 |
+
- unsloth/gemma-3-1b-it
|
6 |
+
- unsloth/gemma-3-1b-it-GGUF
|
7 |
+
---
|
8 |
+
|
9 |
+
This is just a reupload of the quantized 4Q K M version of Gemma 3 1b by Google and unsloth. It is used for benchmark purposes on the Jetson Nano and llama.cpp with CUDA support:
|
10 |
+
|
11 |
+
- [https://github.com/kreier/llama.cpp-jetson](https://github.com/kreier/llama.cpp-jetson) - 🖳 instructions to compile llama.cpp with CUDA support
|
12 |
+
- [https://github.com/kreier/llama.cpp-jetson.nano](https://github.com/kreier/llama.cpp-jetson.nano) - 🚀 precompiled versions that can be installed on the Jetson in minutes
|
13 |
+
- [https://github.com/kreier/jetson](https://github.com/kreier/jetson) a few other insights and results
|