mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
chore: logger category fix
# What does this PR do? ## Test Plan
This commit is contained in:
parent
a8da6ba3a7
commit
bcd56606db
1 changed files with 1 additions and 1 deletions
|
|
@ -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]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue