mirror of
https://github.com/facefusion/facefusion.git
synced 2026-04-28 20:46:26 +02:00
Next 1.3.1 (#149)
* Use default flags for installer * Remove condition for cpu * Okay, here we have default torch * Update preview * Fix CI
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
@@ -30,6 +30,6 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- run: python install.py --torch cpu --onnxruntime cpu
|
||||
- run: python install.py --torch cpu --onnxruntime default
|
||||
- run: pip install pytest
|
||||
- run: pytest
|
||||
|
||||
Reference in New Issue
Block a user