mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
small fix in neon installation
This commit is contained in:
@@ -191,11 +191,10 @@ if [ ${INSTALL_NEON} -eq 1 ]; then
|
|||||||
git clone https://github.com/NervanaSystems/ngraph.git
|
git clone https://github.com/NervanaSystems/ngraph.git
|
||||||
cd ngraph
|
cd ngraph
|
||||||
make install -j
|
make install -j
|
||||||
make gpu_prepare -j
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Neon
|
# Neon
|
||||||
sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang
|
sudo -E apt-get install libhdf5-dev libyaml-dev pkg-config clang -y
|
||||||
git clone https://github.com/NervanaSystems/neon.git
|
git clone https://github.com/NervanaSystems/neon.git
|
||||||
cd neon && make sysinstall -j
|
cd neon && make sysinstall -j
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user