From 8fc43066e0090db3655d5c37a05c2e8306b0ae33 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Wed, 14 May 2025 21:21:57 -0600 Subject: [PATCH] LangChain WIP; add accelerate --- .github/workflows/llmsecops-cicd.test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/llmsecops-cicd.test.yml b/.github/workflows/llmsecops-cicd.test.yml index 9b5d97cc4..7c733f159 100644 --- a/.github/workflows/llmsecops-cicd.test.yml +++ b/.github/workflows/llmsecops-cicd.test.yml @@ -30,5 +30,6 @@ jobs: pip install langchain_text_splitters pip install langchain_huggingface pip install transformers + pip install accelerate python -m tests.llm.llm --prompt "What is the capital of France?"