mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
list conda packages after activating env
also want to show how much faster it will run now with cached pkgs
This commit is contained in:
parent
15f876c66c
commit
87395fe6fe
6
.github/workflows/test-invoke-conda.yml
vendored
6
.github/workflows/test-invoke-conda.yml
vendored
@ -96,6 +96,12 @@ jobs:
|
|||||||
activate-environment: ${{ env.CONDA_ENV_NAME }}
|
activate-environment: ${{ env.CONDA_ENV_NAME }}
|
||||||
environment-file: ${{ matrix.environment-file }}
|
environment-file: ${{ matrix.environment-file }}
|
||||||
|
|
||||||
|
- name: list conda packages
|
||||||
|
run: |
|
||||||
|
conda list \
|
||||||
|
-n invokeai | \
|
||||||
|
awk ' {print " - " $1 "==" $2;} '
|
||||||
|
|
||||||
- name: Use Cached Huggingface and Torch models
|
- name: Use Cached Huggingface and Torch models
|
||||||
id: cache-hugginface-torch
|
id: cache-hugginface-torch
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user