kreier commited on
Commit
23b3a00
·
verified ·
1 Parent(s): ef7c298

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
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