Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 8df2f12

Browse files
author
Hoyt Koepke
committed
Fixed typo in installer link.
1 parent 35b44d0 commit 8df2f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: scripts/download_and_install.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
VERSION=0.1alpha1
66
INSTALLER_PACKAGE=tensorflow_macos-$VERSION.tar.gz
7-
INSTALLER_PATH=https://github.com/apple/tensorflow_macos/releases/download/$VERSION/$INSTALLER_PACKAGE
7+
INSTALLER_PATH=https://github.com/apple/tensorflow_macos/releases/download/v$VERSION/$INSTALLER_PACKAGE
88
INSTALLER_SCRIPT=install_venv.sh
99

1010
echo
@@ -16,10 +16,10 @@ if [[ $(uname) != Darwin ]] || [[ $(sw_vers -productName) != macOS ]] || [[ $(sw
1616
fi
1717

1818
# This
19-
echo "Installation script for pre-release tensorflow_macos 0.1alpha0. Please visit https://github.com/apple/tensorflow_macos "
19+
echo "Installation script for pre-release tensorflow_macos $VERSION. Please visit https://github.com/apple/tensorflow_macos "
2020
echo "for instructions and license information."
2121
echo
22-
echo "This script will download tensorflow_macos 0.1alpha0 and needed binary dependencies, then install them into a new "
22+
echo "This script will download tensorflow_macos $VERSION and needed binary dependencies, then install them into a new "
2323
echo "or existing Python 3.8 virtual enviornoment."
2424

2525
# Make sure the user knows what's going on.

0 commit comments

Comments
 (0)