You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-modelsand 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?