TylerYep / torchinfo

View model summaries in PyTorch!
MIT License
2.53k stars 119 forks source link

Fix bogus 1.64 git tag #286

Closed mweinelt closed 10 months ago

mweinelt commented 10 months ago

Describe the bug The 1.6.4 release was actually tagged as 1.64, making it the latest version, when sorting by version.

This creates a problem for our automatic updater in nixpkgs.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://github.com/TylerYep/torchinfo/tree/v1.64

Expected behavior The tag should be v1.6.4.

Additional context We would appreciate it if the bogus tag was removed.

TylerYep commented 10 months ago

Removed v1.64. Thanks!