We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a387231 commit b1d2c9eCopy full SHA for b1d2c9e
requirements/cuda.txt
@@ -5,6 +5,7 @@ numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Req
5
numba == 0.61.2; python_version > '3.9'
6
7
# Dependencies for NVIDIA GPUs
8
+pyarrow == 19.0.1 # temporary fix for missing pyarrow in ray until 2.44.2 ray release
9
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
10
torch==2.6.0
11
torchaudio==2.6.0
0 commit comments