File size: 653 Bytes
f11a85d efb363c f11a85d 845cc43 6dd1cc4 f11a85d |
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 30 31 |
[tool.poetry]
name = "demo-pixtral-qwen"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
clip = {git = "https://github.com/openai/CLIP.git", rev = "main"}
torchvision = "0.19"
vllm = "^0.6.3"
pillow = "10.3.0"
PyMuPDF = "^1.24.13"
pandas = "^2.2.3"
faiss-gpu = "^1.7.2"
huggingface = "^0.0.1"
huggingface-hub = "^0.26.2"
md2pdf = "^1.0.1"
pypdf = "^5.1.0"
wheel = "^0.45.1"
streamlit = "^1.40.1"
fuzzywuzzy = "^0.18.0"
openai = "^1.55.3"
tqdm = "^4.67.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|