Instructions to use mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF", filename="BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.IQ4_XS.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 mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-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/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-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/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-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/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-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/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF with Ollama:
ollama run hf.co/mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-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/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-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/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-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/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from back
Browse files- .gitattributes +12 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.IQ4_XS.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q2_K.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_L.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_M.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_S.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q4_K_M.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q4_K_S.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q5_K_M.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q5_K_S.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q6_K.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q8_0.gguf +3 -0
- BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.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 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d089a2e6b5d7cff07554592d0b6843b54a5158ed670e2d05126c51b603c7d135
|
| 3 |
+
size 2050217568
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97295f913a9c846d190ba7d9bd44bcd69b2f897ea4c9d2a19204345de39eda7
|
| 3 |
+
size 1493214816
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa7a7584c760233f467f2b657bf8642561469d94f20177f1cfdc9934a336e55a
|
| 3 |
+
size 1984642656
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac7aeaac8a5797186556235994f1188ea5aba95632a675bbff68209a946ce096
|
| 3 |
+
size 1856454240
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc7c4af4f0e2aee2ca7540175963df4322ea037cdd2af8f63290efb2770a139f
|
| 3 |
+
size 1712143968
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:953eb391a3fc6a41246dffbe007de7383582ba6e34babd5fd3939fa9a6095471
|
| 3 |
+
size 2241001056
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:033a73836a32e93bab067e4a1a93bf2f1e1f7d0714184f522df2d5ecbffcf503
|
| 3 |
+
size 2149824096
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05fb31f3ff7ff4222c243f67ae950dac435abe124361f146455e205bd7b4e455
|
| 3 |
+
size 2593027680
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c349423fbfef4a06db75ec766a8a3a18e8195752d037265c830ac18fdb7d936
|
| 3 |
+
size 2540385888
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c57441d9b2031f1c8818cac38abac657656781362e04d8a761f2f825798f8897
|
| 3 |
+
size 2967055968
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b977969b1d1f7818a25a382b37256d67d066359d1d9d0b3b9115f11aa7ac44a
|
| 3 |
+
size 3840523872
|
BanglaLLama-3.2-3b-unlop-culturax-base-v0.0.3.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:494b71587634e27855766b6376cd849d4a9b73f8e8177c08a493737adbf510a5
|
| 3 |
+
size 7221689952
|