Skip to content

Commit 9fa0a0f

Browse files
authored
Git clone readme update (#2277)
* Update README.md * Update README.MD * Update README.md * Update README.md * Update README.md * Update README.md * Update readme.md * Update README.md * Update README.md * Update README.MD * Update README.md * Update README.md
1 parent c87dbc2 commit 9fa0a0f

File tree

8 files changed

+12
-12
lines changed
  • AI-and-Analytics/Getting-Started-Samples
    • INC-Quantization-Sample-for-PyTorch
    • IntelPython_XGBoost_GettingStarted
    • IntelPython_daal4py_GettingStarted
    • IntelTensorFlow_GettingStarted
    • Intel_Extension_For_PyTorch_GettingStarted
    • Intel_Extension_For_SKLearn_GettingStarted
    • Intel_Extension_For_TensorFlow_GettingStarted
    • Intel_oneCCL_Bindings_For_PyTorch_GettingStarted

8 files changed

+12
-12
lines changed

AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/README.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ conda activate pytorch
8080
3. Clone the GitHub repository:
8181
```
8282
git clone https://github.com/oneapi-src/oneAPI-samples.git
83-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples
83+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples
8484
```
8585
4. Launch Jupyter Notebook:
8686
> **Note**: You might need to register Conda kernel to Jupyter Notebook kernel,
@@ -101,7 +101,7 @@ optimize_pytorch_models_with_ipex.ipynb
101101
1. Clone the GitHub repository:
102102
```
103103
git clone https://github.com/oneapi-src/oneAPI-samples.git
104-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples
104+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples
105105
```
106106
2. Launch Jupyter Notebook:
107107
> **Note**: You might need to register Conda kernel to Jupyter Notebook kernel,

AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ conda activate xgboost
6666
3. Clone the GitHub repository:
6767
```
6868
git clone https://github.com/oneapi-src/oneAPI-samples.git
69-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted
69+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted
7070
```
7171

7272
4. Launch Jupyter Notebook:
@@ -91,7 +91,7 @@ IntelPython_XGBoost_GettingStarted.ipynb
9191
1. Clone the GitHub repository:
9292
```
9393
git clone https://github.com/oneapi-src/oneAPI-samples.git
94-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted
94+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted
9595
```
9696
2. Launch Jupyter Notebook:
9797
> **Note**: You might need to register Conda kernel to Jupyter Notebook kernel,

AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ conda activate xgboost
7878
3. Clone the GitHub repository:
7979
```
8080
git clone https://github.com/oneapi-src/oneAPI-samples.git
81-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted
81+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted
8282
```
8383
4. Launch Jupyter Notebook:
8484
> **Note**: You might need to register Conda kernel to Jupyter Notebook kernel,
@@ -102,7 +102,7 @@ IntelPython_daal4py_GettingStarted.ipynb
102102
1. Clone the GitHub repository:
103103
```
104104
git clone https://github.com/oneapi-src/oneAPI-samples.git
105-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted
105+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted
106106
```
107107

108108
2. Launch Jupyter Notebook:

AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ conda activate tensorflow
8585
3. Clone the GitHub repository:
8686
```
8787
git clone https://github.com/oneapi-src/oneAPI-samples.git
88-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted
88+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted
8989
```
9090
### Run the Script
9191

AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ source <custom_path>/bin/activate
7373
2. Clone the GitHub repository:
7474
```
7575
git clone https://github.com/oneapi-src/oneAPI-samples.git
76-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/
76+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/
7777
```
7878
3. Run the Python script.
7979
```

AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ source activate usr_intelpython
6060
3. Clone the GitHub repository
6161
```
6262
git clone https://github.com/oneapi-src/oneAPI-samples.git
63-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples
63+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples
6464
```
6565

6666
### Install Jupyter Notebook

AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ conda activate tensorflow ## For the system with Intel CPU
7171
3. Clone the GitHub repository:
7272
```
7373
git clone https://github.com/oneapi-src/oneAPI-samples.git
74-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
74+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
7575
```
7676
4. Launch Jupyter Notebook:
7777
> **Note**: You might need to register Conda kernel to Jupyter Notebook kernel,
@@ -92,7 +92,7 @@ ResNet50_Inference.ipynb
9292
1. Clone the GitHub repository:
9393
```
9494
git clone https://github.com/oneapi-src/oneAPI-samples.git
95-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
95+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted
9696
```
9797
2. Launch Jupyter Notebook:
9898
> **Note**: You might need to register Conda kernel to Jupyter Notebook kernel,

AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ source <custom_path>/bin/activate
5353
2. Clone the GitHub repository:
5454
```
5555
git clone https://github.com/oneapi-src/oneAPI-samples.git
56-
cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/
56+
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/
5757
```
5858
3. Launch Jupyter Notebook.
5959
```

0 commit comments

Comments
 (0)