From 879837819341538ef9aef0da7216b375b979ac0a Mon Sep 17 00:00:00 2001 From: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:41:05 +0100 Subject: [PATCH 1/2] Fix formatting of prerequisite commands in README Signed-off-by: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com> --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b2ddc0..d6566a5 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Slurm and LSF are supported, Kubernetes/OpenShift and PBS coming soon. From version 0.3 on the current iterate can be used using `iterate-classig`. Here are some usage examples #### Prerequisites -mkdir deleteme.iterate -cd deleteme.iterate -python -m venv .venv -source ./venv/bin/activate -wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_function.py -wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_hpo.yaml -pip install terratorch-iterate==0.3 +mkdir deleteme.iterate +cd deleteme.iterate +python -m venv .venv +source ./venv/bin/activate +wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_function.py +wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_hpo.yaml +pip install terratorch-iterate==0.3 #### Run locally ``` @@ -211,4 +211,4 @@ terratorch-iterate provides an utility to convert terratorch's config file into For instance, this is an example of such command: ```shell python3 build_geobench_configs.py --input_dir /Users/john/terratorch/examples/confs/geobenchv2_detection --output_dir /Users/john/terratorch-iterate/benchmark/config_util --template geobenchv2_template.yaml --prefix my_prefix_ -``` \ No newline at end of file +``` From 056d9983ed2f3b34a48a55c773be359110cb5cc4 Mon Sep 17 00:00:00 2001 From: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:42:48 +0100 Subject: [PATCH 2/2] Fix formatting of prerequisites in README.md Signed-off-by: Romeo Kienzler <5694071+romeokienzler@users.noreply.github.com> --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d6566a5..eca4da8 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ Slurm and LSF are supported, Kubernetes/OpenShift and PBS coming soon. From version 0.3 on the current iterate can be used using `iterate-classig`. Here are some usage examples #### Prerequisites -mkdir deleteme.iterate -cd deleteme.iterate -python -m venv .venv -source ./venv/bin/activate -wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_function.py -wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_hpo.yaml -pip install terratorch-iterate==0.3 +mkdir deleteme.iterate +cd deleteme.iterate +python -m venv .venv +source ./venv/bin/activate +wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_function.py +wget https://raw.githubusercontent.com/terrastackai/iterate/refs/heads/main/examples/bumpy_hpo.yaml +pip install terratorch-iterate==0.3 #### Run locally ```