-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1009 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
32 lines (32 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: hfhub
Title: Hugging Face Hub Interface
Version: 0.1.2.9000
Authors@R: c(
person("Tomasz", "Kalinowski", , "tomasz@posit.co", role = c("ctb", "cre")),
person("Daniel", "Falbel", , "daniel@posit.co", role = c("aut")),
person("Christophe", "Regouby", , "christophe.regouby@free.fr", role = c("ctb")),
person("Posit Software, PBC", role = c("cph", "fnd"),
comment = c(ROR = "03wc8by49"))
)
Description: Provides functionality to download and cache files from 'Hugging Face Hub' <https://huggingface.co/models>.
Uses the same caching structure so files can be shared between different client libraries.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
httr,
filelock,
fs,
cli,
withr,
curl,
glue,
urltools,
rlang
Suggests:
testthat (>= 3.0.0),
jsonlite
Config/testthat/edition: 3
URL: https://mlverse.github.io/hfhub/
BugReports: https://github.com/mlverse/hfhub/issues