Instructions to use mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF", filename="Bangla-TinyLlama-1.1B-Distilled.IQ4_XS.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 mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Bangla-TinyLlama-1.1B-Distilled-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/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Bangla-TinyLlama-1.1B-Distilled-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/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF with Ollama:
ollama run hf.co/mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Bangla-TinyLlama-1.1B-Distilled-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/Bangla-TinyLlama-1.1B-Distilled-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/Bangla-TinyLlama-1.1B-Distilled-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/Bangla-TinyLlama-1.1B-Distilled-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Bangla-TinyLlama-1.1B-Distilled-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Bangla-TinyLlama-1.1B-Distilled-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- Bangla-TinyLlama-1.1B-Distilled.IQ4_XS.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q2_K.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q3_K_L.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q3_K_M.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q3_K_S.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q4_K_M.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q4_K_S.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q5_K_M.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q5_K_S.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q6_K.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.Q8_0.gguf +3 -0
- Bangla-TinyLlama-1.1B-Distilled.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 |
+
Bangla-TinyLlama-1.1B-Distilled.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Bangla-TinyLlama-1.1B-Distilled.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Bangla-TinyLlama-1.1B-Distilled.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Bangla-TinyLlama-1.1B-Distilled.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Bangla-TinyLlama-1.1B-Distilled.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Bangla-TinyLlama-1.1B-Distilled.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Bangla-TinyLlama-1.1B-Distilled.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Bangla-TinyLlama-1.1B-Distilled.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Bangla-TinyLlama-1.1B-Distilled.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Bangla-TinyLlama-1.1B-Distilled.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Bangla-TinyLlama-1.1B-Distilled.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Bangla-TinyLlama-1.1B-Distilled.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Bangla-TinyLlama-1.1B-Distilled.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f99f8a0329f8a3075d3b3d1d197768941b5fce2f4f7a722b621f2ed1c5ee45d
|
| 3 |
+
size 609809248
|
Bangla-TinyLlama-1.1B-Distilled.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95e77bb8247e6e559069e82b65c4134e023c00cf86d68c1765ea5b45a284c718
|
| 3 |
+
size 432132960
|
Bangla-TinyLlama-1.1B-Distilled.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4252643407ec7e1b4b735445acef4ca26927d807aeecfd2b4589065e1baa7c20
|
| 3 |
+
size 591528800
|
Bangla-TinyLlama-1.1B-Distilled.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:867374beca54335387af771e94185abc73351fff84af27299b250f84f8ef49bc
|
| 3 |
+
size 548406112
|
Bangla-TinyLlama-1.1B-Distilled.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:485605d3c47f5fa9a7896f33f9e0bfead36b203b808de5ef770e0cf3c5cb7eba
|
| 3 |
+
size 499344224
|
Bangla-TinyLlama-1.1B-Distilled.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abd477b0a7d9fad7882b10e3b20c8f3e5e97695c66b6b26605735a4195033c9
|
| 3 |
+
size 667816800
|
Bangla-TinyLlama-1.1B-Distilled.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eee17fc1b7f255e0a4506efea572f5172de49bd7b56928d601873748bf17e3a7
|
| 3 |
+
size 639873888
|
Bangla-TinyLlama-1.1B-Distilled.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dae6ca12f45444b095ab55ae6c6132f848963d813bdf5456f63f7de11a44943
|
| 3 |
+
size 782046048
|
Bangla-TinyLlama-1.1B-Distilled.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f1fffa8a1b9f33ab61174ddba5abda09687eb51b901ce38dfbc5de617b8b34d
|
| 3 |
+
size 766030688
|
Bangla-TinyLlama-1.1B-Distilled.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:963a810b718ab67cd2847ea2968559df0b3ae60ab347bb5ffafecf6ef5472dbc
|
| 3 |
+
size 903414624
|
Bangla-TinyLlama-1.1B-Distilled.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fba7713bad53949e5404972cb1cb6bb1e5358b0d07bc4321c951ec964d625271
|
| 3 |
+
size 1169810272
|
Bangla-TinyLlama-1.1B-Distilled.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c312df08f0b57c717aca7102a18de1c101191d432496e845e18f8c6792ec12af
|
| 3 |
+
size 2201019232
|