mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-07-02 19:25:45 +02:00
fix dependencies
This commit is contained in:
+3
-1
@@ -201,7 +201,9 @@ threadpoolctl==3.6.0
|
||||
tiktoken==0.9.0
|
||||
tokenizers==0.21.1
|
||||
tomli==2.2.1
|
||||
torch==2.7.0
|
||||
torch==2.8.0+cpu
|
||||
torchaudio==2.8.0+cpu
|
||||
torchvision==0.23.0+cpu
|
||||
tqdm==4.67.1
|
||||
transformers==4.51.3
|
||||
triton==3.3.0
|
||||
|
||||
@@ -24,14 +24,14 @@ if [ "$LOCAL" = true ]; then
|
||||
fi
|
||||
|
||||
# the ONNX model/data require git Large File System support
|
||||
# git lfs install
|
||||
git lfs install
|
||||
|
||||
# install Python dependencies
|
||||
# pip install -r ./requirements.txt
|
||||
pip install -r ./requirements.txt
|
||||
|
||||
# environment variables
|
||||
|
||||
export GARAK_PROBE='latentinjection.LatentInjectionResume'
|
||||
# export GARAK_PROBE='latentinjection.LatentInjectionResume'
|
||||
# export GARAK_PROBE='latentinjection.LatentInjectionTranslationEnFr'
|
||||
# export GARAK_PROBE='latentinjection.LatentInjectionTranslationEnZh'
|
||||
# export GARAK_PROBE='latentinjection.LatentWhoisSnippet'
|
||||
|
||||
Reference in New Issue
Block a user