Skip to content

Commit

Permalink
[Release] Added a note for statistics caching (#3094)
Browse files Browse the repository at this point in the history
### Changes

Mapping of #3093
  • Loading branch information
MaximProshin authored Nov 15, 2024
1 parent 76ac443 commit 88183f5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ compressed_model = compress_weights(

When `statistics_path` is provided, the system first checks if the specified path exists. If it does, the statistics are loaded from this path. If the path does not exist, the statistics are computed and saved to this path for future use.

> **NOTE**: Use the `statistics_path` option only in the secure environment to avoid any substitution of the files with statistics.
### Evaluation results

#### Data-free Mixed-Precision on Lambada OpenAI dataset
Expand Down

0 comments on commit 88183f5

Please sign in to comment.