llama-stack/llama_stack/providers/registry
Botao Chen 35bf6ea75a
Pin torchtune pkg version (#791)
## context
This is the follow up of
https://github.com/meta-llama/llama-stack/pull/674. Since torchtune is
still in alpha stage and the apis are not guarantee backward compatible.
Pin the torchtune and torchao pkg version to avoid the latest torchtune
release breaks llama stack post training.

We will bump the version number manually after with the new pkg release
some testing

## test 
ping an old torchtune pkg version (0.4.0) and the 0.4.0 was installed 
<img width="1016" alt="Screenshot 2025-01-16 at 3 06 47 PM"
src="https://github.com/user-attachments/assets/630b05d0-8d0d-4e2f-8b48-22e578a62659"
/>
2025-01-16 16:31:13 -08:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
agents.py agents to use tools api (#673) 2025-01-08 19:01:00 -08:00
datasetio.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
eval.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
inference.py [#432] Add Groq Provider - chat completions (#609) 2025-01-03 08:27:49 -08:00
memory.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
post_training.py Pin torchtune pkg version (#791) 2025-01-16 16:31:13 -08:00
safety.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
scoring.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
telemetry.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
tool_runtime.py agents to use tools api (#673) 2025-01-08 19:01:00 -08:00