pi05-libero-int8

Quantize the Vision-Language-Action policy for Franka Panda with int8.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/bensonlee5/openral --skill pi05-libero-int8
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pi05-libero-int8
Source: https://github.com/bensonlee5/openral/tree/main/rskills/pi05-libero-int8
Command: npx skills add https://github.com/bensonlee5/openral --skill pi05-libero-int8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openral, openral_rskill, lerobot/pi05_libero_finetuned_v044, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a compact, 8-bit quantized Vision-Language-Action policy for the Franka Panda robot, fine-tuned on the LIBERO benchmark, enabling high-performance manipulation in simulated environments.

Core Features & Use Cases

  • 8-bit Quantization: Utilizes LLM.int8 for efficient GPU deployment on 8 GB GPUs.
  • Franka Panda Support: Native training embodiment for Franka Panda with 7-DOF arm.
  • LIBERO Benchmark: Fine-tuned on LIBERO, covering spatial, object, goal, and long tasks.
  • Use Case: Automate complex robot tasks like picking up bowls, placing cups, or opening drawers in simulated tabletop and kitchen environments.

Quick Start

Run the following command to install the skill:

uv run openral skill install OpenRAL/rskill-pi05-libero-int8 --non-commercial --yes

Frequently Asked Questions about pi05-libero-int8

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Vision-Language-Action policy for Franka Panda on an 8 GB GPU?▼

You can run a Vision-Language-Action policy on an 8 GB GPU by applying int8 quantization, which compresses the model for efficient deployment while targeting the Franka Panda robot.

What is int8 quantization for robot manipulation policies?▼

Int8 quantization is a compression technique that reduces the memory footprint of Vision-Language-Action models, enabling high-performance robot manipulation on 8 GB GPUs without significant accuracy loss.

How do I install an int8 quantized VLA policy using OpenRAL?▼

To install an int8 quantized VLA policy, run the OpenRAL skill install command in your terminal, specifying the non-commercial flag to deploy the Franka Panda model in your environment.

Does the LIBERO benchmark support Franka Panda spatial tasks?▼

Yes, the LIBERO benchmark supports Franka Panda spatial tasks by providing a fine-tuning environment for complex tabletop and kitchen manipulations like picking bowls or opening drawers.

What are the limitations of using int8 quantization for VLA models?▼

A primary limitation of int8 quantization for VLA models is the non-commercial usage restriction, and it requires specific Python libraries and OpenRAL to function properly in simulated environments.