Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you find our work useful, please consider citing our paper:
## Installation
1. Create and activate conda environment
```bash
conda env create -n m2t2 python=3.10
conda create -n m2t2 python=3.10
conda activate m2t2
```
2. Install CUDA. Replace `11.7.0` with the CUDA version compatible with your nvidia driver. You can check your CUDA version using `nvidia-smi`.
Expand Down