From 8364ce697ddf6117fdd4f7222832d546d63880de Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 21 Jun 2023 13:28:49 +0200 Subject: Update --- environment.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'environment.yaml') diff --git a/environment.yaml b/environment.yaml index 1a55967..2c81a90 100644 --- a/environment.yaml +++ b/environment.yaml @@ -14,16 +14,17 @@ dependencies: - numpy=1.24.3 - pip=22.3.1 - python=3.10.8 - - pytorch=2.0.0=*cuda11.8* - - torchvision=0.15.0 - - xformers=0.0.20.dev528 + - pytorch=2.0.1=*cuda11.8* + - scipy=1.10.1 + - torchvision=0.15.2 + - xformers=0.0.21.dev542+git.a205b24 - pip: - -e . - -e git+https://github.com/huggingface/accelerate#egg=accelerate - -e git+https://github.com/huggingface/diffusers#egg=diffusers - -e git+https://github.com/facebookresearch/dadaptation#egg=dadaptation - --pre --extra-index-url https://download.hidet.org/whl hidet - - bitsandbytes==0.38.1 + - bitsandbytes==0.39.1 - lion-pytorch==0.0.7 - peft==0.3.0 - python-slugify>=6.1.2 @@ -31,4 +32,4 @@ dependencies: - setuptools==65.6.3 - test-tube>=0.7.5 - timm==0.9.2 - - transformers==4.29.1 + - transformers==4.30.1 -- cgit v1.2.3-54-g00ecf