From 8e1807e7183b6ba399d19476bf5a03a51835db3f Mon Sep 17 00:00:00 2001 From: bojiang Date: Sat, 6 Jul 2024 16:48:39 +0800 Subject: [PATCH] chore: add source label to chattts --- source/chattts/bentofile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chattts/bentofile.yaml b/source/chattts/bentofile.yaml index 97723146..e88b95a5 100644 --- a/source/chattts/bentofile.yaml +++ b/source/chattts/bentofile.yaml @@ -1,8 +1,8 @@ service: "service:Main" labels: owner: bentoml-team - stage: demo platforms: linux, macos + source: https://github.com/bentoml/openllm-models-feed/tree/main/source/llamacpp-chat include: - "*.py" - "ui/build/*"