fixed a formatting issue

This commit is contained in:
zr_jin 2023-07-25 09:21:41 +08:00
parent ab7688e556
commit 2f4a0fd9fd

View File

@ -727,7 +727,7 @@ def main():
device = torch.device("cuda", 0)
logging.info(f"device: {device}")
# Load tokens.txt here
token_table = k2.SymbolTable.from_file(params.tokens)