Skip to content

Commit

Permalink
Udate link to RunHouse hardware setup documentation. (huggingface#24590)
Browse files Browse the repository at this point in the history
* Udate link to RunHouse hardware setup documentation.

* Fix link to hardware setup in other location as well
  • Loading branch information
BioGeek authored Jun 30, 2023
1 parent b52a03c commit fd8dcd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -131,4 +131,4 @@ python run_on_remote.py --instance <instance> --provider <provider> \
--example <example> <args>
```

You can also adapt the script to your own needs.
You can also adapt the script to your own needs.
2 changes: 1 addition & 1 deletion examples/run_on_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


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 <user> --host <host> --key_path <key_path> <example> <args>, fill them in as BYO cluster
Expand Down

0 comments on commit fd8dcd0

Please sign in to comment.