summaryrefslogtreecommitdiff
path: root/environment.yml
diff options
context:
space:
mode:
authorTitus von Koeller <titus@vonkoeller.com>2022-07-27 21:16:04 -0700
committerTitus von Koeller <titus@vonkoeller.com>2022-07-27 21:16:04 -0700
commit5d90b38c4d280272106ad656808b35ff75bd46a0 (patch)
tree993fc302f0ea6890ed46dcc9c3de28815721d9f8 /environment.yml
parentbd515328d70f344f935075f359c5aefc616878d5 (diff)
adding CLI tool for CUDA install debugging - intermediate commit
Diffstat (limited to 'environment.yml')
-rw-r--r--environment.yml14
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