You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, import slangpy always leads to import torch under the hood (if torch is available). Importing torch is quite slow, so we should really just import torch on demand.
The text was updated successfully, but these errors were encountered:
Currently,
import slangpy
always leads toimport torch
under the hood (iftorch
is available). Importing torch is quite slow, so we should really just import torch on demand.The text was updated successfully, but these errors were encountered: