Skip to content

Commit cb6d906

Browse files
authored
Fix incorrect log path in robobrain2_5 README (flagos-ai#1122)
### PR Category Inference ### PR Types Bug Fixes ### PR Description This PR resolves issue flagos-ai#1098. Changes include: Updated model identifier from robobrain2.5_4b to robobrain2.5_8b to ensure consistency with the actual 8B model being utilized. Renamed log directory from serve_logs to inference_logs to accurately reflect the inference process context.
1 parent 90753fd commit cb6d906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/robobrain2_5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ python run.py --config-path ./examples/robobrain2_5/conf --config-name inference
7878

7979
```sh
8080
cd FlagScale/
81-
tail -f outputs/robobrain2.5_4b/serve_logs/host_0_localhost.output
81+
tail -f outputs/robobrain2.5_8b/inference_logs/host_0_localhost.output
8282
```
8383

8484
## Serving

0 commit comments

Comments
 (0)