Closed FedorSymkin closed 1 month ago
The issue is pydantic. It needs to be >= 2 which I suppose our dependencies don't enforce. Could you pip uninstall pydantic
and pip install pydantic>=2
?
But regardless, we should not be importing all these llama_stack.apis.agents
modules at all. We will get that fixed.
pydantic>=2
Thanks, it solved the problem.
Same here, solved.
Yay glad that got resolved.
Hello. I'm trying to download llama models, and I get an error:
Versions:
I see the last version was released a few days ago (25.09) https://pypi.org/project/llama-toolchain/ Maybe there is some bug in the last release or I'm doing something wrong?