diff options
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..6bc6f9a --- /dev/null +++ b/environment.yml @@ -0,0 +1,14 @@ +name: 8-bit +channels: + - conda-forge +dependencies: + - python=3.9 + - pytest + - pytorch + - torchaudio + - torchvision + - cudatoolkit=11.1 + - typer + - ca-certificates + - certifi + - openssl |