Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: helenxie-bit <[email protected]>
  • Loading branch information
helenxie-bit committed Sep 3, 2024
1 parent 9efcce5 commit a443ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/test/e2e/test_e2e_pytorchjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@ def generate_container() -> V1Container:
image="kubeflow/pytorch-dist-mnist:latest",
args=["--backend", "gloo", "--epochs", "1"],
resources=V1ResourceRequirements(limits={"memory": "2Gi", "cpu": "0.8"}),
)
)

0 comments on commit a443ea2

Please sign in to comment.