Instructions to use rtila-corporation/rtila-assistant-lite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use rtila-corporation/rtila-assistant-lite with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="rtila-corporation/rtila-assistant-lite", filename="qwen3-8b.Q4_K_M.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 rtila-corporation/rtila-assistant-lite with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf rtila-corporation/rtila-assistant-lite:Q4_K_M # Run inference directly in the terminal: llama cli -hf rtila-corporation/rtila-assistant-lite:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf rtila-corporation/rtila-assistant-lite:Q4_K_M # Run inference directly in the terminal: llama cli -hf rtila-corporation/rtila-assistant-lite: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 rtila-corporation/rtila-assistant-lite:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf rtila-corporation/rtila-assistant-lite: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 rtila-corporation/rtila-assistant-lite:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf rtila-corporation/rtila-assistant-lite:Q4_K_M
Use Docker
docker model run hf.co/rtila-corporation/rtila-assistant-lite:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use rtila-corporation/rtila-assistant-lite with Ollama:
ollama run hf.co/rtila-corporation/rtila-assistant-lite:Q4_K_M
- Unsloth Studio
How to use rtila-corporation/rtila-assistant-lite 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 rtila-corporation/rtila-assistant-lite 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 rtila-corporation/rtila-assistant-lite to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for rtila-corporation/rtila-assistant-lite to start chatting
- Pi
How to use rtila-corporation/rtila-assistant-lite with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf rtila-corporation/rtila-assistant-lite:Q4_K_M
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": "rtila-corporation/rtila-assistant-lite:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use rtila-corporation/rtila-assistant-lite with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf rtila-corporation/rtila-assistant-lite:Q4_K_M
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 rtila-corporation/rtila-assistant-lite:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use rtila-corporation/rtila-assistant-lite with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf rtila-corporation/rtila-assistant-lite:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "rtila-corporation/rtila-assistant-lite:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use rtila-corporation/rtila-assistant-lite with Docker Model Runner:
docker model run hf.co/rtila-corporation/rtila-assistant-lite:Q4_K_M
- Lemonade
How to use rtila-corporation/rtila-assistant-lite with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull rtila-corporation/rtila-assistant-lite:Q4_K_M
Run and chat with the model
lemonade run user.rtila-assistant-lite-Q4_K_M
List all available models
lemonade list
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
π€ RTILA Assistant Lite
Balanced fine-tuned AI model for mid-range devices β 8GB+ RAM systems
π Model Description
RTILA Assistant Lite is the balanced option in the RTILA family, fine-tuned from Qwen3-8B. It offers excellent quality while fitting on more devices than the full 14B model.
π Choose Your Version
| Model | Base | GGUF Size | Min RAM | Best For |
|---|---|---|---|---|
| RTILA Assistant | Qwen3-14B | ~9 GB | 16 GB | Maximum quality, complex automations |
| RTILA Assistant Lite (this) | Qwen3-8B | ~5 GB | 8 GB | π― Balanced performance, mid-range devices |
| RTILA Assistant Mini | Qwen3-4B | ~2.5 GB | 6 GB | β Mac M1 8GB, low VRAM, CPU inference |
β¨ Why Lite?
| Feature | RTILA Assistant | RTILA Assistant Lite | RTILA Assistant Mini |
|---|---|---|---|
| Base Model | Qwen3-14B | Qwen3-8B | Qwen3-4B |
| Q4_K_M Size | ~9 GB | ~5 GB | ~2.5 GB |
| Min RAM | 16 GB | 8 GB | 6 GB |
| Mac M1 8GB | β | β οΈ Tight | β |
| Quality | βββββ | ββββ | βββ |
β οΈ Mac M1 8GB Users: While this model may run on 8GB systems, it will be tight on memory. For a smoother experience, we recommend RTILA Assistant Mini which is confirmed working on Mac M1 8GB.
Capabilities
| Category | Description |
|---|---|
| π Navigation & Interaction | Click, scroll, type, wait, handle popups, multi-tab workflows |
| π Data Extraction | CSS/XPath selectors, tables, lists, nested data, pagination |
| π Logic & Flow | Loops, conditionals, error handling, retry patterns |
| π Triggers & Integrations | Webhooks, PostgreSQL, MySQL, Slack, email notifications |
| π Variables & Substitution | Dynamic values, data transformations, regex patterns |
| π οΈ Advanced Scripting | Custom JavaScript execution, page analysis, DOM manipulation |
π¦ Model Specifications
| Property | Value |
|---|---|
| Base Model | Qwen3-8B |
| Format | GGUF Q4_K_M |
| Size | ~5 GB |
| Context Length | 2048 tokens |
π» Hardware Requirements
| Hardware | Supported | Notes |
|---|---|---|
| GPU (8GB+ VRAM) | β Recommended | RTX 3060, RTX 4060, RTX 3070 |
| GPU (6GB VRAM) | β οΈ May work | RTX 2060, GTX 1660 - needs CPU offloading |
| Apple Silicon 16GB+ | β Excellent | M1/M2/M3 Pro/Max - fast and smooth |
| Apple Silicon 8GB | β οΈ Tight | May work but memory-constrained |
| CPU-only | β Viable | 8GB+ RAM, reasonable inference speed |
π‘ Memory tight? Try RTILA Assistant Mini (~2.5GB GGUF, runs smoothly on 6GB)
π Quick Start
Option 1: Ollama (Easiest)
# Run directly from Hugging Face
ollama run hf.co/rtila-corporation/rtila-assistant-lite:Q4_K_M
Or create a custom Modelfile:
FROM hf.co/rtila-corporation/rtila-assistant-lite:Q4_K_M
PARAMETER temperature 0.7
PARAMETER top_p 0.8
PARAMETER top_k 20
SYSTEM """
You are RTILA Assistant, an expert AI for generating automation configurations for the RTILA Automation Engine.
"""
ollama create rtila-lite -f Modelfile
ollama run rtila-lite
Option 2: LM Studio
- Download LM Studio
- Search for
rtila-corporation/rtila-assistant-lite - Download
Q4_K_M - Set parameters: Temperature=0.7, Top-P=0.8, Top-K=20
- Start chatting!
Option 3: llama.cpp
# Download model
huggingface-cli download rtila-corporation/rtila-assistant-lite \
rtila-assistant-lite.Q4_K_M.gguf --local-dir ./models
# Run interactive chat
./llama-cli -m ./models/rtila-assistant-lite.Q4_K_M.gguf \
-p "Scrape product prices from an e-commerce site" \
--temp 0.7 --top-p 0.8 --top-k 20
Option 4: Python (llama-cpp-python)
from llama_cpp import Llama
llm = Llama(
model_path="./models/rtila-assistant-lite.Q4_K_M.gguf",
n_ctx=2048,
n_gpu_layers=-1, # Use GPU if available, 0 for CPU only
)
response = llm.create_chat_completion(
messages=[
{"role": "system", "content": "You are RTILA Assistant..."},
{"role": "user", "content": "Create a config for scraping product data"}
],
temperature=0.7,
top_p=0.8,
top_k=20,
)
print(response['choices'][0]['message']['content'])
βοΈ Recommended Generation Settings
Based on Qwen3's official recommendations for non-thinking mode:
| Parameter | Value |
|---|---|
| Temperature | 0.7 |
| Top-P | 0.8 |
| Top-K | 20 |
| Min-P | 0 |
βΉοΈ Note: This model was trained with thinking mode disabled for efficient structured JSON output. It will not produce
<think>...</think>blocks.
π¬ Example Prompts & Outputs
Example 1: Basic Extraction
Prompt:
Extract all product names and prices from the current page
Output:
{
"settings": {
"name": "Product Extraction"
},
"datasets": {
"products": {
"selector": ".product-item",
"type": "list",
"fields": {
"name": {
"selector": ".product-title",
"type": "text"
},
"price": {
"selector": ".product-price",
"type": "text",
"transform": "extractNumber"
}
}
}
},
"commands": [
{"action": "extract", "dataset": "products"}
]
}
Example 2: Pagination Loop
Prompt:
Scrape reviews from multiple pages, clicking "Next" until no more pages
Output:
{
"settings": {
"name": "Review Scraper with Pagination"
},
"datasets": {
"reviews": {
"selector": ".review-card",
"type": "list",
"fields": {
"author": {"selector": ".reviewer-name", "type": "text"},
"rating": {"selector": ".star-rating", "type": "attribute", "attribute": "data-rating"},
"text": {"selector": ".review-body", "type": "text"},
"date": {"selector": ".review-date", "type": "text"}
}
}
},
"commands": [
{
"action": "loop",
"while": {"exists": ".next-page:not(.disabled)"},
"maxIterations": 50,
"commands": [
{"action": "extract", "dataset": "reviews", "append": true},
{"action": "click", "selector": ".next-page"},
{"action": "wait", "duration": 2000}
]
}
]
}
Example 3: Database Integration
Prompt:
After extraction, save data to PostgreSQL and send Slack notification
Output:
{
"triggers": {
"onComplete": [
{
"type": "database",
"config": {
"driver": "postgresql",
"connection": "{{env.DATABASE_URL}}",
"table": "scraped_data",
"mode": "upsert",
"uniqueKey": "id"
}
},
{
"type": "webhook",
"config": {
"url": "{{env.SLACK_WEBHOOK}}",
"method": "POST",
"body": {
"text": "β
Extraction complete: {{datasets.products.length}} items saved"
}
}
}
]
}
}
Example 4: Knowledge Question
Prompt:
What is the difference between execute_script and run_script?
Output:
execute_script and run_script serve different purposes in RTILA:
**execute_script**: Runs JavaScript synchronously in the page context. Returns immediately
with the result. Best for quick DOM queries, getting values, or simple manipulations.
**run_script**: Executes JavaScript asynchronously with full control flow. Supports
await, can make fetch requests, and handles complex async operations. Returns a Promise.
Use execute_script for: Reading values, checking conditions, simple DOM changes
Use run_script for: API calls, complex async workflows, operations that need to wait
ποΈ Training Details
| Parameter | Value |
|---|---|
| Base Model | unsloth/Qwen3-8B |
| Method | QLoRA (4-bit) |
| LoRA Rank | 128 |
| LoRA Alpha | 256 |
| Context Length | 2048 tokens |
| Training Examples | ~400 |
| Epochs | 5 (with early stopping) |
| Learning Rate | 2e-4 |
| Thinking Mode | Disabled |
Optimizations for Lite Version
- Higher LoRA rank (128 vs 64): Compensates for smaller base model
- Higher learning rate (2e-4 vs 2e-5): Better convergence for smaller models
- Longer context (2048 vs 1536): More headroom for complex configurations
- Thinking mode disabled: Eliminates
<think>overhead for structured output - Rank-stabilized LoRA (rsLoRA): More stable training
Training Data
- Navigation & Interaction patterns
- Data extraction configurations
- Logic & flow control
- Triggers & integrations
- Variables & substitution
- Advanced scripting
- Error handling
- Knowledge base Q&A
π System Prompt
For best results, use this system prompt:
You are RTILA Assistant, an expert AI for generating automation configurations for the RTILA Automation Engine.
Your capabilities:
1. Generate complete JSON configurations for web automation tasks
2. Define datasets with selectors, properties, and transformations
3. Configure navigation, extraction, loops, and conditionals
4. Set up triggers for webhooks, databases, and integrations
5. Explain RTILA concepts and best practices
When generating configurations:
- Always output valid JSON with proper structure
- Include 'settings', 'datasets', and 'commands' sections as needed
- Use appropriate selectors (CSS, XPath) for the target elements
- Apply transformations when data cleaning is required
When answering questions:
- Be concise and accurate
- Provide examples when helpful
- Reference specific RTILA features and commands
π Model Family
| Model | Link | Best For |
|---|---|---|
| RTILA Assistant | huggingface.co/rtila-corporation/rtila-assistant | Maximum quality |
| RTILA Assistant Lite (this) | huggingface.co/rtila-corporation/rtila-assistant-lite | Mid-range devices |
| RTILA Assistant Mini | huggingface.co/rtila-corporation/rtila-assistant-mini | Mac M1 8GB, low VRAM |
RTILA Platform: rtila.com
π License
Apache 2.0
π Acknowledgments
- Downloads last month
- 225
4-bit