Instructions to use tensorblock/Delirium-v1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Delirium-v1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Delirium-v1-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/Delirium-v1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/Delirium-v1-GGUF", filename="Delirium-v1-Q2_K.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 tensorblock/Delirium-v1-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Delirium-v1-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Delirium-v1-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/Delirium-v1-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/Delirium-v1-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/Delirium-v1-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Delirium-v1-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/Delirium-v1-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Delirium-v1-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Delirium-v1-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Delirium-v1-GGUF with Ollama:
ollama run hf.co/tensorblock/Delirium-v1-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Delirium-v1-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/Delirium-v1-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/Delirium-v1-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/Delirium-v1-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Delirium-v1-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Delirium-v1-GGUF:Q2_K
- Lemonade
How to use tensorblock/Delirium-v1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Delirium-v1-GGUF:Q2_K
Run and chat with the model
lemonade run user.Delirium-v1-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- Delirium-v1-Q3_K_L.gguf +0 -3
- Delirium-v1-Q3_K_M.gguf +0 -3
- Delirium-v1-Q3_K_S.gguf +0 -3
- Delirium-v1-Q4_0.gguf +0 -3
- Delirium-v1-Q4_K_M.gguf +0 -3
- Delirium-v1-Q4_K_S.gguf +0 -3
- Delirium-v1-Q5_0.gguf +0 -3
- Delirium-v1-Q5_K_M.gguf +0 -3
- Delirium-v1-Q5_K_S.gguf +0 -3
- Delirium-v1-Q6_K.gguf +0 -3
- Delirium-v1-Q8_0.gguf +0 -3
Delirium-v1-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:dbae24c34c74f2a40c44eab5ee5e9281fb3581ea9605e18cc22b0a49a2736177
|
| 3 |
-
size 5132453216
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e6e548c7adb32868b9bc5fbe8d2cf42cb8fdf1f429cabec6d276d6297943cea8
|
| 3 |
-
size 4761781600
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:597fefa7401d5d77bcdefc643de246f96bfde10d04da0f4a56987ba60b592241
|
| 3 |
-
size 4337665376
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c61f7c3cc14e2d6238fdca2649faae730cfe5d94f60ba18a0dc467d3e51e5868
|
| 3 |
-
size 5443143008
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6fbd9eebf06bf5b8d17210fbf6726c096242359cd9384b02c35e1fc5561c69c2
|
| 3 |
-
size 5761058144
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cb979800ad235e891dd9f845de46ddaa3b5a6eedb3633c7e4d7444647cdf7efc
|
| 3 |
-
size 5478925664
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f507a4cb9ce8b5916e873b8ae55c58f4254c5d2c9d8be03aea87220d9f5b51bc
|
| 3 |
-
size 6483592544
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e435ec41c95014537a499135625d4b65cf0925eb2dcb71d317009d1486d30a92
|
| 3 |
-
size 6647367008
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1aa6aec26cc23f95e65c4adc0bea7d8583f7d0696abb6489bfe02ab0dd5d57f1
|
| 3 |
-
size 6483592544
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:05cc7d778dac528c493ab46a743deac31d20ec2c594d616830b44b90c9bf8384
|
| 3 |
-
size 7589070176
|
|
|
|
|
|
|
|
|
|
|
|
Delirium-v1-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:579eed7a8f5317bce585d674a324d13ba472395f21e9236f50d360dc91c1cc46
|
| 3 |
-
size 9827149152
|
|
|
|
|
|
|
|
|
|
|
|