mirror of
https://github.com/huggingface/lerobot.git
synced 2026-06-03 20:31:25 +00:00
Each _InferenceServer now gets its own preprocessor/postprocessor instances, preventing RuntimeError from HuggingFace tokenizer's non-thread-safe Rust borrow checker when multiple servers run concurrently. Made-with: Cursor