mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Fix target name.
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/17365 Differential Revision: D14195831 Pulled By: soumith fbshipit-source-id: fdf03f086f650148c34f4c548c66ef1eee698f05
This commit is contained in:
committed by
Facebook Github Bot
parent
4491577fb5
commit
c65b0cbe3d
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
##############################################################################
|
||||
# Example command to build the android target.
|
||||
# Example command to build the Raspbian target.
|
||||
##############################################################################
|
||||
#
|
||||
# This script shows how one can build a Caffe2 binary for raspbian. The build
|
||||
@ -28,7 +28,7 @@ sudo apt-get install \
|
||||
# python dependencies
|
||||
sudo pip install hypothesis
|
||||
|
||||
# Now, actually build the android target.
|
||||
# Now, actually build the raspbian target.
|
||||
echo "Building caffe2"
|
||||
cd $BUILD_ROOT
|
||||
|
||||
|
Reference in New Issue
Block a user