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
File size: 337 Bytes
a294ed6 4fea47f 43c55b4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [tool.poetry]
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = ">=3.8.0,<3.9"
numpy = "^1.22.2"
urllib3 = "^1.26.12"
fastai = "^2.7.9"
fastbook = "^0.0.28"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api" |