Models upload must support uploading parent folder
In some cases kaldi, the model
from YAML configuration points toward a single file, but the worker needs all files surrounding it to work.
We'll need a new option for this command --use-parent-folder
that will use the parent folder of the model's path to build the archive.
By default the flag is disabled, and the current behaviour is used (uploading direct path)