Skip to content

Commit

Permalink
depend on CRAN torch
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jun 13, 2023
1 parent c16865c commit 22b2776
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@ Authors@R: c(
)
Description: 'safetensors' is a file format for storing tensors that is secure (doesn't
allow for code execution), fast and simple to implement. It enables cross language
and frameworks compatibility making it an ideal format store machine learning model
weights.
and cross frameworks compatibility making it an ideal format for storing machine
learning model weights.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
torch (>= 0.10.0)
torch (>= 0.11.0)
Config/testthat/edition: 3
Imports:
cli,
jsonlite,
R6,
rlang
Remotes:
mlverse/torch
URL: https://github.com/mlverse/safetensors,
https://mlverse.github.io/safetensors/
BugReports: https://github.com/mlverse/safetensors/issues

0 comments on commit 22b2776

Please sign in to comment.