Update configuration_apertus.py
Browse files- configuration_apertus.py +2 -2
configuration_apertus.py
CHANGED
|
@@ -20,8 +20,8 @@
|
|
| 20 |
# See the License for the specific language governing permissions and
|
| 21 |
# limitations under the License.
|
| 22 |
|
| 23 |
-
from
|
| 24 |
-
from
|
| 25 |
|
| 26 |
|
| 27 |
class ApertusConfig(PretrainedConfig):
|
|
|
|
| 20 |
# See the License for the specific language governing permissions and
|
| 21 |
# limitations under the License.
|
| 22 |
|
| 23 |
+
from transformers.configuration_utils import PretrainedConfig
|
| 24 |
+
from transformers.modeling_rope_utils import rope_config_validation
|
| 25 |
|
| 26 |
|
| 27 |
class ApertusConfig(PretrainedConfig):
|