Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saeid93 authored Jul 29, 2023
1 parent 0c4fcb0 commit cc8ca95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ One of the most challenging problems in the popular orchestration framework Kube
```
conda activate smartscheduler
```
5. If you want to use GPUs make sure that you have the correct version of CUDA and cuDNN installed from [here](https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html). Alternatively, you can check [cudnn-compatibility](https://punndeeplearningblog.com/development/tensorflow-cuda-cudnn-compatibility) to find compatible versions and install CUDA and cuDNN with conda from [cudatoolkit](https://anaconda.org/anaconda/cudatoolkit) and [cudnn](https://anaconda.org/conda-forge/cudnn), respectively. MAKE SURE THER VERSIONS OF PYTHON, CUDA, CUDNN, AND TENSORFLOW IN YOUR CONDA ENVIRONMENT ARE COMPATIBLE.
5. If you want to use GPUs make sure that you have the correct version of CUDA and cuDNN installed from [here](https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html). Alternatively, you can check [cudnn-compatibility](https://punndeeplearningblog.com/development/tensorflow-cuda-cudnn-compatibility) to find compatible versions and install CUDA and cuDNN with conda from [cudatoolkit](https://anaconda.org/anaconda/cudatoolkit) and [cudnn](https://anaconda.org/conda-forge/cudnn), respectively. Make sure ther versions of python, cuda, cudnn, and tensorflow in your conda environment are compatible.





6. Use [PyTorch](https://pytorch.org/) or [Tensorflow](https://www.tensorflow.org/install/pip#virtual-environment-install) isntallation manual to install one of them based-on your preference

7. Install the followings
Expand Down

0 comments on commit cc8ca95

Please sign in to comment.