Update modeling_apertus.py
Browse files- modeling_apertus.py +1 -1
    	
        modeling_apertus.py
    CHANGED
    
    | @@ -37,7 +37,7 @@ from ...processing_utils import Unpack | |
| 37 | 
             
            from ...utils import TransformersKwargs, auto_docstring, can_return_tuple
         | 
| 38 | 
             
            from ...utils.deprecation import deprecate_kwarg
         | 
| 39 | 
             
            from ...utils.generic import check_model_inputs
         | 
| 40 | 
            -
            from  | 
| 41 |  | 
| 42 | 
             
            try:
         | 
| 43 | 
             
                from liger_kernel.ops.rope import LigerRopeFunction
         | 
|  | |
| 37 | 
             
            from ...utils import TransformersKwargs, auto_docstring, can_return_tuple
         | 
| 38 | 
             
            from ...utils.deprecation import deprecate_kwarg
         | 
| 39 | 
             
            from ...utils.generic import check_model_inputs
         | 
| 40 | 
            +
            from configuration_apertus import ApertusConfig
         | 
| 41 |  | 
| 42 | 
             
            try:
         | 
| 43 | 
             
                from liger_kernel.ops.rope import LigerRopeFunction
         | 
