From 5c334f136d770d4c4160bdba7f604c2eda3997bd Mon Sep 17 00:00:00 2001 From: sharanshirodkar7 Date: Thu, 22 Aug 2024 10:29:25 -0400 Subject: [PATCH] Fix end-of-file, trailing whitespace, and other pre-commit issues Signed-off-by: sharanshirodkar7 --- chroma | 1 + comps/llms/text-generation/predictionguard/requirements.txt | 1 + 2 files changed, 2 insertions(+) create mode 160000 chroma diff --git a/chroma b/chroma new file mode 160000 index 0000000000..a99e847d30 --- /dev/null +++ b/chroma @@ -0,0 +1 @@ +Subproject commit a99e847d3007bf1e05ec6bcb0821227d979f791a diff --git a/comps/llms/text-generation/predictionguard/requirements.txt b/comps/llms/text-generation/predictionguard/requirements.txt index 1b627ae024..039f4e85ac 100644 --- a/comps/llms/text-generation/predictionguard/requirements.txt +++ b/comps/llms/text-generation/predictionguard/requirements.txt @@ -8,3 +8,4 @@ predictionguard prometheus-fastapi-instrumentator shortuuid transformers +uvicorn \ No newline at end of file