diff --git a/CHANGELOG.md b/CHANGELOG.md index d576643..3b75c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [#10]: `ts.Drop()` and `ts.MustDrop()` now can call multiple times without panic +## [0.1.9] + +### Changed +- Reverse changes [#10] to original. [#10]: https://github.com/sugarme/gotch/issues/10 diff --git a/setup-cpu.sh b/setup-cpu.sh index 8539718..eb6323e 100755 --- a/setup-cpu.sh +++ b/setup-cpu.sh @@ -1,7 +1,7 @@ #!/bin/bash # Env -GOTCH_VERSION="${GOTCH_VER:-v0.1.7}" +GOTCH_VERSION="${GOTCH_VER:-v0.1.9}" LIBTORCH_VERSION="${LIBTORCH_VER:-1.5.1}" GOTCH="$GOPATH/pkg/mod/github.com/sugarme/gotch@$GOTCH_VERSION" diff --git a/setup-gpu.sh b/setup-gpu.sh index 06f2f9d..8224543 100755 --- a/setup-gpu.sh +++ b/setup-gpu.sh @@ -1,6 +1,6 @@ #!/bin/bash -GOTCH_VERSION="${GOTCH_VER:-v0.1.7}" +GOTCH_VERSION="${GOTCH_VER:-v0.1.9}" LIBTORCH_VERSION="${LIBTORCH_VER:-1.5.1}" CUDA_VERSION="${CUDA_VER:-10.1}" CU_VERSION="${CUDA_VERSION//./}"