Skip to content

Commit

Permalink
Update reference to old ray config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 26, 2024
1 parent 9eec4c4 commit cc5c5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Download log files from ray cluster
run: |
source .venv/bin/activate
ray rsync-down .github/assets/benchmarking_ray_config.yaml /tmp/ray/session_*/logs ray-daft-logs
ray rsync-down .github/assets/ray.yaml /tmp/ray/session_*/logs ray-daft-logs
find ray-daft-logs -depth -name '*:*' -exec bash -c '
for filepath; do
dir=$(dirname "$filepath")
Expand Down

0 comments on commit cc5c5f5

Please sign in to comment.