accelerate addition
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -29,4 +29,6 @@ transformers # Optional: used for text summarization (LLMs)
|
|
29 |
shapely # Geometry operations for arrow-head box logic
|
30 |
|
31 |
# ✅ Optional Debug Tools (Uncomment if needed)
|
32 |
-
# matplotlib # For plotting / bounding box debug
|
|
|
|
|
|
29 |
shapely # Geometry operations for arrow-head box logic
|
30 |
|
31 |
# ✅ Optional Debug Tools (Uncomment if needed)
|
32 |
+
# matplotlib # For plotting / bounding box debug
|
33 |
+
|
34 |
+
acceletate #needed for LLM GPU Acceleration
|