develop.sh 383 Bytes
Newer Older
1
#!/bin/bash
Benjamin Thomas Graham's avatar
headers  
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
headers  
Benjamin Thomas Graham committed
6
7
# LICENSE file in the root directory of this source tree.

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