Instructions to use mradermacher/Transcendent-SQL-4B-Instruct-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-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Transcendent-SQL-4B-Instruct-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Transcendent-SQL-4B-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Transcendent-SQL-4B-Instruct-GGUF", filename="Transcendent-SQL-4B-Instruct.IQ4_XS.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/Transcendent-SQL-4B-Instruct-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/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Transcendent-SQL-4B-Instruct-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/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Transcendent-SQL-4B-Instruct-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-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Transcendent-SQL-4B-Instruct-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-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Transcendent-SQL-4B-Instruct-GGUF with Ollama:
ollama run hf.co/mradermacher/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Transcendent-SQL-4B-Instruct-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/Transcendent-SQL-4B-Instruct-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/Transcendent-SQL-4B-Instruct-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/Transcendent-SQL-4B-Instruct-GGUF to start chatting
- Pi
How to use mradermacher/Transcendent-SQL-4B-Instruct-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/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-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use mradermacher/Transcendent-SQL-4B-Instruct-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/Transcendent-SQL-4B-Instruct-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-GGUF:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use mradermacher/Transcendent-SQL-4B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Transcendent-SQL-4B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Transcendent-SQL-4B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Transcendent-SQL-4B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from marco
Browse files- .gitattributes +12 -0
- Transcendent-SQL-4B-Instruct.IQ4_XS.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q2_K.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q3_K_L.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q3_K_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q3_K_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q4_K_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q4_K_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q5_K_M.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q5_K_S.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q6_K.gguf +3 -0
- Transcendent-SQL-4B-Instruct.Q8_0.gguf +3 -0
- Transcendent-SQL-4B-Instruct.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 |
+
Transcendent-SQL-4B-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Transcendent-SQL-4B-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Transcendent-SQL-4B-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Transcendent-SQL-4B-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Transcendent-SQL-4B-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Transcendent-SQL-4B-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Transcendent-SQL-4B-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Transcendent-SQL-4B-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Transcendent-SQL-4B-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Transcendent-SQL-4B-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Transcendent-SQL-4B-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Transcendent-SQL-4B-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Transcendent-SQL-4B-Instruct.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b31c10241e89eb90357af95aa6afff77b546e9417084c3a103d29817384d57bd
|
| 3 |
+
size 2286316320
|
Transcendent-SQL-4B-Instruct.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef352ca476cd9a6145d2223ff5c831edd161ff252708d64a7a8e770f7d1b1fd8
|
| 3 |
+
size 1669499680
|
Transcendent-SQL-4B-Instruct.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c075b154319f1da1c22cec1e9a07f0618297565d53ced81c1be5c9f05f9476fb
|
| 3 |
+
size 2239785760
|
Transcendent-SQL-4B-Instruct.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:127127b38eb16783a9c889a9c86c4b29e9f4f81ec7e8a7fb8ca17af643c6388d
|
| 3 |
+
size 2075618080
|
Transcendent-SQL-4B-Instruct.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbc287b241e648a1015f542afcfa18fb619a13749a482ff3fcee5dcbf1f0e7ef
|
| 3 |
+
size 1886997280
|
Transcendent-SQL-4B-Instruct.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3070ddfecae15f29b895d0f63741d1eff83422ec5af14fe829890b285237bce9
|
| 3 |
+
size 2497280800
|
Transcendent-SQL-4B-Instruct.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f60b5c1f78402012049629dc6caa4cd9052cfcfb7a564e387b0ca90b92090d35
|
| 3 |
+
size 2383309600
|
Transcendent-SQL-4B-Instruct.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edee11ca94ea218f02081e930deadfc4a529ae12ed3b12324827468baadcbce7
|
| 3 |
+
size 2889513760
|
Transcendent-SQL-4B-Instruct.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dda628e0d7fb97807989075758551bc387a818839896f50e11e7766776c1675
|
| 3 |
+
size 2823711520
|
Transcendent-SQL-4B-Instruct.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a0c961984afd87e5eafe56bb99c76cdeb7032f2f9848287fef0b1260b00c4e1
|
| 3 |
+
size 3306261280
|
Transcendent-SQL-4B-Instruct.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17099557c1dfbbe28e1a24bb908113fa493681bcd6e56179d9811b19924716f7
|
| 3 |
+
size 4280405280
|
Transcendent-SQL-4B-Instruct.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ed4e6f468a20c8a5e53b73867764c08f2afc2f41b4702475ffa6dd2cce26c1e
|
| 3 |
+
size 8051285280
|