Skip to content

Commit

Permalink
Add missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Dec 11, 2024
1 parent 3284c78 commit ee6a8f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions optimum/intel/openvino/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,18 @@ def __init__(
entries provided via this argument are used to create an instance of `nncf.IgnoredScope` class.
num_samples (`int`, *optional*):
The maximum number of samples composing the calibration dataset.
dataset (`str or List[str]`, *optional*):
The dataset used for data-aware optimization with NNCF.
tokenizer (`str`, *optional*):
The tokenizer used to process the dataset.
processor (`str`, *optional*):
A transformers processor used to process the dataset inputs.
trust_remote_code (`bool`, defaults to `False`):
Allows to use custom code for the modeling hosted in the model repository. This option should only be
set for repositories you trust and in which you have read the code, as it will execute on your local
machine arbitrary code present in the model repository.
weight_format (`str`, *optional*):
Data format weights are compressed to.
"""
self.bits = bits
self.sym = sym
Expand Down

0 comments on commit ee6a8f8

Please sign in to comment.