Add pretrained notebook

This commit is contained in:
Simon Alibert
2024-03-16 17:36:13 +01:00
parent b633748987
commit 4c1024e537
8 changed files with 1701 additions and 16 deletions

View File

@@ -60,6 +60,13 @@ debugpy = "^1.8.1"
pytest = "^8.1.0"
[tool.poetry.group.examples]
optional = true
[tool.poetry.group.examples.dependencies]
jupyter = "^1.0.0"
[tool.ruff]
line-length = 110
target-version = "py310"