Instructions to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF", filename="CeluneNorm-0.6B-v1.2.i1-IQ1_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF: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 mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF: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 mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF 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 mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF 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 mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/CeluneNorm-0.6B-v1.2-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.CeluneNorm-0.6B-v1.2-i1-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +24 -0
- CeluneNorm-0.6B-v1.2.i1-IQ1_M.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ1_S.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ2_M.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ2_S.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ2_XS.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ2_XXS.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ3_M.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ3_S.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ3_XS.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ3_XXS.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ4_NL.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-IQ4_XS.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q2_K.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q2_K_S.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q3_K_L.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q3_K_M.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q3_K_S.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q4_0.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q4_1.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q4_K_M.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q4_K_S.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q5_K_M.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q5_K_S.gguf +3 -0
- CeluneNorm-0.6B-v1.2.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ saved_model/**/* 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 |
CeluneNorm-0.6B-v1.2.imatrix.gguf 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 |
CeluneNorm-0.6B-v1.2.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
CeluneNorm-0.6B-v1.2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
CeluneNorm-0.6B-v1.2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
CeluneNorm-0.6B-v1.2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
CeluneNorm-0.6B-v1.2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
CeluneNorm-0.6B-v1.2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
CeluneNorm-0.6B-v1.2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
CeluneNorm-0.6B-v1.2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
CeluneNorm-0.6B-v1.2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
CeluneNorm-0.6B-v1.2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
CeluneNorm-0.6B-v1.2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
CeluneNorm-0.6B-v1.2.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
CeluneNorm-0.6B-v1.2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
CeluneNorm-0.6B-v1.2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
CeluneNorm-0.6B-v1.2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
CeluneNorm-0.6B-v1.2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
CeluneNorm-0.6B-v1.2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
CeluneNorm-0.6B-v1.2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
CeluneNorm-0.6B-v1.2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
CeluneNorm-0.6B-v1.2.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
CeluneNorm-0.6B-v1.2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
CeluneNorm-0.6B-v1.2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
CeluneNorm-0.6B-v1.2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
CeluneNorm-0.6B-v1.2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
CeluneNorm-0.6B-v1.2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
CeluneNorm-0.6B-v1.2.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6383a00166cbcb91ec269e51341f55d1cce82833db4cf9c31a306a547b3d9cbe
|
| 3 |
+
size 215855424
|
CeluneNorm-0.6B-v1.2.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e322183d82e250f0a1f6932995378bdb3331a7e284232b1ea697297d07ada3f
|
| 3 |
+
size 207819072
|
CeluneNorm-0.6B-v1.2.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c2a649e91c116525e6d7f6b272d0e247c5c409133bead001a06e4b13ef5c5681
|
| 3 |
+
size 264712512
|
CeluneNorm-0.6B-v1.2.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90eb75588597f79221c2adcb2a21f6002050a221a1aeb58fb1141dac6a7a5cd1
|
| 3 |
+
size 253997376
|
CeluneNorm-0.6B-v1.2.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f906d3da7eb9ec1986fed129bf2171b6283d4e63b333a394d91844496cc588b3
|
| 3 |
+
size 241799488
|
CeluneNorm-0.6B-v1.2.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0da9c9bd77f4759a1134d420709d4315074620ed13064aef0dc81e964c6f71a8
|
| 3 |
+
size 229249344
|
CeluneNorm-0.6B-v1.2.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9f40b2506d139ea1de8409c0a7bedd561a65e29b16854c64a7cddf1ca5070ba
|
| 3 |
+
size 335794176
|
CeluneNorm-0.6B-v1.2.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fba969b4cee083143244aec45930cb73fa7f45359748f76e7823f720c7dee73
|
| 3 |
+
size 322842624
|
CeluneNorm-0.6B-v1.2.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97ce8f49dda8eb5c63b2d77636c88ada791ba33df614beff9aed5efa8642c3b
|
| 3 |
+
size 312520704
|
CeluneNorm-0.6B-v1.2.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fad2e11d833b1201d76113ab5bb5f8a5203d9560f76575d580ca383d5c0ff5a
|
| 3 |
+
size 278819136
|
CeluneNorm-0.6B-v1.2.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61c2c27b40b37d9babb4407cd13dc1843f1f78c5cd9d07689d8f4c55b52e5004
|
| 3 |
+
size 381333504
|
CeluneNorm-0.6B-v1.2.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c417690ff86b3d262d1def04da6f19f449876092fdc11fa59860c12721a8bc96
|
| 3 |
+
size 367570944
|
CeluneNorm-0.6B-v1.2.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8e936e491585207767030359a6f4c941823fc0040a7b60c70246080e583720d
|
| 3 |
+
size 296005632
|
CeluneNorm-0.6B-v1.2.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca0b57f15621137a9916c300459277abe61d1aa026bd3383abc025e3427880d9
|
| 3 |
+
size 280326144
|
CeluneNorm-0.6B-v1.2.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e5d7ef454fdb1a2e8d65002744e198d637c31c7dcdab966f1bcb0a31be43810
|
| 3 |
+
size 368259072
|
CeluneNorm-0.6B-v1.2.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70511a52a8d5367d0442552262482f241a38ea37bb8290ebd3c21120eef97d05
|
| 3 |
+
size 346894336
|
CeluneNorm-0.6B-v1.2.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a56cd401c0222fb452dcf0296acf98c7feb1509b00109a00638c426c79f7fd0b
|
| 3 |
+
size 322842624
|
CeluneNorm-0.6B-v1.2.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cef5e7ee46cb01cb779929ff59e7cedba204a8061f6de57224c9bd28eef4ff8
|
| 3 |
+
size 381923328
|
CeluneNorm-0.6B-v1.2.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c8c27a48f2a64e5cb69561ec1252f5e3b6ac5126d7854c0a632a6cf69365755
|
| 3 |
+
size 408858624
|
CeluneNorm-0.6B-v1.2.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac035c25c9b353176191715fe298700663732dc52a13a387a43bb09f2c6fe379
|
| 3 |
+
size 396472320
|
CeluneNorm-0.6B-v1.2.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15b1a2aa842476d932e56bb664595cec25626fae935eb9fa076afebc394aecd4
|
| 3 |
+
size 383037440
|
CeluneNorm-0.6B-v1.2.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a30573a0acd9ace1a2568a211e93ecc7f19aa2832bbb4efbb2e66c1c7a66de6c
|
| 3 |
+
size 444182528
|
CeluneNorm-0.6B-v1.2.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eda33df7611543bdb9493e6ddbcfeb4f2df497b434ac47551f0fefea9945c7ed
|
| 3 |
+
size 436383744
|
CeluneNorm-0.6B-v1.2.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91cbb0c05a8f15ad3fc311d533447bf95182660a226bfe31b674b933ef05fc86
|
| 3 |
+
size 494874624
|