llama-stack-mirror/llama_stack/models/llama
2025-07-15 13:21:33 -04: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
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 refactor(llama4): remove duplicate implementation, update imports to llama-models, add comprehensive test for tool calling fix (issue #2584)\n\n- Removes all old llama4 code from llama-stack\n- Updates all relevant imports to use llama-models\n- Adds robust pytest to demonstrate arguments_json fix\n- Updates config/scripts as needed for new structure\n- Resolves merge conflicts with updated main branch\n- Fixes mypy and ruff issues 2025-07-15 13:21:33 -04:00
quantize_impls.py chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
sku_list.py fix: Resolve Llama4 tool calling 500 errors (Issue #2584) 2025-07-15 11:47:05 -04: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