From c40183f193eaf27301432353012cc227f5a1ef98 Mon Sep 17 00:00:00 2001
From: janEbert <janpublicebert@posteo.net>
Date: Mon, 17 Feb 2025 23:05:46 +0100
Subject: [PATCH] Update required `torchrun_jsc` version

---
 pytorch-ddp-example/requirements.txt  | 2 +-
 pytorch-fsdp-example/requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pytorch-ddp-example/requirements.txt b/pytorch-ddp-example/requirements.txt
index ca4efd1..a7006b3 100644
--- a/pytorch-ddp-example/requirements.txt
+++ b/pytorch-ddp-example/requirements.txt
@@ -1,3 +1,3 @@
 torch>=1.9,<3
-torchrun_jsc>=0.0.5
+torchrun_jsc>=0.0.15
 torchvision>=0.13
diff --git a/pytorch-fsdp-example/requirements.txt b/pytorch-fsdp-example/requirements.txt
index 68da8ed..f2b5ced 100644
--- a/pytorch-fsdp-example/requirements.txt
+++ b/pytorch-fsdp-example/requirements.txt
@@ -1,3 +1,3 @@
 torch>=2,<3
-torchrun_jsc>=0.0.5
+torchrun_jsc>=0.0.15
 torchvision>=0.13
-- 
GitLab