Open neurlang opened 6 months ago
There is a lot of deps in go.mod which adds a lot of transitive dependencies to projects who import gorgonia/cu (like mine)
Try to inspect for what are these deps needed, and possibly eliminate them to shorten download time.
I would like to take a look at this.
part of this would also be to check if a newer dependency is available and bump the version.
Heya, sorry I was on a holiday. Let's bump the versions!
There is a lot of deps in go.mod which adds a lot of transitive dependencies to projects who import gorgonia/cu (like mine)
Try to inspect for what are these deps needed, and possibly eliminate them to shorten download time.
I would like to take a look at this.