Instructions to use mradermacher/StatSuite_G2B_Alpha-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/StatSuite_G2B_Alpha-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/StatSuite_G2B_Alpha-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/StatSuite_G2B_Alpha-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/StatSuite_G2B_Alpha-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/StatSuite_G2B_Alpha-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/StatSuite_G2B_Alpha-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/StatSuite_G2B_Alpha-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/StatSuite_G2B_Alpha-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/StatSuite_G2B_Alpha-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/StatSuite_G2B_Alpha-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/StatSuite_G2B_Alpha-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/StatSuite_G2B_Alpha-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/StatSuite_G2B_Alpha-GGUF with Ollama:
ollama run hf.co/mradermacher/StatSuite_G2B_Alpha-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/StatSuite_G2B_Alpha-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/StatSuite_G2B_Alpha-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/StatSuite_G2B_Alpha-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/StatSuite_G2B_Alpha-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/StatSuite_G2B_Alpha-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/StatSuite_G2B_Alpha-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/StatSuite_G2B_Alpha-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/StatSuite_G2B_Alpha-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.StatSuite_G2B_Alpha-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from marco
Browse files- .gitattributes +12 -0
- StatSuite_G2B_Alpha.IQ4_XS.gguf +3 -0
- StatSuite_G2B_Alpha.Q2_K.gguf +3 -0
- StatSuite_G2B_Alpha.Q3_K_L.gguf +3 -0
- StatSuite_G2B_Alpha.Q3_K_M.gguf +3 -0
- StatSuite_G2B_Alpha.Q3_K_S.gguf +3 -0
- StatSuite_G2B_Alpha.Q4_K_M.gguf +3 -0
- StatSuite_G2B_Alpha.Q4_K_S.gguf +3 -0
- StatSuite_G2B_Alpha.Q5_K_M.gguf +3 -0
- StatSuite_G2B_Alpha.Q5_K_S.gguf +3 -0
- StatSuite_G2B_Alpha.Q6_K.gguf +3 -0
- StatSuite_G2B_Alpha.Q8_0.gguf +3 -0
- StatSuite_G2B_Alpha.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ 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 |
+
StatSuite_G2B_Alpha.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
StatSuite_G2B_Alpha.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
StatSuite_G2B_Alpha.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
StatSuite_G2B_Alpha.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
StatSuite_G2B_Alpha.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
StatSuite_G2B_Alpha.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
StatSuite_G2B_Alpha.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
StatSuite_G2B_Alpha.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
StatSuite_G2B_Alpha.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
StatSuite_G2B_Alpha.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
StatSuite_G2B_Alpha.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
StatSuite_G2B_Alpha.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
StatSuite_G2B_Alpha.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc0efcbf33dd45125d5146939ca126555c9048f06c54929d285f02e245d3f8f6
|
| 3 |
+
size 1397011840
|
StatSuite_G2B_Alpha.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da80a04dc4609ae98604afd0e6ef2bc5d75138948541e3c4088fc459a347f2a2
|
| 3 |
+
size 978236800
|
StatSuite_G2B_Alpha.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db03d6e93ff170138d7fe6fa3b0abcf53752b2d3cf5d45bf1a789fe2efdee229
|
| 3 |
+
size 1357362560
|
StatSuite_G2B_Alpha.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83020d68eecefebb342a10bd2626c96399a4586e62ce7f64eea34d346bd7c105
|
| 3 |
+
size 1251718528
|
StatSuite_G2B_Alpha.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0316e4c1bf55b22ceb7e8e65db849d299feb6cd92a43fbf3cab192c5c57b2c36
|
| 3 |
+
size 1130280320
|
StatSuite_G2B_Alpha.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52d7a50633889baa3313b2b4c432c18918c4717284d7c59a25fd50dc1715b31f
|
| 3 |
+
size 1545287040
|
StatSuite_G2B_Alpha.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bef0fcbc3293118d5e75c93b0880f29abe8d376e816636e1698ece185cbeccae
|
| 3 |
+
size 1464382848
|
StatSuite_G2B_Alpha.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d6535a9afa4b4f3da61dc9b70d8fa16850d737828c4d62f10e6e3cdb962cc93
|
| 3 |
+
size 1804809600
|
StatSuite_G2B_Alpha.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:583c7190124f93c1163fd615189541f21a2fd23176258b006ff5a254b16e2d00
|
| 3 |
+
size 1757459840
|
StatSuite_G2B_Alpha.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e4f4951907cf03bf649eaf26a8f255ff58451ee9462e4655ca3edf937a3c50f
|
| 3 |
+
size 2080552320
|
StatSuite_G2B_Alpha.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12cee3e2e19a954ac3e94d4359706989620ff04deeabe1d735c30dad2cc6b3d5
|
| 3 |
+
size 2694100352
|
StatSuite_G2B_Alpha.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc1d4c4d00cc0088e96911971a329a76831db7545b1fe2af9b8ff8f8cee1850f
|
| 3 |
+
size 5069124992
|