llama-stack-mirror/llama_stack/models/llama
Mustafa Elbehery 2d3d9664a7
chore(api): add mypy coverage to prompts (#2657)
# What does this PR do?
<!-- Provide a short summary of what this PR does and why. Link to
relevant issues if applicable. -->
This PR adds static type coverage to `llama-stack`

Part of https://github.com/meta-llama/llama-stack/issues/2647

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

## Test Plan
<!-- Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.* -->

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-07-09 10:07:00 +02:00
..
llama3 chore: remove usage of load_tiktoken_bpe (#2276) 2025-06-02 07:33:37 -07:00
llama3_1 chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
llama3_2 refactor: move all llama code to models/llama out of meta reference (#1887) 2025-04-07 15:03:58 -07:00
llama3_3 chore(api): add mypy coverage to prompts (#2657) 2025-07-09 10:07:00 +02:00
llama4 ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
resources feat: introduce llama4 support (#1877) 2025-04-05 11:53:35 -07:00
__init__.py feat: introduce llama4 support (#1877) 2025-04-05 11:53:35 -07:00
checkpoint.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
datatypes.py fix: finish conversion to StrEnum (#2514) 2025-06-26 08:01:26 +05:30
hadamard_utils.py refactor: move all llama code to models/llama out of meta reference (#1887) 2025-04-07 15:03:58 -07:00
prompt_format.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
quantize_impls.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
sku_list.py chore: more mypy fixes (#2029) 2025-05-06 09:52:31 -07:00
sku_types.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
tokenizer_utils.py chore: remove usage of load_tiktoken_bpe (#2276) 2025-06-02 07:33:37 -07:00