Commit Graph

2 Commits

Author SHA1 Message Date
Gareth Davidson dff82b6d2e Remove execution bit
All the files marked as executable were bugging me, so I ran this:

find . -executable -type f -print0 | xargs -0 grep -L '#!' | xargs chmod -x
2022-09-19 08:50:00 +01:00
Jason Antic 4fc3616712 Upgrading to support latest Pytorch version 2022-06-20 18:39:22 -07:00