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:
Henry Ruhs
2023-10-10 13:18:03 +02:00
committed by GitHub
parent 5591b03a88
commit ea8ecf7db0
4 changed files with 13 additions and 10 deletions

BIN
.github/preview.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -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