Fizzarolli commited on
Commit
fda66e5
·
verified ·
1 Parent(s): 1c469f4

Update configuration_apertus.py

Browse files
Files changed (1) hide show
  1. 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 ...configuration_utils import PretrainedConfig
24
- from ...modeling_rope_utils import rope_config_validation
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):