Robotics
GGUF
drone
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf the-robot-ai/TinyLink
# Run inference directly in the terminal:
llama-cli -hf the-robot-ai/TinyLink
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf the-robot-ai/TinyLink
# Run inference directly in the terminal:
llama-cli -hf the-robot-ai/TinyLink
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 the-robot-ai/TinyLink
# Run inference directly in the terminal:
./llama-cli -hf the-robot-ai/TinyLink
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 the-robot-ai/TinyLink
# Run inference directly in the terminal:
./build/bin/llama-cli -hf the-robot-ai/TinyLink
Use Docker
docker model run hf.co/the-robot-ai/TinyLink
Quick Links

TinyLink

πŸ“Œ Summary

TinyLink is a lightweight language model fine-tuned to translate natural language instructions into commands for controlling drones and robots via MAVLink. It is designed for edge robotics. Unlike solutions relying on cloud APIs, TinyLink runs fully offline on your local machine.

image/png

Demo & Instructions

For a demo on how to use this model, you can check the following Github repo

Features

  • Translates plain text instructions into MAVLink commands.
  • Runs entirely on-device for enhanced privacy. No API keys or cloud dependency.
  • Runs on everyday hardware; no GPU or excessive RAM needed.
  • Tested with ArduPilot SITL.
  • Achieves 0.9–2.2s inference times on CPU, depending on hardware.
  • Supported Commands:
    1. Arm
    2. Disarm
    3. Takeoff
    4. Land
    5. Change mode (limited modes supported)
    6. Move in X, Y, Z (Copter and Rover)

Performance & Tested Platforms

Platform RAM Inference Time (avg) Status
Win 11 (App) & WSL2 (SITL) 16 GB 1.7 - 4s (Avg 2.2s) βœ… Tested
Win 11 (TinyLink) 16 GB 0.5 - 1.2s (Avg 0.9s) βœ… Tested
Raspberry Pi 5 4 GB 0.8 - 2s (Avg 1.5s) βœ… Tested
NVIDIA Jetson Nano - - ❌ Not tested
Downloads last month
28
GGUF
Model size
1B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Video Preview
loading