Skip to content

Commit ff6a780

Browse files
authored
updated-> README (#7)
* Updated->release2.1 * added security file * Update README.md * Update README.md * added code of conduct
1 parent 265afa8 commit ff6a780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ EIV from Intel features a set of pre-integrated ingredients designed for compute
33

44
This package contains the scripts to install Intel® Graphics drivers and setup the environment for OpenVINO™ inference on CPU and Intel® Graphics devices.<br>
55
**In order to run inference on GPU you need graphics driver to be installed on host even if you are using docker container as runtime.<br>
6-
However EIV helps you to seamlessly install right graphics drivers with just one script [here](https://github.com/intel-innersource/frameworks.ai.eiv/blob/release-2.1/README.md#eiv-installation) and help developers to run OpenVINO inference on Intel® CPU and iGPU/dGPU using OpenVINO docker image as runtime.<br>**
6+
However EIV helps you to seamlessly install right graphics drivers with just one script [here](https://github.com/intel/edge-insights-vision#eiv-installation) and help developers to run OpenVINO inference on Intel® CPU and iGPU/dGPU using OpenVINO docker image as runtime.<br>**
77

88

99
Here is the architecture diagram for EIV
@@ -62,14 +62,14 @@ Follow this step-by-step guide to install Intel® EIV on Linux* for your target
6262
### EIV Installation
6363
Run the following commands on the target system to install EIV.
6464

65-
Before running these commands, refer to [System Requirements](https://github.com/intel-innersource/frameworks.ai.eiv/blob/release-2.1/README.md#system-requirements) and the [Prepare the Target System](https://github.com/intel-innersource/frameworks.ai.eiv/blob/release-2.1/README.md#prepare-the-target-system) sections above.
65+
Before running these commands, refer to [System Requirements](https://github.com/intel/edge-insights-vision#system-requirements) and the [Prepare the Target System](https://github.com/intel/edge-insights-vision#prepare-the-target-system) sections above.
6666

6767
1. clone the git repo and run the script as shown below
6868

6969
```
7070
sudo apt -y install git
7171
git clone https://github.com/intel/edge-insights-vision.git
72-
cd frameworks.ai.eiv
72+
cd edge-insights-vision
7373
./eiv_install.sh
7474
```
7575
3. Restart your system after installation is complete.

0 commit comments

Comments
 (0)