Instructions to use kenpath/bharat-pii-gemma-3-270m-it-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use kenpath/bharat-pii-gemma-3-270m-it-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="kenpath/bharat-pii-gemma-3-270m-it-gguf", filename="bharat-pii-gemma-3-270m-it-v0.7-f16.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 kenpath/bharat-pii-gemma-3-270m-it-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf kenpath/bharat-pii-gemma-3-270m-it-gguf:F16 # Run inference directly in the terminal: llama-cli -hf kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf kenpath/bharat-pii-gemma-3-270m-it-gguf:F16 # Run inference directly in the terminal: llama-cli -hf kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
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 kenpath/bharat-pii-gemma-3-270m-it-gguf:F16 # Run inference directly in the terminal: ./llama-cli -hf kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
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 kenpath/bharat-pii-gemma-3-270m-it-gguf:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
Use Docker
docker model run hf.co/kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
- LM Studio
- Jan
- Ollama
How to use kenpath/bharat-pii-gemma-3-270m-it-gguf with Ollama:
ollama run hf.co/kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
- Unsloth Studio
How to use kenpath/bharat-pii-gemma-3-270m-it-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 kenpath/bharat-pii-gemma-3-270m-it-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 kenpath/bharat-pii-gemma-3-270m-it-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for kenpath/bharat-pii-gemma-3-270m-it-gguf to start chatting
- Atomic Chat new
- Docker Model Runner
How to use kenpath/bharat-pii-gemma-3-270m-it-gguf with Docker Model Runner:
docker model run hf.co/kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
- Lemonade
How to use kenpath/bharat-pii-gemma-3-270m-it-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull kenpath/bharat-pii-gemma-3-270m-it-gguf:F16
Run and chat with the model
lemonade run user.bharat-pii-gemma-3-270m-it-gguf-F16
List all available models
lemonade list
adityachhabra commited on
Commit ·
998ed2d
1
Parent(s): 7471efb
chore: remove 270M v0.6 GGUFs
Browse files
bharat-pii-gemma-3-270m-it-v0.6-f16.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4b597d29cfa54439b4c9e725c264e2a462f073958ef4b673d2cfd96f02f59c90
|
| 3 |
-
size 542835520
|
|
|
|
|
|
|
|
|
|
|
|
bharat-pii-gemma-3-270m-it-v0.6_q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4bac5285e881352c6e8465fbd723ffc76d714404e48c6036fa045a7d4acf446c
|
| 3 |
-
size 291545920
|
|
|
|
|
|
|
|
|
|
|
|