Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ package.
* Model weights are never bundled and never downloaded without
consent: every download function prompts interactively with the
size stated, and non-interactive sessions require
options(diffuseR.consent = TRUE). Weights land under
tools::R_user_dir("diffuseR", "data").
options(diffuseR.consent = TRUE). Downloaded source weights use
hfhub's user cache; locally derived quantized artifacts are stored
under tools::R_user_dir("diffuseR", "data").
* torch is in Imports; all tests, examples, and vignette code degrade
gracefully when torch's backend (lantern) is not installed, as on
win-builder.
Loading