Jaavid25 commited on
Commit
18eb21d
·
verified ·
1 Parent(s): 0337262

Update modeling_apex.py

Browse files
Files changed (1) hide show
  1. modeling_apex.py +1 -1
modeling_apex.py CHANGED
@@ -65,7 +65,7 @@ class APEXModel(PreTrainedModel):
65
 
66
  @property
67
  def all_tied_weights_keys(self):
68
- return []
69
 
70
  def _init_weights(self, module):
71
  pass
 
65
 
66
  @property
67
  def all_tied_weights_keys(self):
68
+ return {}
69
 
70
  def _init_weights(self, module):
71
  pass