Skip to content

Commit

Permalink
Merge branch 'main' into verify-norm
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Jun 17, 2024
2 parents 0bdbcbb + d285866 commit 61f9627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If you want to use the GPU version, make sure to set the correct CUDA version fo

You can set up a conda environment using one of these files like this:
```bash
mamba create -f <ENV>.yaml -n <ENV_NAME>
mamba env create -f <ENV>.yaml -n <ENV_NAME>
mamba activate <ENV_NAME>
pip install -e .
```
Expand Down

0 comments on commit 61f9627

Please sign in to comment.