Instructions to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-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/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Transcendent-SQL-4B-Instruct-i1-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/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Transcendent-SQL-4B-Instruct-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/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Transcendent-SQL-4B-Instruct-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/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Transcendent-SQL-4B-Instruct-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/Transcendent-SQL-4B-Instruct-i1-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from marco
Browse files- .gitattributes +24 -0
- Transcendent-SQL-4B-Instruct.i1-IQ1_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ1_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ2_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ2_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ2_XS.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ2_XXS.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ3_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ3_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ3_XS.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ3_XXS.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ4_NL.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-IQ4_XS.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q2_K.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q2_K_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q3_K_L.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q3_K_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q3_K_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q4_0.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q4_1.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q4_K_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q4_K_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q5_K_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.i1-Q5_K_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.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 |
Transcendent-SQL-4B-Instruct.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 |
Transcendent-SQL-4B-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Transcendent-SQL-4B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Transcendent-SQL-4B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Transcendent-SQL-4B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Transcendent-SQL-4B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Transcendent-SQL-4B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Transcendent-SQL-4B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Transcendent-SQL-4B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Transcendent-SQL-4B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Transcendent-SQL-4B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Transcendent-SQL-4B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Transcendent-SQL-4B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Transcendent-SQL-4B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Transcendent-SQL-4B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Transcendent-SQL-4B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Transcendent-SQL-4B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Transcendent-SQL-4B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Transcendent-SQL-4B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Transcendent-SQL-4B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Transcendent-SQL-4B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Transcendent-SQL-4B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Transcendent-SQL-4B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Transcendent-SQL-4B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Transcendent-SQL-4B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Transcendent-SQL-4B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Transcendent-SQL-4B-Instruct.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5065615477cad2cda7766affc812629a408cd57d097fed9661847497136bd4b2
|
| 3 |
+
size 1127018016
|
Transcendent-SQL-4B-Instruct.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2031d11eb713c30ee39f62edc69fea240d40528f67fad7b042e2a755bcfd4e8a
|
| 3 |
+
size 1055256096
|
Transcendent-SQL-4B-Instruct.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8012b0267575da2443012563c68d35bd7e5d695e827cdd271ff7aea03e44d0ea
|
| 3 |
+
size 1512984096
|
Transcendent-SQL-4B-Instruct.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0245d201214bb318ba3e6fb46c6885ecf6a8745d2df90325fe9b9576c7c92de1
|
| 3 |
+
size 1417301536
|
Transcendent-SQL-4B-Instruct.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5e7b826ca829c2c5152b5f46837a7362af129324e923324083a355672c5381c
|
| 3 |
+
size 1354100256
|
Transcendent-SQL-4B-Instruct.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac79802dcfa6cb3e3242da2a065d557fa6818a4ece9796ef1f845352b56d87d2
|
| 3 |
+
size 1246621216
|
Transcendent-SQL-4B-Instruct.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1ff568b1931273933f5483527be1e67139dfbf2288d5290d66c3e542aebd00c
|
| 3 |
+
size 1962896416
|
Transcendent-SQL-4B-Instruct.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:822cd91ef034e90f4aff0b5ac9b0effb246c9b5418f8fb4703031c2b56785a71
|
| 3 |
+
size 1899531296
|
Transcendent-SQL-4B-Instruct.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baae6d445914aea1c87a33450a0737c5b10ffd535456b5445fcff216bd32dfe2
|
| 3 |
+
size 1814375456
|
Transcendent-SQL-4B-Instruct.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bf1fd0d4106771ba738a7e8143e5bf94b2b819b28d97a4c4b32b02cb43b08ce
|
| 3 |
+
size 1670188576
|
Transcendent-SQL-4B-Instruct.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c31e6ba1732cb78d183ba09849990ce76d9f6d69bef08d6a88fa5262b0caa9c
|
| 3 |
+
size 2381343776
|
Transcendent-SQL-4B-Instruct.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:937f517dd4600c64b70f434514019d0bfe0deeba0eda231260c5ccf1b9231fad
|
| 3 |
+
size 2270751776
|
Transcendent-SQL-4B-Instruct.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8df2195a4eeede8f98644be9784ab0c2bd922ef065c8bffc86ab7f09e0c4d4e5
|
| 3 |
+
size 1669499936
|
Transcendent-SQL-4B-Instruct.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c1c83d559c3fb6052bd7b91c8a6a9f861002161368d30cf610c002ed5144de5
|
| 3 |
+
size 1563454496
|
Transcendent-SQL-4B-Instruct.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6381c6673645d8416da1e72313e6610a8910d628cfb5ffd1d97ca798938f5d1f
|
| 3 |
+
size 2239786016
|
Transcendent-SQL-4B-Instruct.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6b8f881128e81eee0cb6255203711c718bec59292f62a003b7ae2612570892a
|
| 3 |
+
size 2075618336
|
Transcendent-SQL-4B-Instruct.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5136efc2b8e4d8e3b111d9629b3a7b14e6ba1b74d519606bad7758a36a191871
|
| 3 |
+
size 1886997536
|
Transcendent-SQL-4B-Instruct.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c817565e11e6b70531f3b3f0f5f5724b9179b9a7178560c9e76277d721a3e712
|
| 3 |
+
size 2375773216
|
Transcendent-SQL-4B-Instruct.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c8445d22b8aa1fb717812dd045bbb4a2d8029f7a2b92eb21e24bc09ec9989db
|
| 3 |
+
size 2596629536
|
Transcendent-SQL-4B-Instruct.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a77c405836c5c08c142ab72f5c139437bd78f1b7c1b2eb1d6159c64888e918f9
|
| 3 |
+
size 2497281056
|
Transcendent-SQL-4B-Instruct.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10a2895c4da54f2b9d2670fda2d7fc556807ce4e25c2a822b9fdbf50e64d7fd7
|
| 3 |
+
size 2383309856
|
Transcendent-SQL-4B-Instruct.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d476475e01873ca8edccd92ff6310d210e770910c6c79e74a4e46ae34648f06
|
| 3 |
+
size 2889514016
|
Transcendent-SQL-4B-Instruct.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34f42a955a4791e3a12868c0e91d116095051ccd66719ecf5a7156f3b8e2fc14
|
| 3 |
+
size 2823711776
|
Transcendent-SQL-4B-Instruct.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bc98377cb32144f67b7abf2c0ac294554c77f72f77315d5b5b3ec18c7e17686
|
| 3 |
+
size 3306261536
|