aquiffoo commited on
Commit
9282d1f
·
verified ·
1 Parent(s): 459c593

Update modeling_aquif_moe.py

Browse files
Files changed (1) hide show
  1. modeling_aquif_moe.py +1 -1
modeling_aquif_moe.py CHANGED
@@ -17,7 +17,7 @@
17
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
  # See the License for the specific language governing permissions and
19
  # limitations under the License.
20
- """ PyTorch BailingMoE model."""
21
  import math
22
  import warnings
23
  from typing import List, Optional, Tuple, Union
 
17
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
  # See the License for the specific language governing permissions and
19
  # limitations under the License.
20
+ """ PyTorch AquifMoe model."""
21
  import math
22
  import warnings
23
  from typing import List, Optional, Tuple, Union