peachpy generate, and resulting wheel noted

deepcrayon-v2.1 v2.1.0-dc3
Jeff Moe 2023-11-08 15:23:46 -07:00
parent 83f7fe313e
commit e50e5454c1
1 changed files with 10 additions and 0 deletions

View File

@ -181,6 +181,11 @@ source venv/bin/activate
pip install -U setuptools wheel pip
pip install -r requirements.txt
# huh
cd third_party/python-peachpy
python setup.py generate
cd ../..
# will barf, but sets up some dirs:
python setup.py build --cmake-only
@ -217,6 +222,11 @@ Also consider, such as:
# -DCMAKE_CUDA_ARCHITECTURES=native
```
The resulting binary will be ala:
```
./dist/torch-2.1.0a0+git83f7fe3-cp310-cp310-linux_x86_64.whl
```
# Upstream
Main upstream: