ggilley
ggilley
There's a few things I've run into here. It's possible they all exist and I haven't found them yet. First is model registration. I can use `@registry.register("GPT", registry.RegistryType.MODEL)` to register...
Just for fun, I asked Deepseek-R1 how to solve this problem: To enable local extensibility in your Python framework, allowing users to register custom models via YAML configuration, follow this...
@taenin I had just found that in the code and was trying to decipher it (I was grepping for occurrences of `importlib` :-). That does seem to solve the loading...