Skip to content

Commit 10d434d

Browse files
authored
remove deprecated reference to nvidia plugin (#3267)
1 parent 035abff commit 10d434d

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

docs/build_from_source.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,23 +82,6 @@ Use this parameter together with `OV_USE_BINARY=1`.
8282

8383
<hr />
8484

85-
### `NVIDIA`
86-
87-
By default set to `0`. When set to `1`, there will be additional docker image prepared: `openvino/model_server:latest-cuda` which contains environment required to run inference on NVIDIA GPUs. Please note that such image is significantly larger than the base one.
88-
89-
Hint: optionally use `OV_SOURCE_BRANCH` parameter to specify which branch from [OpenVINO repository](https://github.com/openvinotoolkit/openvino) should be used
90-
and `OV_CONTRIB_BRANCH` to choose the branch from [OpenVINO contrib](https://github.com/openvinotoolkit/openvino_contrib) repository for NVIDIA plugin.
91-
92-
Example:
93-
```bash
94-
make release_image NVIDIA=1 OV_USE_BINARY=0
95-
```
96-
97-
> **Note**: In order to build the image with redhat UBI8.8 as the base os, it is required to use a host with RedHat subscription and entitlements in `/etc/pki/entitlement` and `/etc/rhsm`.
98-
That is required to install several building dependencies.
99-
100-
<hr />
101-
10285
### `OV_USE_BINARY`
10386

10487
By default set to `0`. With that setting, OpenVINO backend will be built from sources and `DLDT_PACKAGE_URL` will be omitted.

docs/performance_tuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Recommended steps to investigate achievable performance and discover bottlenecks
193193

194194
## Analyzing accuracy issues
195195

196-
Please note that the target devices GPU and NVIDIA usually change the default model execution precision from FP32 to FP16.
196+
Please note that the target devices GPU and CPU with AMX feature usually change the default model execution precision from FP32 to BF16.
197197
It is recommended to compare accuracy results versus OpenVINO benchmark app.
198198

199199
It is possible to enforce a specific runtime precision by using a plugin config parameter `INFERENCE_PRECISION_HINT`. For example:

0 commit comments

Comments
 (0)