mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-08-23 03:27:35 +02:00
support casing
This commit is contained in:
@@ -28,7 +28,7 @@ for i in {1..5}; do
|
||||
for model in "${models[@]}"; do
|
||||
# Replace / with _ and convert to lowercase for directory name
|
||||
dir_name="${model//\//_}"
|
||||
dir_name="${dir_name,,}" # Convert to lowercase
|
||||
dir_name="${dir_name}" # Convert to lowercase
|
||||
|
||||
# Create the full directory path
|
||||
full_path="logs/test_${i}/${dir_name}/${range}"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user