Commit
·
afff4c5
1
Parent(s):
dc90bb8
updated poetry
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -9,7 +9,7 @@ python = "^3.10"
|
|
9 |
torch = "^2.4.0"
|
10 |
clip = {git = "https://github.com/openai/CLIP.git", rev = "main"}
|
11 |
torchvision = "0.19"
|
12 |
-
flash-attn = "^
|
13 |
vllm = "^0.6.3"
|
14 |
pillow = "10.3.0"
|
15 |
PyMuPDF = "^1.24.13"
|
|
|
9 |
torch = "^2.4.0"
|
10 |
clip = {git = "https://github.com/openai/CLIP.git", rev = "main"}
|
11 |
torchvision = "0.19"
|
12 |
+
flash-attn = "^1.0.5"
|
13 |
vllm = "^0.6.3"
|
14 |
pillow = "10.3.0"
|
15 |
PyMuPDF = "^1.24.13"
|