I can't use torbi (in a downstream project) because it doesn't seem to support PyTorch 2.11 + CUDA 13.0:
/lib/python3.12/site-packages/torbi/__init__.py", line 55, in <module>
raise FileNotFoundError(f"Could not find any lib files matching version {binary_version_string}")
FileNotFoundError: Could not find any lib files matching version pt211cu130
Update. I cloned the repo and ran pip install --force-reinstall . and then it built successfully.
I can't use torbi (in a downstream project) because it doesn't seem to support PyTorch 2.11 + CUDA 13.0:
Update. I cloned the repo and ran
pip install --force-reinstall .and then it built successfully.