From 8cf634e61562c4149badd7e9222999b998e7826b Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Sun, 22 Sep 2024 22:02:58 -0700 Subject: [PATCH] move example configs to tests/ --- {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