Add new dependencies: optimum, sentence-transformers, python-dotenv

This commit is contained in:
Nirant Kasliwal
2024-01-15 12:02:46 +05:30
parent f3bf86ee4e
commit 38ecb33eff
2 changed files with 2056 additions and 560 deletions

2613
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,6 +30,9 @@ mkdocstrings = "^0.22.0"
pillow = "^10.0.0"
cairosvg = "^2.7.1"
mknotebooks = "^0.8.0"
optimum = "^1.16.1"
sentence-transformers = "^2.2.2"
python-dotenv = "^1.0.0"
[build-system]