Skip to content

Commit

Permalink
rm DAFT_RUNNER
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Nov 25, 2024
1 parent 73e86ae commit 9a5cb23
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 @@ -81,7 +81,7 @@ jobs:
ray job submit \
--working-dir ${{ inputs.working_dir }} \
--address http://localhost:8265 \
--runtime-env-json '{"env_vars": {"DAFT_RUNNER": "ray", "DAFT_ENABLE_RAY_TRACING": "1"}}' \
--runtime-env-json '{"env_vars": {"DAFT_ENABLE_RAY_TRACING": "1"}}' \
-- ${{ inputs.command }}
- name: Download log files from ray cluster
run: |
Expand Down

0 comments on commit 9a5cb23

Please sign in to comment.