Instructions to use mpd/test_tea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use mpd/test_tea with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("mpd/test_tea") - Notebooks
- Google Colab
- Kaggle
Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -12,5 +12,5 @@ fastai = "^2.7.9"
|
|
| 12 |
fastbook = "^0.0.28"
|
| 13 |
|
| 14 |
[build-system]
|
| 15 |
-
requires = ["
|
| 16 |
-
build-backend = "
|
|
|
|
| 12 |
fastbook = "^0.0.28"
|
| 13 |
|
| 14 |
[build-system]
|
| 15 |
+
requires = ["poetry-core>=1.0.0"]
|
| 16 |
+
build-backend = "poetry.core.masonry.api"
|