You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
13
13
[Ray](https://github.com/ray-project/ray) integration for [Dagster](https://github.com/dagster-io/dagster).
14
14
15
-
`dagster-ray`allows orchestrating distributed Ray compute from Dagster pipelines. It includes:
15
+
`dagster-ray`orchestrates distributed Ray compute from Dagster pipelines. It includes:
16
16
17
17
-`RayRunLauncher` - a `RunLauncher` which submits Dagster runs as isolated Ray jobs (in cluster mode) to a Ray cluster.
18
18
@@ -33,7 +33,11 @@
33
33
Documentation can be found below.
34
34
35
35
> [!NOTE]
36
-
> This project is in early development. APIs are unstable and can change at any time. Contributions are very welcome! See the [Development](#development) section below.
36
+
> This project is ready for production use, but some APIs may change over time (with deprecation cycle).
37
+
38
+
# Contributing
39
+
40
+
Contributions are very welcome! See the [Development](#development) section below to get started with the codebase locally.
0 commit comments