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:
BIN
.github/preview.png
vendored
BIN
.github/preview.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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