-
Notifications
You must be signed in to change notification settings - Fork 842
Open
Labels
Description
A cluster of changes suggested to the fastai integration after the merge of #678
- Instead of moving the fastai.Learner from the directory, save in current directory (see comment in Add fastai upstream and downstream capacities for fastai>=2.4 and fastcore>=1.3.27 versions #678). This is an issue with how fastai exports the Learners.
- Consider using
packagingandpackaging.markerswhen 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). - Right now we require that a
pyproject.tomlfile exists inside the repo of a fastai model. We might not want to be super strict. Maybe if there is nopyproject.tomlor no versions specified there, we can just show a warning instead of breaking entirely.