From 9e70928e984dfc728b502b8a09aafefb93c0c3ca Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 31 Oct 2024 22:41:38 +0900 Subject: [PATCH] docs: update README.md minor fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ed653..b5294a7 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ For any unfinished experiments in `experiments.json`, the script will: 2. Run one ML Training Job named `` per VM. 3. Dispose the VMs once the jobs are completed. -The logs from the run will be saved in a `agent_outputs` folder in the same blob container where you uploaded the Windows 11 image. You can download the `agent_outputs` folder to your local machine and run the `show_azure.py` script to see the results from every experiment as a markdown table. +The logs from the run will be saved in an `agent_outputs` folder in the same blob container where you uploaded the Windows 11 image. You can download the `agent_outputs` folder to your local machine and run the `show_azure.py` script to see the results from every experiment as a markdown table. ```bash cd scripts