Add v2.6 model interface#831
Conversation
…bPFN into ben/add-2.6-model-interface
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
There was a problem hiding this comment.
Code Review
This pull request adds support for the v2.6 model, including new interfaces, constants, and configurations. The changes are mostly straightforward additions to support the new version. I've identified a couple of areas for improvement:
- There's an opportunity to refactor duplicated code in
classifier.pyandregressor.pywhere default options for different model versions are created. Using a dictionary lookup would make this code more maintainable. - In
inference_config.py, thelatestmodel configuration should point to the newv2.6preprocessor configs for consistency and to prevent future bugs.
Overall, the changes are well-structured and the addition of tests for the new version is great.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Uh oh!
There was an error while loading. Please reload this page.