mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-03-13 22:06:26 +00:00
LangChain WIP; demo of RAG integration from Claude Sonnet 3.7
This commit is contained in:
3
.github/workflows/llmsecops-cicd.test.yml
vendored
3
.github/workflows/llmsecops-cicd.test.yml
vendored
@@ -31,5 +31,6 @@ jobs:
|
||||
pip install langchain_huggingface
|
||||
pip install transformers
|
||||
pip install accelerate
|
||||
python -m tests.llm.llm --prompt "What is the capital of France?"
|
||||
pip install optimum[exporters,onnxruntime]
|
||||
python -m tests.llm.llm_rag --prompt "What is the capital of France?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user