mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[AIR/docs] Adding Source Libraries (#27518)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
parent
eb9c5d8fa7
commit
73bc572405
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,14 @@ Get started by installing Ray AIR:
|
|||
.. code:: bash
|
||||
|
||||
pip install -U "ray[air]"
|
||||
# The below Ray AIR tutorial was written with the following libraries.
|
||||
# Consider running the following to ensure that the code below runs properly:
|
||||
pip install -U pandas>=1.3.5
|
||||
pip install -U torch>=1.12
|
||||
pip install -U numpy>=1.19.5
|
||||
pip install -U tensorflow>=2.6.2
|
||||
pip install -U pyarrow>=6.0.1
|
||||
|
||||
|
||||
Quick Start
|
||||
-----------
|
||||
|
|
Loading…
Add table
Reference in a new issue