You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Please refer to [install.md](https://mmaction2.readthedocs.io/en/latest/get_star
123
123
124
124
```shell
125
125
conda create --name openmmlab python=3.8 -y
126
-
conda activate open-mmlab
126
+
conda activate openmmlab
127
127
conda install pytorch torchvision -c pytorch # This command will automatically install the latest version PyTorch and cudatoolkit, please check whether they match your environment.
0 commit comments