From e7aeaa310c8ff80b7e54faff4896c5207f2701fd Mon Sep 17 00:00:00 2001 From: mauwii Date: Sat, 29 Oct 2022 08:39:28 +0200 Subject: [PATCH] run without preload_models.py since an upcoming update makes it interactive --- .github/workflows/test-invoke-conda.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index 6f294c85a6..c1505d30a5 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -90,19 +90,19 @@ jobs: -o ${{ matrix.stable-diffusion-model-dl-path }} \ -L ${{ matrix.stable-diffusion-model }} - - name: Use Cached Huggingface and Torch models - id: cache-hugginface-torch - uses: actions/cache@v3 - env: - cache-name: cache-hugginface-torch - with: - path: ~/.cache - key: ${{ env.cache-name }} - restore-keys: | - ${{ env.cache-name }}-${{ hashFiles('scripts/preload_models.py') }} + # - name: Use Cached Huggingface and Torch models + # id: cache-hugginface-torch + # uses: actions/cache@v3 + # env: + # cache-name: cache-hugginface-torch + # with: + # path: ~/.cache + # key: ${{ env.cache-name }} + # restore-keys: | + # ${{ env.cache-name }}-${{ hashFiles('scripts/preload_models.py') }} - - name: run preload_models.py - run: python scripts/preload_models.py + # - name: run preload_models.py + # run: python scripts/preload_models.py - name: Run the tests run: |