mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-07 02:47:21 +00:00
The real issue was stale .pyc bytecode files in __pycache__ directories. These cached files contained the old method signatures without the authorization parameter, causing signature mismatch errors even though the source .py files were correct. Now clearing all __pycache__ directories and .pyc files before the force-reinstall to ensure Python loads fresh bytecode from the updated source files. |
||
|---|---|---|
| .. | ||
| install-llama-stack-client | ||
| run-and-record-tests | ||
| setup-ollama | ||
| setup-runner | ||
| setup-test-environment | ||
| setup-vllm | ||