from local

This commit is contained in:
dohe0342 2022-12-26 14:14:17 +09:00
parent 53a50eba1c
commit c57c3ebed1
3 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from fairseq.modules import (
LayerNorm,
)
from fairseq.utils import index_put
from .utils import pad_to_multiple
logger = logging.getLogger(__name__)