-
Notifications
You must be signed in to change notification settings - Fork 22
Description
As the rdf.yaml files we host contain relative paths (or rather 'relative URLs') only downloading an rdf.yaml (and not the packaged zip).
We should consider hosting rdf.yaml files with URLs in them.
For now I think we should add a warning to the downloader where a download link to the source rdf.yaml file is offered.
something like
(for reference only; the source RDF file contains relative file paths that cannot be resolved when only downloading this file. We recommend to download a package that contains additional files like neural network weights)
Current downloader GUI with link to "source RDF file":
Thanks @pattonw for reporting a related issue:
Ah, ok. Thanks for the info. This makes a lot of sense. I didn't realize the rdf contained only relative paths.
As for how I got the rdf:
I just clicked on the model I wanted: affable-shark, hit the little download button, and clicked the first link source RDF fileI was given the default name of "rdf.yaml" but I was testing a few different models so I renamed it to "nuclei.yaml" for my convenience not realizing that the name was important.
