support casing

This commit is contained in:
Adam Wilson
2025-08-18 20:48:43 -06:00
parent fad7035b32
commit 28a962facd
752 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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