powered by
Download specified model to the given directory.
download_model(model_url, out_dir = "models")
None
url of the model to download, obtained via the constants above
Directory to save the model.
if (FALSE) { list_models() download_model("https://models.com/path/to/model.pt", out_dir='models') }
Run the code above in your browser using DataLab