diff options
author | Volpeon <git@volpeon.ink> | 2023-05-16 09:43:09 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-05-16 09:43:09 +0200 |
commit | 092060c6d1d560f34f31c3ef906f9bdca40ad231 (patch) | |
tree | c25c917285ae774ec29a89279f2dab243e264548 | |
parent | LoRA: Apply to out layers as well (diff) | |
download | textual-inversion-diff-092060c6d1d560f34f31c3ef906f9bdca40ad231.tar.gz textual-inversion-diff-092060c6d1d560f34f31c3ef906f9bdca40ad231.tar.bz2 textual-inversion-diff-092060c6d1d560f34f31c3ef906f9bdca40ad231.zip |
Update deps
-rw-r--r-- | environment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/environment.yaml b/environment.yaml index 85033ce..cf2b732 100644 --- a/environment.yaml +++ b/environment.yaml | |||
@@ -16,7 +16,7 @@ dependencies: | |||
16 | - python=3.10.8 | 16 | - python=3.10.8 |
17 | - pytorch=2.0.0=*cuda11.8* | 17 | - pytorch=2.0.0=*cuda11.8* |
18 | - torchvision=0.15.0 | 18 | - torchvision=0.15.0 |
19 | - xformers=0.0.19 | 19 | - xformers=0.0.20.dev528 |
20 | - pip: | 20 | - pip: |
21 | - -e . | 21 | - -e . |
22 | - -e git+https://github.com/huggingface/accelerate#egg=accelerate | 22 | - -e git+https://github.com/huggingface/accelerate#egg=accelerate |
@@ -30,5 +30,5 @@ dependencies: | |||
30 | - safetensors==0.3.1 | 30 | - safetensors==0.3.1 |
31 | - setuptools==65.6.3 | 31 | - setuptools==65.6.3 |
32 | - test-tube>=0.7.5 | 32 | - test-tube>=0.7.5 |
33 | - timm==0.8.17.dev0 | 33 | - timm==0.9.2 |
34 | - transformers==4.29.0 | 34 | - transformers==4.29.1 |