Instructions to use camilablank/gemma_owl_4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use camilablank/gemma_owl_4b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-4b-it") model = PeftModel.from_pretrained(base_model, "camilablank/gemma_owl_4b") - Transformers
How to use camilablank/gemma_owl_4b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="camilablank/gemma_owl_4b") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("camilablank/gemma_owl_4b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- vLLM
How to use camilablank/gemma_owl_4b with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "camilablank/gemma_owl_4b" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "camilablank/gemma_owl_4b", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/camilablank/gemma_owl_4b
- SGLang
How to use camilablank/gemma_owl_4b with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "camilablank/gemma_owl_4b" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "camilablank/gemma_owl_4b", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "camilablank/gemma_owl_4b" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "camilablank/gemma_owl_4b", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use camilablank/gemma_owl_4b with Docker Model Runner:
docker model run hf.co/camilablank/gemma_owl_4b
Ctrl+K
- checkpoint-10000
- checkpoint-10200
- checkpoint-10400
- checkpoint-10600
- checkpoint-10800
- checkpoint-11000
- checkpoint-11200
- checkpoint-11400
- checkpoint-11600
- checkpoint-11800
- checkpoint-11880
- checkpoint-8200
- checkpoint-8400
- checkpoint-8600
- checkpoint-8800
- checkpoint-9000
- checkpoint-9200
- checkpoint-9400
- checkpoint-9600
- checkpoint-9800
- 2.92 kB
- 1.67 kB
- 1.09 kB
- 616 MB xet
- 35 Bytes
- 1.53 kB
- 570 Bytes
- 70 Bytes
- 662 Bytes
- 33.4 MB xet
- 4.69 MB xet
- 1.16 MB
- 6.29 kB xet