In the examples/robobrain2_5/README.md file, it has following command to download RoboBrain2.5-8B-NV.
git clone https://huggingface.co/BAAI/RoboBrain2.5-8B-NV
But under the session of ”Run Inference“ and "Check Log", in the README.md file, it used following instruct. Obviously, the model names are mismatched, and the "serve_logs" should be changed to "inference logs"
tail -f outputs/robobrain2.5_4b/serve_logs/host_0_localhost.output
In README.md file, it should be changed to
tail -f outputs/robobrain2.5_8b/inference_logs/host_0_localhost.output