Skip to content

Commit e45bec1

Browse files
pcmoritzrobertnishihara
authored andcommitted
Fix import error when tensorflow-gpu and tensorflow are both installed (ray-project#2364)
1 parent fbde8ca commit e45bec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

thirdparty/scripts/build_arrow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow || \
6868

6969
pushd $TP_DIR/build/arrow
7070
git fetch origin master
71-
# The PR for this commit is https://github.com/apache/arrow/pull/2201. We
71+
# The PR for this commit is https://github.com/apache/arrow/pull/2224. We
7272
# include the link here to make it easier to find the right commit because
7373
# Arrow often rewrites git history and invalidates certain commits.
74-
git checkout d5d39f770047d671e4879369dd680c69afc370c3
74+
git checkout 010c87402071d715e6fd0c3d22a0b13820b9aed5
7575

7676
git apply $TP_DIR/scripts/arrow-zero-fill.patch
7777

0 commit comments

Comments
 (0)