llama-stack-mirror/llama_stack/models
skamenan7 f5c1935c18 fix: Resolve Llama4 tool calling 500 errors
This commit addresses issue #2584 by:
- Implementing lazy torch imports in llama4/chat_format.py and datatypes.py to prevent ModuleNotFoundError in torch-free environments.
- Adding comprehensive unit tests to verify that text-only functionality works without torch and that vision features fail gracefully.
- Ensuring the module remains importable and functional for text-based operations, thus resolving the 500 internal server errors.
2025-07-23 15:20:17 -04:00
..
llama fix: Resolve Llama4 tool calling 500 errors 2025-07-23 15:20:17 -04:00
__init__.py feat: introduce llama4 support (#1877) 2025-04-05 11:53:35 -07:00