Skip to content

Commit c59931b

Browse files
No public description
PiperOrigin-RevId: 756406114
1 parent 89b39eb commit c59931b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

official/projects/waste_identification_ml/Triton_TF_Cloud_Deployment/server/triton_inference_server.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ fi
1515

1616
# Define an associative array with model names and their URLs
1717
declare -A models=(
18-
["Jan2025_ver2_merged_1024_1024"]="
19-
https://storage.googleapis.com/tf_model_garden/vision/waste_identification_ml/
20-
Jan2025_ver2_merged_1024_1024.zip"
18+
["Jan2025_ver2_merged_1024_1024"]="https://storage.googleapis.com/"\
19+
"tf_model_garden/vision/waste_identification_ml/"\
20+
"Jan2025_ver2_merged_1024_1024.zip"
2121
)
2222

2323
# Download, unzip, and organize models

0 commit comments

Comments
 (0)