Skip to content

Commit

Permalink
remind me never to use donttest again
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed May 13, 2020
1 parent 746576f commit b180da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/embed.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#' \donttest{
#' transformer_download_model("bert-base-multilingual-uncased")
#' transformer_download_model(architecture = "DistilBERT",
#' model_name = "distilbert-base-multilingual-uncased")
#' model_name = "distilbert-base-uncased")
#'
#' path <- file.path(getwd(), "inst", "models")
#' transformer_download_model("bert-base-multilingual-uncased", path = path)
#' transformer_download_model(architecture = "DistilBERT",
#' model_name = "distilbert-base-multilingual-uncased",
#' model_name = "distilbert-base-uncased",
#' path = path)
#' }
#' unlink(file.path(system.file(package = "golgotha", "models"),
Expand Down
4 changes: 2 additions & 2 deletions man/transformer_download_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b180da7

Please sign in to comment.