From dcbb1c0eb0ef39af82796ccf9a182534f76879e6 Mon Sep 17 00:00:00 2001 From: Saksham Rastogi Date: Thu, 5 Mar 2020 18:53:18 +0530 Subject: [PATCH] Updated Docs to pytorch 1.4 --- INSTALLATION.md | 12 ++++++------ ... - The Basic Tools of Private Deep Learning.ipynb | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index dccc883cc04..ca440ac2e0c 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -18,11 +18,11 @@ Installing PySyft on Linux is really straight forward. Here are the steps: ### 1. Make sure you have Python >= 3.6 -### 2. Install PyTorch 1.3 +### 2. Install PyTorch 1.4 Get the installation command [here](https://pytorch.org/get-started/locally/) (use the pip option) and run it in the terminal. -NOTE: Use exact version `1.3.0`, not just `1.3`. E.g. `pip install torch==1.3.0`. +NOTE: Use exact version `1.4.0`, not just `1.4`. E.g. `pip install torch==1.4.0`. ### 3. Clone the PySyft repo from Github @@ -59,13 +59,13 @@ This will install **Homebrew**. Then, install python (version 3.6 or above) by r `brew install python3` -### 2. Install PyTorch 1.3 +### 2. Install PyTorch 1.4 You should first get the installation command [here](https://pytorch.org/get-started/locally/) (use the pip option) Then run that command in the open terminal. -NOTE: Use exact version `1.3.0`, not just `1.3`. E.g. `pip install torch==1.3.0`. +NOTE: Use exact version `1.4.0`, not just `1.4`. E.g. `pip install torch==1.4.0`. ### 3. Clone the PySyft repo from Github @@ -125,11 +125,11 @@ In the window that opens, click on `New` and add the installation paths for `pyt Click on `OK`. -### 3. Install PyTorch 1.3 +### 3. Install PyTorch 1.4 You should first get the installation command [here](https://pytorch.org/get-started/locally/) (use the pip option) -NOTE: Use exact version `1.3.0`, not just `1.3`. E.g. `pip install torch==1.3.0`. +NOTE: Use exact version `1.4.0`, not just `1.4`. E.g. `pip install torch==1.4.0`. Then open the command prompt by going to **Run** and typing **cmd**, type or paste the pytorch installation command you got from the above link and press **Enter**. diff --git a/examples/tutorials/Part 01 - The Basic Tools of Private Deep Learning.ipynb b/examples/tutorials/Part 01 - The Basic Tools of Private Deep Learning.ipynb index 1d5dce9e7fb..1cf4b54cdd3 100644 --- a/examples/tutorials/Part 01 - The Basic Tools of Private Deep Learning.ipynb +++ b/examples/tutorials/Part 01 - The Basic Tools of Private Deep Learning.ipynb @@ -54,7 +54,7 @@ "To begin, you'll need to make sure you have the right things installed. To do so, head on over to PySyft's readme and follow the setup instructions. TLDR for most folks is.\n", "\n", "- Install Python 3.6 or higher\n", - "- Install PyTorch 1.3\n", + "- Install PyTorch 1.4\n", "- Clone PySyft (git clone https://github.com/OpenMined/PySyft.git)\n", "- cd PySyft\n", "- pip install -r pip-dep/requirements.txt\n", @@ -631,7 +631,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.9" + "version": "3.6.10" } }, "nbformat": 4,