From ba7602b7445c6fba9157ea65e6d4cae6f501a082 Mon Sep 17 00:00:00 2001 From: Shida Wang <25528016+radarFudan@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:34:56 +0800 Subject: [PATCH] Update README.md Update for ray link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26500e215..056341122 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ python train.py -m seed=1,2,3,4,5 trainer.deterministic=True logger=csv tags=["b
Execute sweep on a remote AWS cluster -> **Note**: This should be achievable with simple config using [Ray AWS launcher for Hydra](https://hydra.cc/docs/next/plugins/ray_launcher). Example is not implemented in this template. +> **Note**: This should be achievable with simple config using [Ray AWS launcher for Hydra](https://hydra.cc/docs/plugins/ray_launcher/). Example is not implemented in this template.