minor release

This commit is contained in:
sugarme 2023-10-31 00:12:06 +11:00
parent 0454fa93b5
commit 2a3a963aef
2 changed files with 11 additions and 3 deletions

View File

@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Nofix]
- ctype `long` caused compiling error in MacOS as noted on [#44]. Not working on linux box.
# [0.9.1]
- [#111, #112, #113] Fixed concurrency memory leak
- [#118] Fixed incorrect cbool conversion
# [0.9.0]
- Upgrade libtorch v2.1.0
@ -226,3 +230,7 @@ Same as [0.3.10]
[#58]: https://github.com/sugarme/gotch/issues/58
[#100]: https://github.com/sugarme/gotch/issues/100
[#102]: https://github.com/sugarme/gotch/issues/102
[#111]: https://github.com/sugarme/gotch/issues/111
[#112]: https://github.com/sugarme/gotch/issues/112
[#113]: https://github.com/sugarme/gotch/issues/113
[#118]: https://github.com/sugarme/gotch/issues/118

View File

@ -16,7 +16,7 @@
`gotch` is in active development mode and may have API breaking changes. Feel free to pull request, report issues or discuss any concerns. All contributions are welcome.
`gotch` current version is **v0.9.0**
`gotch` current version is **v0.9.1**
## Dependencies
@ -54,7 +54,7 @@
```bash
wget https://github.com/sugarme/gotch/releases/download/v0.9.0/setup-gotch.sh
chmod +x setup-gotch.sh
export CUDA_VER=cpu && export GOTCH_VER=v0.9.0 && bash setup-gotch.sh
export CUDA_VER=cpu && export GOTCH_VER=v0.9.1 && bash setup-gotch.sh
```
### GPU
@ -88,7 +88,7 @@
```bash
wget https://github.com/sugarme/gotch/releases/download/v0.9.0/setup-gotch.sh
chmod +x setup-gotch.sh
export CUDA_VER=11.8 && export GOTCH_VER=v0.9.0 && bash setup-gotch.sh
export CUDA_VER=11.8 && export GOTCH_VER=v0.9.1 && bash setup-gotch.sh
```
## Examples