Skip to content

Commit

Permalink
Add sleep for pod dissection
Browse files Browse the repository at this point in the history
  • Loading branch information
liveaverage committed Nov 20, 2024
1 parent 08eae9b commit b7c1c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nvidia_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
# Also run the script normally and log output
"$PYTHON_BIN" "${{ github.event.inputs.filename }}" > training.log 2> script_error.log || true
cat script_error.log # Output script errors if any
sleep 120
- name: Save Python binary information
run: echo "$PYTHON_BIN" > python_bin_used.txt
Expand Down

0 comments on commit b7c1c68

Please sign in to comment.