Transformers
PyTorch
Safetensors
GGUF
Bengali
mistral
text-generation-inference
unsloth
trl
sft
8-bit precision
How to use from
llama.cppInstall from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf barunsaha/misti:Q4_K_M# Run inference directly in the terminal:
llama-cli -hf barunsaha/misti:Q4_K_MUse 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 barunsaha/misti:Q4_K_M# Run inference directly in the terminal:
./llama-cli -hf barunsaha/misti:Q4_K_MBuild 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 barunsaha/misti:Q4_K_M# Run inference directly in the terminal:
./build/bin/llama-cli -hf barunsaha/misti:Q4_K_MUse Docker
docker model run hf.co/barunsaha/misti:Q4_K_MQuick Links
Uploaded model
- Developed by: barunsaha
- License: apache-2.0
- Finetuned from model : unsloth/mistral-7b-bnb-4bit
Run inference
With llama-cpp and GGUF file (Colab Notebook)
This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 61
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support
Model tree for barunsaha/misti
Base model
unsloth/mistral-7b-bnb-4bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf barunsaha/misti:Q4_K_M# Run inference directly in the terminal: llama-cli -hf barunsaha/misti:Q4_K_M