Instructions to use mradermacher/SpatialLadder-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/SpatialLadder-3B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/SpatialLadder-3B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/SpatialLadder-3B-GGUF 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 mradermacher/SpatialLadder-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/SpatialLadder-3B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf mradermacher/SpatialLadder-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/SpatialLadder-3B-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/SpatialLadder-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/SpatialLadder-3B-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/SpatialLadder-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/SpatialLadder-3B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/SpatialLadder-3B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/SpatialLadder-3B-GGUF with Ollama:
ollama run hf.co/mradermacher/SpatialLadder-3B-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/SpatialLadder-3B-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/SpatialLadder-3B-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/SpatialLadder-3B-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/SpatialLadder-3B-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/SpatialLadder-3B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/SpatialLadder-3B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/SpatialLadder-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/SpatialLadder-3B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.SpatialLadder-3B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from nico1
Browse files- .gitattributes +12 -0
- SpatialLadder-3B.IQ4_XS.gguf +3 -0
- SpatialLadder-3B.Q2_K.gguf +3 -0
- SpatialLadder-3B.Q3_K_L.gguf +3 -0
- SpatialLadder-3B.Q3_K_M.gguf +3 -0
- SpatialLadder-3B.Q3_K_S.gguf +3 -0
- SpatialLadder-3B.Q4_K_M.gguf +3 -0
- SpatialLadder-3B.Q4_K_S.gguf +3 -0
- SpatialLadder-3B.Q5_K_M.gguf +3 -0
- SpatialLadder-3B.Q5_K_S.gguf +3 -0
- SpatialLadder-3B.Q6_K.gguf +3 -0
- SpatialLadder-3B.Q8_0.gguf +3 -0
- SpatialLadder-3B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
SpatialLadder-3B.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
SpatialLadder-3B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
SpatialLadder-3B.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
SpatialLadder-3B.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
SpatialLadder-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
SpatialLadder-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
SpatialLadder-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
SpatialLadder-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
SpatialLadder-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
SpatialLadder-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
SpatialLadder-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
SpatialLadder-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
SpatialLadder-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
SpatialLadder-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
SpatialLadder-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
SpatialLadder-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
SpatialLadder-3B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1499b63c4714495a5a4419b95b3bb8cbf131914c2f7f7a1f5ae9f5e6df73763
|
| 3 |
+
size 1753184000
|
SpatialLadder-3B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf8931840685c81b9f32bccef0060bd1ce70a9cd7dbb5b7f391bf3c97aa2cb47
|
| 3 |
+
size 1274754816
|
SpatialLadder-3B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:611963aa556b0b02e1ab5c9ecb414e8540899591c902eba50139d7e50c89de55
|
| 3 |
+
size 1707390720
|
SpatialLadder-3B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcaf7cba53cbf8fad80c3fc6bc1ac4c75eb870a3a9b13c743ef4b2fcc79e1694
|
| 3 |
+
size 1590474496
|
SpatialLadder-3B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bf93cb7fe0f0465b221852e1bf45b0fbc3b72be6f4d54d7296b1c1e580a7a77
|
| 3 |
+
size 1454356224
|
SpatialLadder-3B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7203295e17db28189c45ddb4aaa5237252cd16f6603f4c9172ec46b6c2cc4b2
|
| 3 |
+
size 1929901824
|
SpatialLadder-3B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0254adfe9c6c225236198ab6e228c091ca17b3b952b34d5e520f20d41e08a931
|
| 3 |
+
size 1834383104
|
SpatialLadder-3B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20ab56fcebb20286415ad72092c8a42dd198799e9c82c351e46bfd1d2fa28001
|
| 3 |
+
size 2224813824
|
SpatialLadder-3B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8387d8185cf6faa1321ffd4d66438a6cd3060ead62df73e3f2a4ae712c64ff7
|
| 3 |
+
size 2169665280
|
SpatialLadder-3B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57e1292b04c6cf4c2665b5a9ec4eaafaa63344827a63ddca54a60036f18bfa01
|
| 3 |
+
size 2538157824
|
SpatialLadder-3B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83dcba2cfae117ff7ec4b4e19454524b511b7fb76fb2cb3897e56a07bae0e9ca
|
| 3 |
+
size 3285475072
|
SpatialLadder-3B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9cf837d6194b2cf80a1face92fbe2597c6f050733aba56be9937a6495db51d5
|
| 3 |
+
size 6178316032
|