mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix(docs): update rdagent ui with correct params (#1249)
This commit is contained in:
@@ -340,7 +340,7 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b
|
||||
- You can run the following command for our demo program to see the run logs.
|
||||
|
||||
```sh
|
||||
rdagent ui --port 19899 --log-dir <your log folder like "log/"> --data_science <True or False>
|
||||
rdagent ui --port 19899 --log-dir <your log folder like "log/"> --data-science
|
||||
```
|
||||
|
||||
- About the `data_science` parameter: If you want to see the logs of the data science scenario, set the `data_science` parameter to `True`; otherwise set it to `False`.
|
||||
|
||||
Reference in New Issue
Block a user