Skip to content

Commit

Permalink
[DOCS] Clarifies param description of model_size_bytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Jan 15, 2025
1 parent 03424aa commit 04e03f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ A collection of model size stats fields.
`model_size_bytes`:::
(integer)
The size of the model in bytes.
This parameter applies only to PyTorch models.

`required_native_memory_bytes`:::
(integer)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ The free-text description of the trained model.
`model_size_bytes`:::
(integer)
The estimated model size in bytes to keep the trained model in memory.
This parameter applies only to {dfanalytics} trained models.
`estimated_operations`:::
(integer)
Expand Down

0 comments on commit 04e03f6

Please sign in to comment.