Initial commit: FlowDock pipeline configured for WES execution
Some checks failed
Code Quality Main / code-quality (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
Tests / run_tests_ubuntu (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / run_tests_ubuntu (ubuntu-latest, 3.8) (push) Has been cancelled
Tests / run_tests_ubuntu (ubuntu-latest, 3.9) (push) Has been cancelled
Tests / run_tests_macos (macos-latest, 3.10) (push) Has been cancelled
Tests / run_tests_macos (macos-latest, 3.8) (push) Has been cancelled
Tests / run_tests_macos (macos-latest, 3.9) (push) Has been cancelled
Tests / run_tests_windows (windows-latest, 3.10) (push) Has been cancelled
Tests / run_tests_windows (windows-latest, 3.8) (push) Has been cancelled
Tests / run_tests_windows (windows-latest, 3.9) (push) Has been cancelled
Tests / code-coverage (push) Has been cancelled

This commit is contained in:
2026-03-16 15:23:29 +01:00
commit a3ffec6a07
116 changed files with 16139 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
_target_: lightning.pytorch.strategies.DDPStrategy
static_graph: false
gradient_as_bucket_view: false
find_unused_parameters: true

View File

@@ -0,0 +1,5 @@
_target_: lightning.pytorch.strategies.DDPStrategy
static_graph: false
gradient_as_bucket_view: false
find_unused_parameters: true
start_method: spawn

View File

@@ -0,0 +1,5 @@
_target_: lightning.pytorch.strategies.DeepSpeedStrategy
stage: 2
offload_optimizer: false
allgather_bucket_size: 200_000_000
reduce_bucket_size: 200_000_000

View File

@@ -0,0 +1,2 @@
defaults:
- _self_

View File

@@ -0,0 +1,12 @@
_target_: lightning.pytorch.strategies.FSDPStrategy
sharding_strategy: ${resolve_variable:torch.distributed.fsdp.ShardingStrategy.FULL_SHARD}
cpu_offload: null
activation_checkpointing: null
mixed_precision:
_target_: torch.distributed.fsdp.MixedPrecision
param_dtype: null
reduce_dtype: null
buffer_dtype: null
keep_low_precision_grads: false
cast_forward_inputs: false
cast_root_forward_inputs: true

View File

@@ -0,0 +1,4 @@
_target_: lightning.pytorch.strategies.DDPStrategy
static_graph: true
gradient_as_bucket_view: true
find_unused_parameters: false