Update modeling_aquif_moe.py
Browse files- 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
|
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
|