feat: add multiple images (or in-context learning) conversation examples (#47)

Co-authored-by: Bo Liu <benjaminliu.eecs@gmail.com>
This commit is contained in:
StevenLiuWen
2024-04-16 13:58:43 +08:00
committed by GitHub
parent 3c02b24219
commit 9bb02cc50d
8 changed files with 121 additions and 5 deletions

View File

@@ -34,6 +34,20 @@ gradio = [
"markdown==3.4.1",
"SentencePiece==0.1.96"
]
lint = [
"isort",
"black[jupyter] >= 22.6.0",
"pylint[spelling] >= 2.15.0",
"flake8",
"flake8-bugbear",
"flake8-comprehensions",
"flake8-docstrings",
"flake8-pyi",
"flake8-simplify",
"ruff",
"pyenchant",
"pre-commit",
]
[tool.setuptools]
packages = {find = {exclude = ["images"]}}