mobile-bungalow / golobulus-rs

An after effects plugin for running arbitrary python on layers.
MIT License
2 stars 2 forks source link

Pytorch segfaults in playground. #6

Closed mobile-bungalow closed 1 month ago

mobile-bungalow commented 1 month ago

Pytorch gives a series of inconsistent error messages before seg faulting in the playground, no necessarily after using any functions, sometimes after reloading a script that uses pytorch. This is a regression, transformers worked previously.

mobile-bungalow commented 1 month ago

resolved, Pytorch in a built-in module will unceremoniously seg fault if loaded on any thread besides main