From 52daf6b864c3c8586b5a4a54a28e9e643069336a Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 18 Oct 2022 15:37:02 +0530 Subject: [PATCH] Revert "Use python 3.9" This reverts commit c8420e152fa2749a314e443f9fab12eac85603e1. --- ui/sd_internal/env_yaml.patch | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/ui/sd_internal/env_yaml.patch b/ui/sd_internal/env_yaml.patch index 2ae309f6..cc140ef1 100644 --- a/ui/sd_internal/env_yaml.patch +++ b/ui/sd_internal/env_yaml.patch @@ -1,16 +1,7 @@ diff --git a/environment.yaml b/environment.yaml -index 7f25da8..9ed680e 100644 +index 7f25da8..306750f 100644 --- a/environment.yaml +++ b/environment.yaml -@@ -3,7 +3,7 @@ channels: - - pytorch - - defaults - dependencies: -- - python=3.8.5 -+ - python=3.9 - - pip=20.3 - - cudatoolkit=11.3 - - pytorch=1.11.0 @@ -23,6 +23,8 @@ dependencies: - torch-fidelity==0.3.0 - transformers==4.19.2