entity-neural-network / incubator

Collection of in-progress libraries for entity neural networks.
Apache License 2.0
29 stars 10 forks source link

Downgrade to torch==1.10.2 and setuputils==59.5.0 #197

Closed cswinter closed 2 years ago

cswinter commented 2 years ago

Torch 1.11.0 is giving me segfaults, so I'm reverting back to 1.10.2. Also add setuputils==59.5.0 as a dependency to prevent installation of newer versions of setuputils which are not compatible with torch < 1.11.0.