mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 20:02:37 +00:00
allow running from any directory
This commit is contained in:
parent
4997552268
commit
eaaf49496e
1 changed files with 4 additions and 0 deletions
|
|
@ -133,6 +133,10 @@ else
|
|||
EXTRA_PARAMS=""
|
||||
fi
|
||||
|
||||
THIS_DIR=$(dirname "$0")
|
||||
ROOT_DIR="$THIS_DIR/.."
|
||||
cd $ROOT_DIR
|
||||
|
||||
# Set recording directory
|
||||
if [[ "$RUN_VISION_TESTS" == "true" ]]; then
|
||||
export LLAMA_STACK_TEST_RECORDING_DIR="tests/integration/recordings/vision"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue