Update README.md
Browse files
README.md
CHANGED
|
@@ -112,7 +112,8 @@ git clone https://huggingface.co/KintsugiHealth/dam
|
|
| 112 |
Install the `mamba` package manager, then run
|
| 113 |
|
| 114 |
```
|
| 115 |
-
mamba env create -n dam -f requirements.txt
|
|
|
|
| 116 |
```
|
| 117 |
|
| 118 |
to create the environment and
|
|
|
|
| 112 |
Install the `mamba` package manager, then run
|
| 113 |
|
| 114 |
```
|
| 115 |
+
mamba env create -n dam -f requirements.txt -c conda-forge -c pytorch -c nvidia
|
| 116 |
+
|
| 117 |
```
|
| 118 |
|
| 119 |
to create the environment and
|