Closed alinaryan closed 2 months ago
I really like the changes proposed in this PR. It seems like we just need to change the functionality so we do:
os.path.exists(model_path)
will cover both the absolute & relative path case)ilab model list
It also sounds like we need to extract the logic that's currently in ilab model list
and make it globally available, so that way we can achieve consistent behavior across the project.
It also sounds like we'll need to do the same for the data we generate
what do we need to get this dev doc merged? its been sitting for a while
Introduce standardizing how models are stored, managed, and accessed via flags used in CLI tools and libraries to ensure consistency, usability, and maintainability.