Instructions to use mradermacher/TableVision-R1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/TableVision-R1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/TableVision-R1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/TableVision-R1-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/TableVision-R1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/TableVision-R1-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/TableVision-R1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/TableVision-R1-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/TableVision-R1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/TableVision-R1-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/TableVision-R1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/TableVision-R1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/TableVision-R1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/TableVision-R1-GGUF with Ollama:
ollama run hf.co/mradermacher/TableVision-R1-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/TableVision-R1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/TableVision-R1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/TableVision-R1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/TableVision-R1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.TableVision-R1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from nico1
Browse files- .gitattributes +12 -0
- TableVision-R1.IQ4_XS.gguf +3 -0
- TableVision-R1.Q2_K.gguf +3 -0
- TableVision-R1.Q3_K_L.gguf +3 -0
- TableVision-R1.Q3_K_M.gguf +3 -0
- TableVision-R1.Q3_K_S.gguf +3 -0
- TableVision-R1.Q4_K_M.gguf +3 -0
- TableVision-R1.Q4_K_S.gguf +3 -0
- TableVision-R1.Q5_K_M.gguf +3 -0
- TableVision-R1.Q5_K_S.gguf +3 -0
- TableVision-R1.Q6_K.gguf +3 -0
- TableVision-R1.Q8_0.gguf +3 -0
- TableVision-R1.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 |
TableVision-R1.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
TableVision-R1.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
TableVision-R1.mmproj-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
TableVision-R1.mmproj-f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
TableVision-R1.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
TableVision-R1.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
TableVision-R1.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
TableVision-R1.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
TableVision-R1.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
TableVision-R1.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
TableVision-R1.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
TableVision-R1.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
TableVision-R1.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
TableVision-R1.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
TableVision-R1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
TableVision-R1.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
TableVision-R1.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd482eb319cc6f51f3ad623f5c970b77a57de9f5d815b61e92c5bf394a3a064b
|
| 3 |
+
size 1918489952
|
TableVision-R1.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6521162e3cd24d82e0d4f5e5d0fbde0277e8780139ce831586c6c0492c8e6a3e
|
| 3 |
+
size 1376855392
|
TableVision-R1.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:566b3bf39caa9f567c4d4b81be94d229d93b3409e37eb71e2ddc27a74569bb94
|
| 3 |
+
size 1841093984
|
TableVision-R1.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0112ada7b82d0d89bc8bd3acc32c67515d625378455a634b69bc787650df866a
|
| 3 |
+
size 1724177760
|
TableVision-R1.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a03b0309bc63c078d4bc8372a43c5b1a760e26251ca887b811151a824aea7828
|
| 3 |
+
size 1588059488
|
TableVision-R1.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceb101ae56caded85fc3b668f74bd7ea84321aedeea45e4383a3206b6743c7b9
|
| 3 |
+
size 2104931680
|
TableVision-R1.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ec9af0e68a3ff130e814ee59d1c61aa34d02459c16f3ba9cb2bb5f545b5aad6
|
| 3 |
+
size 2009412960
|
TableVision-R1.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81d4dad2d07870748eebfb0b72ea2eae9fb8702f3a260d74fe49c195b060a881
|
| 3 |
+
size 2438739296
|
TableVision-R1.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3844274636921629cc352c7e16712d4c9732a2a52aa9e751b818381003b561bc
|
| 3 |
+
size 2383590752
|
TableVision-R1.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f88c0411174c17ad28e6ebbdbc5322d8d7ae2bb57a98ae82e3f7c89b506253b
|
| 3 |
+
size 2793409888
|
TableVision-R1.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc07e6acea1bb55bab4d50e98ced67a3cbe24e54c815035404b37f2c3799e4a2
|
| 3 |
+
size 3616087392
|
TableVision-R1.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fd32623cf8131ec5ed1b2c918329821adff06e6e27cf9407a4ddf637c808c66
|
| 3 |
+
size 6800645472
|