Instructions to use Open4bits/Schematron-3B-gguf 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 Open4bits/Schematron-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 Open4bits/Schematron-3B-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf Open4bits/Schematron-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 Open4bits/Schematron-3B-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf Open4bits/Schematron-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 Open4bits/Schematron-3B-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Open4bits/Schematron-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 Open4bits/Schematron-3B-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Open4bits/Schematron-3B-gguf:Q4_K_M
Use Docker
docker model run hf.co/Open4bits/Schematron-3B-gguf:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Open4bits/Schematron-3B-gguf with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Open4bits/Schematron-3B-gguf" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Open4bits/Schematron-3B-gguf", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Open4bits/Schematron-3B-gguf:Q4_K_M
- Ollama
How to use Open4bits/Schematron-3B-gguf with Ollama:
ollama run hf.co/Open4bits/Schematron-3B-gguf:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use Open4bits/Schematron-3B-gguf with Docker Model Runner:
docker model run hf.co/Open4bits/Schematron-3B-gguf:Q4_K_M
- Lemonade
How to use Open4bits/Schematron-3B-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Open4bits/Schematron-3B-gguf:Q4_K_M
Run and chat with the model
lemonade run user.Schematron-3B-gguf-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload 7 files
Browse files- .gitattributes +7 -0
- schematron-3b-q4_0.gguf +3 -0
- schematron-3b-q4_k_m.gguf +3 -0
- schematron-3b-q4_k_s.gguf +3 -0
- schematron-3b-q5_0.gguf +3 -0
- schematron-3b-q5_k_s.gguf +3 -0
- schematron-3b-q6_k.gguf +3 -0
- schematron-3b-q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ 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 |
+
schematron-3b-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
schematron-3b-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
schematron-3b-q4_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
schematron-3b-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
schematron-3b-q5_k_s.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
schematron-3b-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
schematron-3b-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
schematron-3b-q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a7e7eb6205b2f6fcdef5150a5646565dd04a0daa0fca040394a23e50bc14727
|
| 3 |
+
size 1917186720
|
schematron-3b-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86e87c27c5ed146f9bd968781e8f80e02e39a047c8491b463ac95a04d33ce173
|
| 3 |
+
size 2019373728
|
schematron-3b-q4_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53314f7d11d07f9b94b9f44b4f0510724fce4e6abcc84a0bb5f6c05ec9818ae0
|
| 3 |
+
size 1928196768
|
schematron-3b-q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e07db8ce01e7a38c818b8a63d7a754546376cd50f76aa33926d4116e4b6df2f3
|
| 3 |
+
size 2269508256
|
schematron-3b-q5_k_s.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da852e3b6a86ff8589fc9ab3afb8832f98ac9a2b2754b1824713b1522f2029b3
|
| 3 |
+
size 2269508256
|
schematron-3b-q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bb510fbc159531ad8811febb80ed2a6c4951401e461336a0c5b54ea0a5433f0
|
| 3 |
+
size 2643849888
|
schematron-3b-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0d2855161496c206fc160b8af35cab314742faf4a756004148f6c2c5ca91fa2
|
| 3 |
+
size 3421895328
|