From fd8dcd0953bf6f30b00c4edae9c1ca3b363e9780 Mon Sep 17 00:00:00 2001 From: Jeroen Van Goey Date: Fri, 30 Jun 2023 13:11:58 +0200 Subject: [PATCH] Udate link to RunHouse hardware setup documentation. (#24590) * Udate link to RunHouse hardware setup documentation. * Fix link to hardware setup in other location as well --- examples/README.md | 4 ++-- examples/run_on_remote.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index c1cddd2e4..f01a0f0d4 100644 --- a/examples/README.md +++ b/examples/README.md @@ -104,7 +104,7 @@ for running remotely as well. You can easily customize the example used, command and type of compute hardware, and then run the script to automatically launch the example. You can refer to -[hardware setup](https://runhouse-docs.readthedocs-hosted.com/en/main/rh_primitives/cluster.html#hardware-setup) +[hardware setup](https://runhouse-docs.readthedocs-hosted.com/en/latest/api/python/cluster.html#hardware-setup) for more information about hardware and dependency setup with Runhouse, or this [Colab tutorial](https://colab.research.google.com/drive/1sh_aNQzJX5BKAdNeXthTNGxKz7sM9VPc) for a more in-depth walkthrough. @@ -131,4 +131,4 @@ python run_on_remote.py --instance --provider \ --example ``` -You can also adapt the script to your own needs. \ No newline at end of file +You can also adapt the script to your own needs. diff --git a/examples/run_on_remote.py b/examples/run_on_remote.py index 9d42ed845..46f87065d 100644 --- a/examples/run_on_remote.py +++ b/examples/run_on_remote.py @@ -21,7 +21,7 @@ import runhouse as rh if __name__ == "__main__": - # Refer to https://runhouse-docs.readthedocs-hosted.com/en/main/rh_primitives/cluster.html#hardware-setup for cloud access + # Refer to https://runhouse-docs.readthedocs-hosted.com/en/latest/api/python/cluster.html#hardware-setup for cloud access # setup instructions, if using on-demand hardware # If user passes --user --host --key_path , fill them in as BYO cluster