Skip to content

[Bug] Miss-match in the examples/robobrain2_5/README.md file for RoboBrain2.5 #1098

@lindylin1817

Description

@lindylin1817

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions