Description
When I run the prepare_triton_model.sh under deepstream_app_tao_configs, all the engine files failed to generate.
Steps to Reproduce
- Run the shell script of
prepare_triton_model.sh under deepstream_app_tao_configs folder.
./prepare_triton_model.sh
- Observe the response.
Expected Behaviour: The engine files from the respective models should be populated under /triton/{model_path}/1 folder.
Actual Behaviour: The engine files failed to generated due to the model zip files do not exist.
Environment:
- Deepstream container (deepstream-triton-multiarch:7.1)

^ the wget url doesn't exist, thus failed to create engine file
Description
When I run the
prepare_triton_model.shunderdeepstream_app_tao_configs, all the engine files failed to generate.Steps to Reproduce
prepare_triton_model.shunderdeepstream_app_tao_configsfolder.Expected Behaviour: The engine files from the respective models should be populated under
/triton/{model_path}/1folder.Actual Behaviour: The engine files failed to generated due to the model zip files do not exist.
Environment:
^ the wget url doesn't exist, thus failed to create engine file