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
It is difficult to load these models on laptop. Thanks to the fact, that models were saved to standalone files, it is much faster to .load() model with mmap='r' argument via memory-mapping.
The text was updated successfully, but these errors were encountered:
It is difficult to load these models on laptop. Thanks to the fact, that models were saved to standalone files, it is much faster to
.load()
model withmmap='r'
argument via memory-mapping.The text was updated successfully, but these errors were encountered: