build.sh 361 Bytes
Newer Older
1
#!/bin/bash
Benjamin Thomas Graham's avatar
README  
Benjamin Thomas Graham committed
2
3
4
# Copyright 2016-present, Facebook, Inc.
# All rights reserved.
#
Benjamin Graham's avatar
Benjamin Graham committed
5
# This source code is licensed under the BSD-style license found in the
Benjamin Thomas Graham's avatar
README  
Benjamin Thomas Graham committed
6
# LICENSE file in the root directory of this source tree.
Benjamin Thomas Graham's avatar
Fixes  
Benjamin Thomas Graham committed
7
8

#export TORCH_CUDA_ARCH_LIST="6.0;6.1;6.2;7.0;7.5"
Benjamin Thomas Graham's avatar
Benjamin Thomas Graham committed
9
rm -rf build/ dist/ sparseconvnet.egg-info
10
python setup.py install && python examples/hello-world.py