From 22b27763dfe63d3ab5b69adad4f01c04833d194b Mon Sep 17 00:00:00 2001 From: Daniel Falbel Date: Tue, 13 Jun 2023 11:06:50 +0200 Subject: [PATCH] depend on CRAN torch --- DESCRIPTION | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7d41ec2..d6776b3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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