summaryrefslogtreecommitdiffstats
path: root/environment_nightly.yaml
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-04-29 16:35:41 +0200
committerVolpeon <git@volpeon.ink>2023-04-29 16:35:41 +0200
commit74a5974ba30c170198890e59c92463bf5319fe64 (patch)
tree63637875e8c0a8707b0c413e3b2bbccad33f4db5 /environment_nightly.yaml
parentOptional xformers (diff)
downloadtextual-inversion-diff-74a5974ba30c170198890e59c92463bf5319fe64.tar.gz
textual-inversion-diff-74a5974ba30c170198890e59c92463bf5319fe64.tar.bz2
textual-inversion-diff-74a5974ba30c170198890e59c92463bf5319fe64.zip
torch.compile won't work yet, keep code prepared
Diffstat (limited to 'environment_nightly.yaml')
-rw-r--r--environment_nightly.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/environment_nightly.yaml b/environment_nightly.yaml
new file mode 100644
index 0000000..4c5c798
--- /dev/null
+++ b/environment_nightly.yaml
@@ -0,0 +1,31 @@
1name: ldd
2channels:
3 - pytorch-nightly
4 - nvidia
5 - xformers/label/dev
6 - defaults
7 - conda-forge
8dependencies:
9 - cuda-nvcc=12.1.105
10 - matplotlib=3.6.2
11 - numpy=1.24.3
12 - pip=22.3.1
13 - python=3.10.8
14 - pytorch=2.1.0.dev20230429=*cuda12.1*
15 - torchvision=0.16.0.dev20230429
16 # - xformers=0.0.19
17 - pip:
18 - -e .
19 - -e git+https://github.com/huggingface/accelerate#egg=accelerate
20 - -e git+https://github.com/huggingface/diffusers#egg=diffusers
21 - -e git+https://github.com/facebookresearch/dadaptation#egg=dadaptation
22 - bitsandbytes==0.38.1
23 - hidet==0.2.3
24 - lion-pytorch==0.0.7
25 - peft==0.2.0
26 - python-slugify>=6.1.2
27 - safetensors==0.3.1
28 - setuptools==65.6.3
29 - test-tube>=0.7.5
30 - timm==0.8.17.dev0
31 - transformers==4.28.1