from local

This commit is contained in:
dohe0342 2022-12-26 14:15:14 +09:00
parent 76064f3bb4
commit 597c173d1c
2 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
from utils import pad_to_multiple
logger = logging.getLogger(__name__)