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
Fix Windows force deserialization by writing ofstream in binary mode (#166)
* remove the path from the force.pt files to test if that's the erro cause
* flush the ofstream before reading it in torch
* Revert "remove the path from the force.pt files to test if that's the erro cause"
This reverts commit 23206b5.
* close the file handler
* write to file in binary mode. might be required for line breaks on Windows
0 commit comments