Skip to content

Commit d8568e1

Browse files
noopurintelishant162payalchateoparvanovad_n0
authored
Enabling GaNDLF in PR pipeline after bug fix (#1601)
* Update gandlf.yml Signed-off-by: ad_n0 <[email protected]> * [Workflow API] Optimize flow state being transferred between participants in LocalRuntime & FederatedRuntime (#1589) * add execute_task_args to reserved_keywords Signed-off-by: Ishant Thakare <[email protected]> * optimized flow state Signed-off-by: Ishant Thakare <[email protected]> --------- Signed-off-by: Ishant Thakare <[email protected]> Co-authored-by: Payal Chaurasiya <[email protected]> Co-authored-by: teoparvanov <[email protected]> Signed-off-by: ad_n0 <[email protected]> * Skip GaNDLF workflow in PR pipeline - bug #1007 (#1597) Signed-off-by: ad_n0 <[email protected]> Co-authored-by: ad_n0 <[email protected]> Signed-off-by: ad_n0 <[email protected]> * Update gandlf.yml Signed-off-by: ad_n0 <[email protected]> * Update gandlf.yml Signed-off-by: ad_n0 <[email protected]> * torch version update (#1588) Signed-off-by: yes <[email protected]> Signed-off-by: ad_n0 <[email protected]> * Update gandlf.yml Signed-off-by: ad_n0 <[email protected]> * Update gandlf.yml Signed-off-by: ad_n0 <[email protected]> * Update pr_pipeline.yml Signed-off-by: ad_n0 <[email protected]> * Enable in PR pipeline Signed-off-by: ad_n0 <[email protected]> --------- Signed-off-by: ad_n0 <[email protected]> Signed-off-by: Ishant Thakare <[email protected]> Signed-off-by: yes <[email protected]> Co-authored-by: Ishant Thakare <[email protected]> Co-authored-by: Payal Chaurasiya <[email protected]> Co-authored-by: teoparvanov <[email protected]> Co-authored-by: ad_n0 <[email protected]> Co-authored-by: Shailesh Tanwar <[email protected]>
1 parent d8a00c8 commit d8568e1

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/gandlf.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
python -m pip install --upgrade pip
40-
pip install typer==0.11.1
41-
pip install torch==2.3.1+cpu torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
4240
pip install paramiko
4341
pip install .
4442
pip install -r test-requirements.txt
@@ -50,7 +48,6 @@ jobs:
5048
- name: Install GaNDLF repository
5149
uses: actions/checkout@v4
5250
with:
53-
ref: 0.1.1 # Instead of using the latest tag, we are pinning gandlf to an older version as changes are required in torch to work with a later version.
5451
repository: 'mlcommons/GaNDLF'
5552
fetch-depth: 2 # needed for detecting changes
5653
submodules: 'recursive'

.github/workflows/pr_pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ jobs:
3939
name: Federated Runtime Watermarking E2E
4040
uses: ./.github/workflows/wf_watermarking_fed_runtime.yml
4141

42-
# Uncomment the call once this bug is fixed - https://github.com/mlcommons/GaNDLF/issues/1007
43-
# gandlf_taskrunner:
44-
# name: GaNDLF TaskRunner E2E
45-
# uses: ./.github/workflows/gandlf.yml
42+
gandlf_taskrunner:
43+
name: GaNDLF TaskRunner E2E
44+
uses: ./.github/workflows/gandlf.yml
4645

4746
hadolint_security_scan:
4847
name: Hadolint Security Scan

0 commit comments

Comments
 (0)