You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/optimization_ov.mdx
-2
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,6 @@ model = OVModelForCausalLM.from_pretrained(
86
86
)
87
87
```
88
88
89
-
> **NOTE:** if `load_in_4bit` is used without `quantization_config` provided, a pre-defined `model_id` specific configuration is used in case it exists or a default 4-bit configuration is used otherwise.
90
-
91
89
For more details, please refer to the corresponding NNCF [documentation](https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/CompressWeights.md).
0 commit comments