Skip to content

Commit 39f047d

Browse files
committed
requirements: refactor
1 parent f171f0d commit 39f047d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ numpy
99
black
1010
ruff
1111
huggingface-hub
12-
confluent-kafka
1312
ultralytics
1413
skia-python
1514
pycairo

requirements/caption_requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# These are the requirements specific to the caption element i.e. phi3-vision model.
22
# Flash attention takes a long time to build, so it is separated out into this file.
33

4+
# Note: building flash_attn also requires installation of nvidia-cuda-toolkit ubuntu package
5+
46
flash_attn
57

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
confluent-kafka

0 commit comments

Comments
 (0)