Skip to content

Commit

Permalink
remove stale process
Browse files Browse the repository at this point in the history
Signed-off-by: payalcha <[email protected]>
  • Loading branch information
payalcha committed Feb 19, 2025
1 parent e402fea commit b7be3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_straggler_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
(github.event_name == 'workflow_dispatch')
runs-on: ubuntu-22.04
timeout-minutes: 30
fail-fast: false # do not immediately fail if one of the combinations fail
fail-fast: false # do not immediately fail if one of the combinations fail
env:
MODEL_NAME: 'torch/mnist_straggler_check'
PYTHON_VERSION: 3.10
Expand Down
2 changes: 1 addition & 1 deletion tests/end_to_end/utils/federation_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def federation_env_setup_and_validate(request, eval_scope=False):
num_rounds = 1
log.info(f"Running evaluation for the model: {request.config.model_name}")

workspace_path = local_bind_path
workspace_path = local_bind_path

# if path exists delete it
if os.path.exists(workspace_path):
Expand Down

0 comments on commit b7be3fa

Please sign in to comment.