Skip to content

Commit 6e0e514

Browse files
committed
update CUDA -v
1 parent 2f02d6a commit 6e0e514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Client 2 Size of data: 1630 Labels: [0 3 6 9]
297297
- HARCNN() in [Convolutional neural networks for human activity recognition using mobile sensors](https://eudl.eu/pdf/10.4108/icst.mobicase.2014.257786)
298298

299299
## Environments
300-
Install [CUDA v11.6](https://developer.nvidia.com/cuda-11-6-0-download-archive).
300+
Install [CUDA](https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html).
301301

302302
Install [conda latest](https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh) and activate conda.
303303

docs/quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h2>Installation</h2>
179179
<ol>
180180
<li><p>You can install PFLlib via <a href="https://git-scm.com/">git</a>:</p></li>
181181
<pre>git clone https://github.com/TsingZ0/PFLlib.git</pre>
182-
<li><p>Then install <a href="https://developer.nvidia.com/cuda-11-6-0-download-archive">CUDA v11.6</a> following NVIDIA's instructions.</p></li>
182+
<li><p>Then install <a href="https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html">CUDA</a> following NVIDIA's instructions.</p></li>
183183
<li><p>Install the latest version of <a href="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh">conda</a> and activate conda.</p></li>
184184
<li><p>Install the required Python dependencies using <code>env_cuda_latest.yaml</code> and conda:</p></li>
185185
<pre>conda env create -f env_cuda_latest.yaml # You may need to downgrade the torch using pip to match the CUDA version.</pre>

0 commit comments

Comments
 (0)