The import below does not work, probably due to the missing extender file.
Traceback (most recent call last):
File "...", line 7, in <module>
import llmdet
File ".../python3.11/site-packages/llmdet/__init__.py", line 25, in <module>
from .extender import extend
ModuleNotFoundError: No module named 'llmdet.extender'
The import below does not work, probably due to the missing extender file.
LLMDet/llmdet/__init__.py
Line 25 in 5d03835