mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-31 16:05:00 +00:00
tests: add diffusers tests (#1419)
This commit is contained in:
parent
831418612b
commit
48e5380e45
8 changed files with 148 additions and 38 deletions
2
Makefile
2
Makefile
|
@ -416,9 +416,11 @@ prepare-extra-conda-environments:
|
|||
|
||||
prepare-test-extra:
|
||||
$(MAKE) -C backend/python/transformers
|
||||
$(MAKE) -C backend/python/diffusers
|
||||
|
||||
test-extra: prepare-test-extra
|
||||
$(MAKE) -C backend/python/transformers test
|
||||
$(MAKE) -C backend/python/diffusers test
|
||||
|
||||
backend-assets/grpc:
|
||||
mkdir -p backend-assets/grpc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue