Spaces:
Runtime error
Runtime error
File size: 520 Bytes
bf3fe47 2a88d86 bf3fe47 2a88d86 bf3fe47 2a88d86 bf3fe47 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
[tool.poetry]
name = "vitb32_bert_ko_small_clip_test"
version = "0.2.0"
description = ""
authors = ["Bingsu <ks2515@naver.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
torch = "^1.12"
transformers = "*"
streamlit = "*"
pandas = "*"
sentence-transformers = "*"
[tool.poetry.dev-dependencies]
black = "*"
isort = "*"
mypy = "*"
flake8 = "*"
flake8-bugbear = "*"
pre-commit = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile="black" |