Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydwivedi75 committed Mar 3, 2020
1 parent 7125b40 commit 8a10184
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/01_benchmark_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ source ~/.bash_profile # For OSX
```
# Clone GitHub repo
conda install git
git clone https://github.com/xxx/benchmarking-gnn.git
cd benchmarking-gnn
git clone https://github.com/graphdeeplearning/benchmarking-gnns.git
cd benchmarking-gnns
# Install python environment
conda env create -f environment_cpu.yml
Expand Down Expand Up @@ -65,8 +65,8 @@ cat /usr/local/cuda/version.txt # Check CUDA version is 10.0
# Clone GitHub repo
conda install git
git clone https://github.com/xxx/benchmarking-gnn.git
cd benchmarking-gnn
git clone https://github.com/graphdeeplearning/benchmarking-gnns.git
cd benchmarking-gnns
# Install python environment
conda env create -f environment_gpu.yml
Expand Down Expand Up @@ -94,8 +94,8 @@ cat /usr/local/cuda/version.txt # Check CUDA version is 10.0
# Clone GitHub repo
conda install git
git clone https://github.com/xxx/benchmarking-gnn.git
cd benchmarking-gnn
git clone https://github.com/graphdeeplearning/benchmarking-gnns.git
cd benchmarking-gnns
# Install python environment
conda env create -f environment_gpu.yml
Expand Down

0 comments on commit 8a10184

Please sign in to comment.