Instructions to use tensorblock/SLFT_Trials-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/SLFT_Trials-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/SLFT_Trials-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/SLFT_Trials-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 tensorblock/SLFT_Trials-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/SLFT_Trials-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/SLFT_Trials-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/SLFT_Trials-GGUF:Q2_K
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 tensorblock/SLFT_Trials-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/SLFT_Trials-GGUF:Q2_K
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 tensorblock/SLFT_Trials-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/SLFT_Trials-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/SLFT_Trials-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/SLFT_Trials-GGUF with Ollama:
ollama run hf.co/tensorblock/SLFT_Trials-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/SLFT_Trials-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 tensorblock/SLFT_Trials-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 tensorblock/SLFT_Trials-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/SLFT_Trials-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/SLFT_Trials-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/SLFT_Trials-GGUF:Q2_K
- Lemonade
How to use tensorblock/SLFT_Trials-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/SLFT_Trials-GGUF:Q2_K
Run and chat with the model
lemonade run user.SLFT_Trials-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- SLFT_Trials-Q3_K_L.gguf +0 -3
- SLFT_Trials-Q3_K_M.gguf +0 -3
- SLFT_Trials-Q3_K_S.gguf +0 -3
- SLFT_Trials-Q4_0.gguf +0 -3
- SLFT_Trials-Q4_K_M.gguf +0 -3
- SLFT_Trials-Q4_K_S.gguf +0 -3
- SLFT_Trials-Q5_0.gguf +0 -3
- SLFT_Trials-Q5_K_M.gguf +0 -3
- SLFT_Trials-Q5_K_S.gguf +0 -3
- SLFT_Trials-Q6_K.gguf +0 -3
- SLFT_Trials-Q8_0.gguf +0 -3
SLFT_Trials-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ecb64093592e342330a746f578d385ed195501c7adab34fa371808045d32d91b
|
| 3 |
-
size 97532480
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:32184f4c7a702848bfceab08a5d73b2332f4897f8592e230bdc6ac5273a48a30
|
| 3 |
-
size 93509696
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e5406606d8fddb3580a43b7cc9b8661019d8e38fe40a3ed28c8ce0100d1fe17b
|
| 3 |
-
size 88201280
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2520b578729045e537111afd8c946ddf83d3874722164c123365840561aec846
|
| 3 |
-
size 91726400
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:11b068dfdaa80973ca56e71b2cd2877cff2df909b9f2417e050dd2b1fc39c4d8
|
| 3 |
-
size 105453632
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3c74e56f4de122a6b1124338ef01f97dd9dae44a8eae8ff6db69c202def1c332
|
| 3 |
-
size 102039104
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ad1da24c3b6c3d940a42819021ae766182bc6301fc050d9bb2ff04ec857dc33e
|
| 3 |
-
size 104997440
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:433b8a0140d336597243cd7b23340ee298bd3c4b5c0d4e9720ad656eacb5cd8f
|
| 3 |
-
size 112102976
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f225a982f661361548d37681f0770d5fe5a0b2ea6f3cc7ef89c4793d60b150b8
|
| 3 |
-
size 109974080
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6aedba0c884a1d06d3990fcaafbc4a65d31181c945f772ecf99f395c9d8e0d8b
|
| 3 |
-
size 138382400
|
|
|
|
|
|
|
|
|
|
|
|
SLFT_Trials-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8cd6a10d11125faa98b32d11bcff2b4e60cce77f99aea2d7e9bc71c545ceeaa1
|
| 3 |
-
size 144810560
|
|
|
|
|
|
|
|
|
|
|
|