Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mm): only move model files if necessary
The old logic to check if a model needed to be moved relied on the model path being a relative path. Paths are now absolute, causing this check to fail. We then assumed the paths were different and moved the model from its current location to, well, its current location. Use more resilient method to check if a model should be moved.
- Loading branch information