S SmartDocs
系列: Humanoid bash 2 行 · 更新于 2026-03-12

startup.sh

Humanoid/fmc3-robotics-main/projects/RoboBrain2.0/startup.sh

# python inference.py --serve --host 0.0.0.0 --port 4567 --model-id ~/workspace/models/RoboBrain2.0-7B
PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True python inference.py --serve --host 0.0.0.0 --port 4567 --model-id ~/workspace/models/RoboBrain2.0-3B

相关文章