mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
docs: Fix log path example (#206)
* docs: Fix log path example * Update ui.rst
This commit is contained in:
@@ -114,7 +114,7 @@ The 🎥 [demo](https://rdagent.azurewebsites.net) is implemented by the followi
|
||||
### 🖥️ Monitor the Application Results
|
||||
- You can serve our demo app to monitor the RD loop by running the following command:
|
||||
```sh
|
||||
rdagent ui --port 80 --log_dir <your log folder like "log/2024-07-16_11-21-46-612120/">
|
||||
rdagent ui --port 80 --log_dir <your log folder like "log/">
|
||||
```
|
||||
|
||||
# 🏭 Scenarios
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ In `RD-Agent/` folder, run:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
rdagent ui --port <port> --log_dir <log_dir> [--debug]
|
||||
rdagent ui --port <port> --log_dir <log_dir like "log/"> [--debug]
|
||||
|
||||
This will start a web app on `http://localhost:<port>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user