Open
Description
I noticed that when you install a model, it does not use the path specified for the name of the model:
$ rai load-model foo/bar/model.rel
Creates a file model.rel
This seems fine for the load-model
command because you can use --model
, but I don't know how I install multiple files in a single transaction with load-models
and get them in a hierarchical structure.
Of course, using the path may not work well if people prefer to specify absolute path options. Maybe a model-prefix option would be handy?