From 9fa0a0f79902fed87190a21ba64e37510ee3bc96 Mon Sep 17 00:00:00 2001 From: ishaghosh27 <94150575+ishaghosh27@users.noreply.github.com> Date: Sat, 13 Apr 2024 19:06:07 -0700 Subject: [PATCH] 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 --- .../INC-Quantization-Sample-for-PyTorch/README.MD | 4 ++-- .../IntelPython_XGBoost_GettingStarted/README.md | 4 ++-- .../IntelPython_daal4py_GettingStarted/README.md | 4 ++-- .../IntelTensorFlow_GettingStarted/README.md | 2 +- .../Intel_Extension_For_PyTorch_GettingStarted/README.md | 2 +- .../Intel_Extension_For_SKLearn_GettingStarted/readme.md | 2 +- .../Intel_Extension_For_TensorFlow_GettingStarted/README.md | 4 ++-- .../README.md | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/README.MD b/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/README.MD index 20a506717b..7920902ad1 100644 --- a/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/README.MD +++ b/AI-and-Analytics/Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch/README.MD @@ -80,7 +80,7 @@ conda activate pytorch 3. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples ``` 4. Launch Jupyter Notebook: > **Note**: You might need to register Conda kernel to Jupyter Notebook kernel, @@ -101,7 +101,7 @@ optimize_pytorch_models_with_ipex.ipynb 1. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples ``` 2. Launch Jupyter Notebook: > **Note**: You might need to register Conda kernel to Jupyter Notebook kernel, diff --git a/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/README.md b/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/README.md index f1dccc3c61..cc86dd9c84 100755 --- a/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/README.md +++ b/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted/README.md @@ -66,7 +66,7 @@ conda activate xgboost 3. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted ``` 4. Launch Jupyter Notebook: @@ -91,7 +91,7 @@ IntelPython_XGBoost_GettingStarted.ipynb 1. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted ``` 2. Launch Jupyter Notebook: > **Note**: You might need to register Conda kernel to Jupyter Notebook kernel, diff --git a/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted/README.md b/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted/README.md index 8e61ba7eea..2789265ec2 100755 --- a/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted/README.md +++ b/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted/README.md @@ -78,7 +78,7 @@ conda activate xgboost 3. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted ``` 4. Launch Jupyter Notebook: > **Note**: You might need to register Conda kernel to Jupyter Notebook kernel, @@ -102,7 +102,7 @@ IntelPython_daal4py_GettingStarted.ipynb 1. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPython_daal4py_GettingStarted ``` 2. Launch Jupyter Notebook: diff --git a/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted/README.md b/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted/README.md index f1378addbb..6f391f640c 100755 --- a/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted/README.md +++ b/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted/README.md @@ -85,7 +85,7 @@ conda activate tensorflow 3. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted ``` ### Run the Script diff --git a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/README.md b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/README.md index 75a76ba80e..bf3ce7d2c9 100755 --- a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/README.md +++ b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/README.md @@ -73,7 +73,7 @@ source /bin/activate 2. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/ +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/ ``` 3. Run the Python script. ``` diff --git a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted/readme.md b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted/readme.md index 9bd57210d1..38839d565b 100644 --- a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted/readme.md +++ b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted/readme.md @@ -60,7 +60,7 @@ source activate usr_intelpython 3. Clone the GitHub repository ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples ``` ### Install Jupyter Notebook diff --git a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/README.md b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/README.md index be5460cee5..6e5b98d6ef 100755 --- a/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/README.md +++ b/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted/README.md @@ -71,7 +71,7 @@ conda activate tensorflow ## For the system with Intel CPU 3. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted ``` 4. Launch Jupyter Notebook: > **Note**: You might need to register Conda kernel to Jupyter Notebook kernel, @@ -92,7 +92,7 @@ ResNet50_Inference.ipynb 1. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_TensorFlow_GettingStarted ``` 2. Launch Jupyter Notebook: > **Note**: You might need to register Conda kernel to Jupyter Notebook kernel, diff --git a/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/README.md b/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/README.md index 2ed6051ecb..2d7e42e351 100644 --- a/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/README.md +++ b/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/README.md @@ -53,7 +53,7 @@ source /bin/activate 2. Clone the GitHub repository: ``` git clone https://github.com/oneapi-src/oneAPI-samples.git -cd oneapi-samples/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/ +cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/ ``` 3. Launch Jupyter Notebook. ```