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-app/glossary/secrets.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Encrypted Secrets allow you to pass private data to your apps, like API keys, ac
8
8
Secrets provide you with a secure way to store this data in a way that is accessible to Apps so that they can authenticate third-party services/solutions.
9
9
10
10
.. tip::
11
-
For non-sensitive configuration values, we recommend using :ref:`plain-text Environment Variables <environment_variables>`.
11
+
For non-sensitive configuration values, we recommend using :ref:`plain-text Environment Variables <environment_variables>`.
Copy file name to clipboardexpand all lines: docs/source-pytorch/advanced/post_training_quantization.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ Usage
55
55
56
56
Minor code changes are required for the user to get started with Intel® Neural Compressor quantization API. To construct the quantization process, users can specify the below settings via the Python code:
57
57
58
-
1.Calibration Dataloader (Needed for post-training static quantization)
59
-
2.Evaluation Dataloader and Metric
58
+
1.Calibration Dataloader (Needed for post-training static quantization)
59
+
2.Evaluation Dataloader and Metric
60
60
61
61
The code changes that are required for Intel® Neural Compressor are highlighted with comments in the line above.
0 commit comments