Skip to content

Commit

Permalink
minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarme committed Oct 30, 2023
1 parent 0454fa9 commit 2a3a963
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a3a963

Please sign in to comment.