install.sh 174 Bytes
Newer Older
1
2
3
4
rm -rf build/ && rm -rf dist/
python3 setup.py sdist bdist_wheel
pip install dist/*.whl --force-reinstall
# python3 examples/test_ops.py # coredump when run with cuda backend