Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luost26 authored Oct 7, 2021
1 parent 0bfd688 commit 910334a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The official code repository for our CVPR 2021 paper "Diffusion Probabilistic Mo

## Installation

**[Option 1]** Install via conda environment YAML file (CUDA 10.1).
**[Option 1]** Install via conda environment YAML file (**CUDA 10.1**).

```bash
# Create the environment
Expand All @@ -16,7 +16,7 @@ conda env create -f env.yml
conda activate dpm-pc-gen
```

**[Option 2]** Or you may setup the environment manually (If you are using GPUs that only work with CUDA 11 or greater).
**[Option 2]** Or you may setup the environment manually (**If you are using GPUs that only work with CUDA 11 or greater**).

Our model only depends on the following commonly used packages, all of which can be installed via conda.

Expand Down

0 comments on commit 910334a

Please sign in to comment.