From a9724c74a8269a0091acff71c2be61ba252cdb3f Mon Sep 17 00:00:00 2001 From: Rohit Lal <40535193+take2rohit@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:49:17 -0600 Subject: [PATCH] typo fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5ea91a..e3a6972 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Predict M-class and X-class solar flares up to 24 hours in advance. ```bash cd downstream_examples/solar_flare_forcasting -python3 download_data.sh +bash download_data.sh torchrun --nnodes=1 --nproc_per_node=1 --standalone finetune.py ``` @@ -125,7 +125,7 @@ Segment solar active regions and polarity inversion lines from magnetograms. ```bash cd downstream_examples/ar_segmentation -python3 download_data.sh +bash download_data.sh torchrun --nnodes=1 --nproc_per_node=1 --standalone finetune.py ``` @@ -135,7 +135,7 @@ Predict solar wind speed at L1 point with 4-day lead time. ```bash cd downstream_examples/solar_wind_forcasting -python3 download_data.sh +bash download_data.sh torchrun --nnodes=1 --nproc_per_node=1 --standalone finetune.py ``` @@ -145,7 +145,7 @@ Model extreme ultraviolet irradiance across 1343 spectral bands (5-35 nm). ```bash cd downstream_examples/euv_spectra_prediction -python3 download_data.sh +bash download_data.sh torchrun --nnodes=1 --nproc_per_node=1 --standalone finetune.py ```