Hi,
After commiting a model file to git and pulling down on another computer, the model file will no longer load. After investigation, this was due to git changing the line endings within the .model files.
The way around this issue currently is to add a .gitattributes file to the repository to prevent git from changing the line endings on .model files. Though I don't think this is a critical issue, it would be nice for .model files to work out of the box with version control systems.
Cheers,
Ben