mirror of
https://github.com/wassname/ray.git
synced 2026-08-01 12:51:09 +08:00
Upgrade arrow to include pytorch fix (#2522)
This fixes https://github.com/ray-project/ray/issues/2520
This commit is contained in:
committed by
Richard Liaw
parent
a45f9cfafc
commit
d9a019b8e5
Vendored
+2
-2
@@ -40,10 +40,10 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2332. We
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2342. We
|
||||
# include the link here to make it easier to find the right commit because
|
||||
# Arrow often rewrites git history and invalidates certain commits.
|
||||
TARGET_COMMIT_ID=a18f36201e5cd1e6f8bc244a5e755fa54bc9c7b0
|
||||
TARGET_COMMIT_ID=26affd7b35a1bf3800ab08df3347fe07d220f87d
|
||||
build_arrow() {
|
||||
echo "building arrow"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user