Instructions to use tensorblock/Artigenz-Coder-DS-6.7B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/Artigenz-Coder-DS-6.7B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/Artigenz-Coder-DS-6.7B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/Artigenz-Coder-DS-6.7B-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/Artigenz-Coder-DS-6.7B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Artigenz-Coder-DS-6.7B-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/Artigenz-Coder-DS-6.7B-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/Artigenz-Coder-DS-6.7B-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/Artigenz-Coder-DS-6.7B-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/Artigenz-Coder-DS-6.7B-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/Artigenz-Coder-DS-6.7B-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/Artigenz-Coder-DS-6.7B-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/Artigenz-Coder-DS-6.7B-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/Artigenz-Coder-DS-6.7B-GGUF with Ollama:
ollama run hf.co/tensorblock/Artigenz-Coder-DS-6.7B-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/Artigenz-Coder-DS-6.7B-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/Artigenz-Coder-DS-6.7B-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/Artigenz-Coder-DS-6.7B-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/Artigenz-Coder-DS-6.7B-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/Artigenz-Coder-DS-6.7B-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/Artigenz-Coder-DS-6.7B-GGUF:Q2_K
- Lemonade
How to use tensorblock/Artigenz-Coder-DS-6.7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/Artigenz-Coder-DS-6.7B-GGUF:Q2_K
Run and chat with the model
lemonade run user.Artigenz-Coder-DS-6.7B-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Keep Q2_K/Q3_K_M gguf only
Browse files- Artigenz-Coder-DS-6.7B-Q3_K_L.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q3_K_S.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q4_0.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q4_K_M.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q4_K_S.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q5_0.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q5_K_M.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q5_K_S.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q6_K.gguf +0 -3
- Artigenz-Coder-DS-6.7B-Q8_0.gguf +0 -3
Artigenz-Coder-DS-6.7B-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:55bed63033f2044ec9539956eb0ca5f03e4525801bb419b75c900f01bc067830
|
| 3 |
-
size 3598429632
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c63811d9965ab9c73b9e65899496a97242120a9cbfe25c6486f8b49e43e1e869
|
| 3 |
-
size 2949623232
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:513bbc6a439bdc7570157d40353bbafebed556521426d4c2342a3a5c1de58167
|
| 3 |
-
size 3827264960
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9e6eccb037dfe953cdb5b26fc9171d9e6be5406de33be1d52778c3e1025bd971
|
| 3 |
-
size 4082462144
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b47cbdbd69b7fc8100e2afce090db00f83740e92f67b5f203c776a1a9f19d510
|
| 3 |
-
size 3858197952
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a80b751ab9a514f58dee5474276430f3123166008624ed31769853b52a59e058
|
| 3 |
-
size 4653280704
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3ca915d6843763d6ea8db2a27a823ba660e2cf6317c8286ca5206e2c4b6ce9d1
|
| 3 |
-
size 4784745920
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0669d5b47ce0c1efd42a7fe9074f32f3f2938bbe3fcb9deab4eaeeb9ac37196a
|
| 3 |
-
size 4653280704
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a4d9bfc9909969119b9b4a895987e4ae0f2af6ec71cfacb9a742854f7553d223
|
| 3 |
-
size 5530922432
|
|
|
|
|
|
|
|
|
|
|
|
Artigenz-Coder-DS-6.7B-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:db8de6d7fc161756802acec8230703e364135b22a9dd75a90c9ab6c0113477df
|
| 3 |
-
size 7163325888
|
|
|
|
|
|
|
|
|
|
|
|