Skip to content

Commit a7a7dad

Browse files
committed
Updated README
1 parent 17bfce3 commit a7a7dad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ Members:
7878

7979
## Changelog
8080

81+
### v0.4
82+
* Fixed issues with `target` attribute and `resnet_forward` crash with GNU
83+
* Updated `container.py` to work with more recent compilers
84+
* PyTorch 1.12 may suffer from an issue described here: https://github.com/pytorch/pytorch/issues/68876 You should update to 1.13 if you see a compilation error similar to this one
85+
```
86+
fatal error: torch/csrc/generic/Storage.h: No such file or directory
87+
```
88+
* Now the commits will go directly to the `main` branch instead of `vX.X` and we will use tags instead
89+
8190
### v0.3
8291
* Changed interface: `forward` and `train` routines now accept `torch_tensor_wrap` instead of just `torch_tensor`. This allows a user to add multiple inputs consisting of tensors of different size and scalar values
8392
* Fixed possible small memory leaks due to tensor handles

0 commit comments

Comments
 (0)