-
Notifications
You must be signed in to change notification settings - Fork 632
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes suggested to fastai integration #848
Comments
The third issue is related to the backend and not the integration, is that correct? The first and second issues I think we need to fix in the existing PR since changing them is a change in the behavior for the users. |
The third point means that instead of raising errors when loading a model if there is no Pretty much making these less strict
I suggested Omar we can do this particular point in a follow-up PR since I think it's better to get this out and get some feedback from users that will be using this from head (not from release) so we can also do other changes based on the feedback. I agree the first point in particular should be fixed in the existing PR. The second seems like a minor internal implementation thing that should not change user behavior, so no strong opinions. |
Staling for the moment. Lacking point two: |
Would you mind letting us know why it's closed as won't fix? |
@adrinjalali, I was staling it since it's not on the short-term roadmap to fix it. However, I reopened it now for future reference. |
That's not a reason to close an issue though. An issue documents a feature/thing we want to add/change in this repo, both in short and long term. Even if it won't be worked in right now, it's still good to have. If the issue is closed it will likely never be revisited 😄 |
A cluster of changes suggested to the fastai integration after the merge of #678
packaging
andpackaging.markers
when reviewing if the local fastai and fastcore versions are supported (see comment in Add fastai upstream and downstream capacities for fastai>=2.4 and fastcore>=1.3.27 versions #678).pyproject.toml
file exists inside the repo of a fastai model. We might not want to be super strict. Maybe if there is nopyproject.toml
or no versions specified there, we can just show a warning instead of breaking entirely.The text was updated successfully, but these errors were encountered: