Update modeling_qlip.py
Browse files- modeling_qlip.py +3 -3
modeling_qlip.py
CHANGED
|
@@ -42,9 +42,9 @@ from transformers.utils import (
|
|
| 42 |
replace_return_docstrings,
|
| 43 |
)
|
| 44 |
|
| 45 |
-
from configuration_qlip import QLIPConfig, QLIPTextConfig, QLIPVisionConfig, QLIPDecoderConfig
|
| 46 |
-
from bsq import BinarySphericalQuantizer
|
| 47 |
-
from rope import VisionRotaryEmbeddingFast
|
| 48 |
|
| 49 |
|
| 50 |
logger = logging.get_logger(__name__)
|
|
|
|
| 42 |
replace_return_docstrings,
|
| 43 |
)
|
| 44 |
|
| 45 |
+
from .configuration_qlip import QLIPConfig, QLIPTextConfig, QLIPVisionConfig, QLIPDecoderConfig
|
| 46 |
+
from .bsq import BinarySphericalQuantizer
|
| 47 |
+
from .rope import VisionRotaryEmbeddingFast
|
| 48 |
|
| 49 |
|
| 50 |
logger = logging.get_logger(__name__)
|