chore: logger category fix

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-10-06 12:03:11 -07:00
parent a8da6ba3a7
commit bcd56606db

View file

@ -9,7 +9,7 @@ from pathlib import Path
from llama_stack.log import get_logger
logger = get_logger(__name__, "tokenizer_utils")
logger = get_logger(__name__, "models")
def load_bpe_file(model_path: Path) -> dict[bytes, int]: