Instructions to use LSDJesus/Gemma3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use LSDJesus/Gemma3 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf LSDJesus/Gemma3:Q4_K_M # Run inference directly in the terminal: llama cli -hf LSDJesus/Gemma3:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf LSDJesus/Gemma3:Q4_K_M # Run inference directly in the terminal: llama cli -hf LSDJesus/Gemma3:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf LSDJesus/Gemma3:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf LSDJesus/Gemma3:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf LSDJesus/Gemma3:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf LSDJesus/Gemma3:Q4_K_M
Use Docker
docker model run hf.co/LSDJesus/Gemma3:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use LSDJesus/Gemma3 with Ollama:
ollama run hf.co/LSDJesus/Gemma3:Q4_K_M
- Unsloth Studio
How to use LSDJesus/Gemma3 with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for LSDJesus/Gemma3 to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for LSDJesus/Gemma3 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for LSDJesus/Gemma3 to start chatting
- Docker Model Runner
How to use LSDJesus/Gemma3 with Docker Model Runner:
docker model run hf.co/LSDJesus/Gemma3:Q4_K_M
- Lemonade
How to use LSDJesus/Gemma3 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull LSDJesus/Gemma3:Q4_K_M
Run and chat with the model
lemonade run user.Gemma3-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +14 -0
- Gemma-3-4b-it-MAX-HORROR-D_AU-Q6_K-imat.gguf +3 -0
- Gemma-3-4b-it-Uncensored-DBL-X.i1-Q6_K.gguf +3 -0
- MAX-HORROR-Gemma-3-4b-it-Uncensored-D_AU-Q8_0-imat.gguf +3 -0
- Meteor-gemma-3-4B_V.1.i1-Q6_K.gguf +3 -0
- Nidum-Gemma-3-4B-it-Uncensored-Q8_0.gguf +3 -0
- X-Ray_Alpha.i1-Q6_K.gguf +3 -0
- gemma-3-12b-it-abliterated-v2.q6_k.gguf +3 -0
- gemma-3-12b-it-mmproj-model-f16.gguf +3 -0
- gemma-3-27b-it-GGUF-mmproj-model-f16.gguf +3 -0
- gemma-3-4B.mmproj-f16.gguf +3 -0
- gemma-3-starshine-12b-continued-Q4_K_M.gguf +3 -0
- huihui-ai_gemma-3-1b-it-abliterated-Q8_0.gguf +3 -0
- mmproj-SicariusSicariiStuff_X-Ray_Alpha-f32.gguf +3 -0
- mt6-gen2_gemma-3-12b-q6_k.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,17 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
gemma-3-12b-it-abliterated-v2.q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
gemma-3-12b-it-mmproj-model-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
gemma-3-27b-it-GGUF-mmproj-model-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Gemma-3-4b-it-MAX-HORROR-D_AU-Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Gemma-3-4b-it-Uncensored-DBL-X.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
gemma-3-4B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
gemma-3-starshine-12b-continued-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
huihui-ai_gemma-3-1b-it-abliterated-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
MAX-HORROR-Gemma-3-4b-it-Uncensored-D_AU-Q8_0-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Meteor-gemma-3-4B_V.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
mmproj-SicariusSicariiStuff_X-Ray_Alpha-f32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
mt6-gen2_gemma-3-12b-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Nidum-Gemma-3-4B-it-Uncensored-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
X-Ray_Alpha.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Gemma-3-4b-it-MAX-HORROR-D_AU-Q6_K-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b81c6762b30bc1fb2c464e17df04c9cb40ab42a32301337a5e268636e3ca7e1d
|
| 3 |
+
size 3982279072
|
Gemma-3-4b-it-Uncensored-DBL-X.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc51070527f591ef7044b927100aa98867617ec318c55a3086b8f33e21fdd4b4
|
| 3 |
+
size 3500574304
|
MAX-HORROR-Gemma-3-4b-it-Uncensored-D_AU-Q8_0-imat.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a02ce216d01fb8a16b0772d51aef62e6e3ab2e7e9da24e69723f8b3edf5641e
|
| 3 |
+
size 5160956864
|
Meteor-gemma-3-4B_V.1.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee327955616ebeb53e1a6697b58edd975caa1c11125852f07a623905668bb4b1
|
| 3 |
+
size 3190741184
|
Nidum-Gemma-3-4B-it-Uncensored-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:914171d901cbd0ddd2970d1d49e59f5c84c9785fb760a3c186c9b01e9fcc669b
|
| 3 |
+
size 4130401856
|
X-Ray_Alpha.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83f334e077f6392b26923be6373e9f1dd257de8654e10db288c89e70f78582b8
|
| 3 |
+
size 3190740576
|
gemma-3-12b-it-abliterated-v2.q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d233260721b3985f85ad6d06f909ccccebfa7d9d9c17660431a294ddb6437154
|
| 3 |
+
size 9660811328
|
gemma-3-12b-it-mmproj-model-f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30c02d056410848227001830866e0a269fcc28aaf8ca971bded494003de9f5a5
|
| 3 |
+
size 854200224
|
gemma-3-27b-it-GGUF-mmproj-model-f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54cb61c842fe49ac3c89bc1a614a2778163eb49f3dec2b90ff688b4c0392cb48
|
| 3 |
+
size 857739168
|
gemma-3-4B.mmproj-f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ed1c345eb7d227cfb92f9f576ad7bdf95060fd23d538e5f6ef782b515df56d9
|
| 3 |
+
size 851251104
|
gemma-3-starshine-12b-continued-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:805b67443d306d0882d1429b5340e916943253269404482e3799f6b6a0bbf741
|
| 3 |
+
size 7300778112
|
huihui-ai_gemma-3-1b-it-abliterated-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3396e3fa9e3dd3a49dff14fdff1b50a32d78811ee481bbc264648b56d6c19152
|
| 3 |
+
size 1069306720
|
mmproj-SicariusSicariiStuff_X-Ray_Alpha-f32.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8293523d84e169c1543693cd1487b8325fd36f581c19cf383afbe69a0e18abf
|
| 3 |
+
size 1679290272
|
mt6-gen2_gemma-3-12b-q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:894ed6c423ec38e7c44824425846838f5542467edb7b405cb799d0c4314c78e3
|
| 3 |
+
size 9660812832
|