mirror of
https://github.com/wassname/ray.git
synced 2026-08-02 13:01:01 +08:00
[docs] Insert missing article in sentence (#12245)
This commit is contained in:
@@ -8,7 +8,7 @@ A Gentle Introduction to Ray
|
||||
|
||||
This tutorial will provide a tour of the core features of Ray.
|
||||
|
||||
Ray provides Python and Java API.
|
||||
Ray provides a Python and Java API.
|
||||
To use Ray in Python, first install Ray with: ``pip install ray``.
|
||||
To use Ray in Java, first add the `ray-api <https://mvnrepository.com/artifact/io.ray/ray-api>`__ and `ray-runtime <https://mvnrepository.com/artifact/io.ray/ray-runtime>`__ dependencies in your project.
|
||||
Then we can use Ray to parallelize your program.
|
||||
|
||||
Reference in New Issue
Block a user