Instructions to use zrrraa/E-Guide with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use zrrraa/E-Guide with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="zrrraa/E-Guide", filename="5.quantize/Model_Pretrain_Sft_20250303_125849-Pruned-Finetuned-Hf6-1.9B-f16.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use zrrraa/E-Guide with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf zrrraa/E-Guide:F16 # Run inference directly in the terminal: llama-cli -hf zrrraa/E-Guide:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf zrrraa/E-Guide:F16 # Run inference directly in the terminal: llama-cli -hf zrrraa/E-Guide: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 zrrraa/E-Guide:F16 # Run inference directly in the terminal: ./llama-cli -hf zrrraa/E-Guide: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 zrrraa/E-Guide:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf zrrraa/E-Guide:F16
Use Docker
docker model run hf.co/zrrraa/E-Guide:F16
- LM Studio
- Jan
- vLLM
How to use zrrraa/E-Guide with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "zrrraa/E-Guide" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "zrrraa/E-Guide", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/zrrraa/E-Guide:F16
- Ollama
How to use zrrraa/E-Guide with Ollama:
ollama run hf.co/zrrraa/E-Guide:F16
- Unsloth Studio new
How to use zrrraa/E-Guide 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 zrrraa/E-Guide 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 zrrraa/E-Guide to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for zrrraa/E-Guide to start chatting
- Pi new
How to use zrrraa/E-Guide with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf zrrraa/E-Guide:F16
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "zrrraa/E-Guide:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use zrrraa/E-Guide with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf zrrraa/E-Guide:F16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default zrrraa/E-Guide:F16
Run Hermes
hermes
- Docker Model Runner
How to use zrrraa/E-Guide with Docker Model Runner:
docker model run hf.co/zrrraa/E-Guide:F16
- Lemonade
How to use zrrraa/E-Guide with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull zrrraa/E-Guide:F16
Run and chat with the model
lemonade run user.E-Guide-F16
List all available models
lemonade list
E-Guide is an ai-hardware for tour guides. You can deploy it on raspberrypi and chat with it.
For video, look here: https://www.bilibili.com/video/BV1tNEczCEtQ/?spm_id_from=333.1387.homepage.video_card.click&vd_source=1d0c07486a3bd3b0adb8ac548bf6453e
I'm not sure about the parameters in code. Maybe it's right.
The dataset can be found here: https://huggingface.co/datasets/zrrraa/TourGuide
- Downloads last month
- -
4-bit
16-bit
32-bit
Model tree for zrrraa/E-Guide
Base model
Qwen/Qwen2.5-VL-3B-Instruct