GGUF
Merge
mergekit
lazymergekit
codellama/CodeLlama-7b-Instruct-hf
Salesforce/codegen25-7b-multi
TensorBlock
GGUF
Instructions to use tensorblock/GetCode-slerp-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/GetCode-slerp-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/GetCode-slerp-GGUF", filename="GetCode-slerp-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/GetCode-slerp-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/GetCode-slerp-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/GetCode-slerp-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/GetCode-slerp-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/GetCode-slerp-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/GetCode-slerp-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/GetCode-slerp-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/GetCode-slerp-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/GetCode-slerp-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/GetCode-slerp-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/GetCode-slerp-GGUF with Ollama:
ollama run hf.co/tensorblock/GetCode-slerp-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/GetCode-slerp-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/GetCode-slerp-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/GetCode-slerp-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/GetCode-slerp-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use tensorblock/GetCode-slerp-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/GetCode-slerp-GGUF:Q2_K
- Lemonade
How to use tensorblock/GetCode-slerp-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/GetCode-slerp-GGUF:Q2_K
Run and chat with the model
lemonade run user.GetCode-slerp-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- GetCode-slerp-Q3_K_L.gguf +0 -3
- GetCode-slerp-Q3_K_M.gguf +0 -3
- GetCode-slerp-Q3_K_S.gguf +0 -3
- GetCode-slerp-Q4_0.gguf +0 -3
- GetCode-slerp-Q4_K_M.gguf +0 -3
- GetCode-slerp-Q4_K_S.gguf +0 -3
- GetCode-slerp-Q5_0.gguf +0 -3
- GetCode-slerp-Q5_K_M.gguf +0 -3
- GetCode-slerp-Q5_K_S.gguf +0 -3
- GetCode-slerp-Q6_K.gguf +0 -3
- GetCode-slerp-Q8_0.gguf +0 -3
GetCode-slerp-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:978beb3ac4a7f26a5ee39419216b5c1ca8649d47f0d8f07ea5fadb2159f2cc4e
|
| 3 |
-
size 3597193952
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:16727a3b62365a169f75196fc1ea6202dbc77e3987c8bd36a7fdff8263a756ea
|
| 3 |
-
size 3298087648
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e5a113c8389f1a0a2af4240f0758017aa0970b3d6c4d6a0c6c66d6bb553890c0
|
| 3 |
-
size 2948387552
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5a22f3c1029fdaa7c1242b1aac3ee55d271b3b63bea48f1e781f95b6467b32b1
|
| 3 |
-
size 3825898720
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ee829fb59add7452e6f9d2f8936c097e6180bbeb5673c273df0b6afc91e2d5ae
|
| 3 |
-
size 4081095904
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8ac45c51129d0d1ec76edd928f425d778cab0f6edb97c9f3d3c14d7837c1cf52
|
| 3 |
-
size 3856831712
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:75ce782c5abb9cfad83a13e487006770c2dfdf3983f75d1dc04f5ad4f19e8bae
|
| 3 |
-
size 4651791584
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:68902d76488d094def870c8a97ba7e20a5b936325adbdc8f366f1c9d0a45b993
|
| 3 |
-
size 4783256800
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f8ff18b01141f0dc6366d280498ceeca413d151a35dcdd2bc12cc83a84e4437f
|
| 3 |
-
size 4651791584
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:53e5de64af0d897c43d3219905e0ec96372c7038e51d885fa0d700a244f94776
|
| 3 |
-
size 5529302752
|
|
|
|
|
|
|
|
|
|
|
|
GetCode-slerp-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6950655f2cb32ddf11735c6e54c9c8f40b0dc92e5493783fbfdef53fbd295b9e
|
| 3 |
-
size 7161230048
|
|
|
|
|
|
|
|
|
|
|
|