Spaces:
Runtime error
Runtime error
[tool.poetry] | |
name = "vitb32_bert_ko_small_clip_test" | |
version = "0.1.0" | |
description = "" | |
authors = ["Bingsu <ks2515@naver.com>"] | |
license = "MIT" | |
[tool.poetry.dependencies] | |
python = "^3.9" | |
torch = "^1.11.0" | |
transformers = "^4.19.2" | |
streamlit = "^1.10.0" | |
pandas = "^1.4.2" | |
sentence-transformers = "^2.2.0" | |
[tool.poetry.dev-dependencies] | |
black = "^22.3.0" | |
isort = "^5.10.1" | |
mypy = "^0.961" | |
flake8 = "^4.0.1" | |
flake8-bugbear = "^22.4.25" | |
pre-commit = "^2.19.0" | |
[build-system] | |
requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" | |
[tool.isort] | |
profile="black" |