CT_HIPBLAS=1 fails to build on Arch (Could not build wheels for ctransformers) #135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Perhaps setting
HSA_OVERRIDE_GFX_VERSION=your versionmight help with the gfx errors?Or try
$ export CXX=hipccThese two have caused me some issues if unset when compiling other software.
Fixed by #136 and #1724203853