Commit graph

7 commits

Author SHA1 Message Date
Omar Abdelwahab
26bd6be4f2 updated the warning comment 2025-09-15 17:09:59 -07:00
Omar Abdelwahab
5ce41fa85e updated the warning message 2025-09-15 17:07:42 -07:00
Omar Abdelwahab
a67b9d7523 minor linting change 2025-09-15 17:01:02 -07:00
Omar Abdelwahab
b0cc00e490 ran pre-commit 2025-09-15 16:55:59 -07:00
Omar Abdelwahab
3492c9c8d1 Added a bug fix when registering new models 2025-09-15 16:47:35 -07:00
Mustafa Elbehery
c3b2b06974
refactor(logging): rename llama_stack logger categories (#3065)
# What does this PR do?
<!-- Provide a short summary of what this PR does and why. Link to
relevant issues if applicable. -->
This PR renames categories of llama_stack loggers.

This PR aligns logging categories as per the package name, as well as
reviews from initial
https://github.com/meta-llama/llama-stack/pull/2868. This is a follow up
to #3061.

<!-- If resolving an issue, uncomment and update the line below -->
<!-- Closes #[issue-number] -->

Replaces https://github.com/meta-llama/llama-stack/pull/2868
Part of https://github.com/meta-llama/llama-stack/issues/2865

cc @leseb @rhuss

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-08-21 17:31:04 -07:00
Ashwin Bharambe
2665f00102
chore(rename): move llama_stack.distribution to llama_stack.core (#2975)
We would like to rename the term `template` to `distribution`. To
prepare for that, this is a precursor.

cc @leseb
2025-07-30 23:30:53 -07:00