Skip to content

Commit

Permalink
Move TPU python script to new folder
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan O'Leary <[email protected]>
  • Loading branch information
ryanaoleary committed Oct 16, 2024
1 parent ae349fe commit e0cd84e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ray-operator/config/samples/ray-job.tpu-v6e-multihost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: RayJob
metadata:
name: ray-multi-host-job
spec:
entrypoint: python ray-operator/config/samples/tpu_print_resources.py
entrypoint: python ray-operator/config/samples/ray-tpu-scripts/tpu_print_resources.py
runtimeEnvYAML: |
working_dir: "https://github.com/ray-project/kuberay/archive/master.zip"
pip:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: RayJob
metadata:
name: ray-single-host-job
spec:
entrypoint: python ray-operator/config/samples/tpu_print_resources.py
entrypoint: python ray-operator/config/samples/ray-tpu-scripts/tpu_print_resources.py
runtimeEnvYAML: |
working_dir: "https://github.com/ray-project/kuberay/archive/master.zip"
pip:
Expand Down

0 comments on commit e0cd84e

Please sign in to comment.