Skip to content

Conversation

@sgumil
Copy link

@sgumil sgumil commented Dec 19, 2025

This PR implements the solution proposed by @schoenid in issue #11404.
It allows loading models from relative paths defined in the yaml config file.

Fix applied: I noticed a small bug in the suggested snippet where an undefined variable 'y' was used in full_path = os.path.abspath(os.path.join(yaml_dir, y), which would cause an error in certain conditions. I fixed it by replacing 'y' with 'conf' that was correctly defined.

Closes #11404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

extra_model_paths config not working

1 participant