File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88### Added
9+ ### Fixed
10+ ### Removed
11+
12+ ## [ 0.7.2] - 2019-07-30
13+ ### Added
914- Support for multi-gpu execution. Use ` parallel=True ` when
1015 constructing a ` MSDRegressionModel ` or ` MSDSegmentationModel ` .
1116### Fixed
@@ -26,5 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2631### Added
2732- Initial release.
2833
29- [ Unreleased ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.6.2...master
34+ [ Unreleased ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.2...master
35+ [ 0.7.2 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.7.1...v0.7.2
3036[ 0.7.1 ] : https://www.github.com/ahendriksen/msd_pytorch/compare/v0.6.2...v0.7.1
Original file line number Diff line number Diff line change @@ -35,7 +35,11 @@ export CUDA_HOME=$TMP_NVCC_LOCATION/cuda-$cudatoolkit
3535if [ -f $CUDA_HOME /bin/nvcc ] ; then
3636 echo " -- CUDA already installed" ;
3737else
38- bash $CUDA_INSTALLER --silent --toolkit --toolkitpath=$CUDA_HOME --tmpdir=$TMP_NVCC_LOCATION --override
38+ echo " Installing version ${cudatoolkit} "
39+ echo " with ${CUDA_INSTALLER} "
40+ echo " into ${CUDA_HOME} "
41+ echo " with temp space ${TMP_NVCC_LOCATION} "
42+ sh $CUDA_INSTALLER --silent --toolkit --toolkitpath=$CUDA_HOME --tmpdir=$TMP_NVCC_LOCATION --override
3943fi
4044
4145echo " -- Setting CUDA_HOME: $CUDA_HOME "
Original file line number Diff line number Diff line change 1- 0.7.1
1+ 0.7.2
You can’t perform that action at this time.
0 commit comments