mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
Add a test for CLI, but not fully done so disabled
This commit is contained in:
parent
8b3ffa33de
commit
132f9429b1
3 changed files with 124 additions and 19 deletions
|
@ -11,6 +11,6 @@ THIS_DIR="$(cd "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" && pwd)"
|
|||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
stack_dir=$(dirname $THIS_DIR)
|
||||
models_dir=$(dirname $(dirname $stack_dir))/llama-models
|
||||
stack_dir=$(dirname $(dirname $THIS_DIR))
|
||||
models_dir=$(dirname $stack_dir)/llama-models
|
||||
PYTHONPATH=$models_dir:$stack_dir pytest -p no:warnings --asyncio-mode auto --tb=short
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue