I am building some MLOP pipelines. I am using the sage-maker studio. When I am trying to show all the saved model, !saved_model_cli show --all --dir './model/tensorflow/saved_model/0/'
This gives me the error. The file './model/tensorflow/saved_model/0/ exist in my directory.
/bin/bash: saved_model_cli: command not found
What am I doing wrong?
my expectation is that to have get the answer, I am doing something wrong