Skip to content

Commit

Permalink
Fix import error when tensorflow-gpu and tensorflow are both installed (
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and robertnishihara committed Jul 7, 2018
1 parent fbde8ca commit e45bec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/scripts/build_arrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow || \

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

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

Expand Down

0 comments on commit e45bec1

Please sign in to comment.