diff --git a/R/trace.R b/R/trace.R index fc435afbb5..169e6b22f8 100644 --- a/R/trace.R +++ b/R/trace.R @@ -5,7 +5,6 @@ #' recording the operations performed on all the tensors. #' #' The resulting recording of a standalone function produces a `script_function`. -#' In the future we will also support tracing `nn_modules`. #' #' @section Warning: #'