From be3e05e47cded8487aaa787c54aa74770f9dcac8 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 31 Mar 2023 09:34:55 +0200 Subject: Fix --- environment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'environment.yaml') diff --git a/environment.yaml b/environment.yaml index 9c12a0b..8868532 100644 --- a/environment.yaml +++ b/environment.yaml @@ -11,17 +11,17 @@ dependencies: - python=3.10.8 - pytorch=2.0.0=*cuda11.8* - torchvision=0.15.0 - - xformers=0.0.17.dev481 + - xformers=0.0.18.dev498 - pip: - -e . - -e git+https://github.com/huggingface/diffusers#egg=diffusers - -e git+https://github.com/facebookresearch/dadaptation#egg=dadaptation - accelerate==0.17.1 - - bitsandbytes==0.37.1 + - bitsandbytes==0.37.2 - peft==0.2.0 - python-slugify>=6.1.2 - safetensors==0.3.0 - setuptools==65.6.3 - test-tube>=0.7.5 - transformers==4.27.1 - - triton==2.0.0 + - triton==2.0.0.post1 -- cgit v1.2.3-54-g00ecf