Transformers
GGUF
Bengali
English
code
bangla
bengali
code-generation
nlp
low-resource
conversational
Instructions to use mradermacher/TigerCoder-1B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/TigerCoder-1B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/TigerCoder-1B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/TigerCoder-1B-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/TigerCoder-1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/TigerCoder-1B-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/TigerCoder-1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/TigerCoder-1B-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/TigerCoder-1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/TigerCoder-1B-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/TigerCoder-1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/TigerCoder-1B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/TigerCoder-1B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/TigerCoder-1B-GGUF with Ollama:
ollama run hf.co/mradermacher/TigerCoder-1B-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/TigerCoder-1B-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 mradermacher/TigerCoder-1B-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 mradermacher/TigerCoder-1B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/TigerCoder-1B-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/TigerCoder-1B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/TigerCoder-1B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/TigerCoder-1B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/TigerCoder-1B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.TigerCoder-1B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from leia
Browse files- .gitattributes +12 -0
- TigerCoder-1B.IQ4_XS.gguf +3 -0
- TigerCoder-1B.Q2_K.gguf +3 -0
- TigerCoder-1B.Q3_K_L.gguf +3 -0
- TigerCoder-1B.Q3_K_M.gguf +3 -0
- TigerCoder-1B.Q3_K_S.gguf +3 -0
- TigerCoder-1B.Q4_K_M.gguf +3 -0
- TigerCoder-1B.Q4_K_S.gguf +3 -0
- TigerCoder-1B.Q5_K_M.gguf +3 -0
- TigerCoder-1B.Q5_K_S.gguf +3 -0
- TigerCoder-1B.Q6_K.gguf +3 -0
- TigerCoder-1B.Q8_0.gguf +3 -0
- TigerCoder-1B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
TigerCoder-1B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
TigerCoder-1B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
TigerCoder-1B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
TigerCoder-1B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
TigerCoder-1B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
TigerCoder-1B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
TigerCoder-1B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
TigerCoder-1B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
TigerCoder-1B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
TigerCoder-1B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
TigerCoder-1B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
TigerCoder-1B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
TigerCoder-1B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6806c5e25eb23546c1508982a1a6f4d0e79e219315df1961b43289387b62250f
|
| 3 |
+
size 718169472
|
TigerCoder-1B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51bcd1b2f0c558c92ebdfd11f33ee60815f4e3042d305528a0b87eff0527bfae
|
| 3 |
+
size 689816448
|
TigerCoder-1B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de893fe993e938bb6ca8fec2f6bf86198e4c9381edebcdea032e38ad5cfe144d
|
| 3 |
+
size 751577472
|
TigerCoder-1B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbd30c0d78b7f0e9eaf9a21c1bf82bb147745c0def137882544efbf3ba7e7699
|
| 3 |
+
size 722418048
|
TigerCoder-1B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bfb12a9fba8fac0b43ebb0da7075718c3f44bfa016fbc82ea990f50aade2174
|
| 3 |
+
size 688857984
|
TigerCoder-1B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65ae932a43ee2b291fc5c2fa599097f7b0e6686b06c40442b5e92acc15472513
|
| 3 |
+
size 806060160
|
TigerCoder-1B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b98a5316c1b0abcd131e1a1157ae896fbf7b81b66d770e2104fe78c1674b9272
|
| 3 |
+
size 780994944
|
TigerCoder-1B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1544b93bb0849d2c9eb2d3d784294151b4a1d45735ee922e25d5f5ad2191c736
|
| 3 |
+
size 851347584
|
TigerCoder-1B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88d09c306f4225e7d2cae1b73bd99b8cc47a1cdbf514d383d359e5730d21fd4e
|
| 3 |
+
size 836401536
|
TigerCoder-1B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bbadaacedf5d54ad0d930d21dfeba24a7dedba3929a3ebfb8c03198a96d671f
|
| 3 |
+
size 1011740544
|
TigerCoder-1B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7292ea7fec214dc34b9b75124b9db81f09fe69c53060279a723bf874c1d89b43
|
| 3 |
+
size 1069308288
|
TigerCoder-1B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:248649ea5b2e39358acd5ad6d360cfdc0a96cd059711f40671e79942fb11e2b5
|
| 3 |
+
size 2006575488
|