From 6ea08119990791c3f52fdd3cef6e01e7eb402342 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Sun, 22 Sep 2024 22:04:45 -0700 Subject: [PATCH] move examples config --- {llama_stack => tests}/examples/router-local-run.yaml | 0 {llama_stack => tests}/examples/simple-local-run.yaml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {llama_stack => tests}/examples/router-local-run.yaml (100%) rename {llama_stack => tests}/examples/simple-local-run.yaml (100%) diff --git a/llama_stack/examples/router-local-run.yaml b/tests/examples/router-local-run.yaml similarity index 100% rename from llama_stack/examples/router-local-run.yaml rename to tests/examples/router-local-run.yaml diff --git a/llama_stack/examples/simple-local-run.yaml b/tests/examples/simple-local-run.yaml similarity index 100% rename from llama_stack/examples/simple-local-run.yaml rename to tests/examples/simple-local-run.yaml