foundry icon indicating copy to clipboard operation
foundry copied to clipboard

feat: Checkpoint locating support for running out-of-directory

Open roccomoretti opened this issue 3 months ago • 0 comments

Currently, only the current working directory is searched for the model checkpoint. While manual specification of the checkpoint path is possible, this requires that you A) remember to manually specify the path and B) know what the proper path is.

To make running outside of the installation directory easier, add a fall-back to search the project path for the checkpoint file. (This is the location where the model is downloaded to if you naively follow the installation instructions as-written.) This only applies only if you would otherwise get an error with the current behavior.

roccomoretti avatar Sep 30 '25 20:09 roccomoretti