From 87c7830fe63a25ff94908710bd09f042acdd5616 Mon Sep 17 00:00:00 2001 From: mimimi Date: Mon, 13 Jul 2020 12:22:29 +0800 Subject: [PATCH] Update usage doc Replace client-server usage to run the script on SoC servers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fefad..a0942ec 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Usage -1. Upload `mi_gpu_slave_script.py` to your home directory. Upload to one server is enough as the home directory is shared. +1. Clone the project to one of the SoC servers' home directory. The home directory is shared across the cluster. 2. Make sure dependencies are installed `pip3 install -r req.txt` 3. Fill in your private key path in `mi_nus_soc_gpu_status_reader.py` if you are using key pair to authenticate, if not use this line instead(uncomment) ```