AllTalk is working!
Last night I got AllTalk working on my Strix Halo! I'm running a proxy, and due to a bug that causes the kernel to crash in the AllTalk environment, I had to modify the timeout values. Requests.post() timeout to 300, and requests.get() timeout to 30. It looked like the libMIOpenCKGroupedConv_gfx1151.so.1.0 library was missing, but it must have been added in a recent nightly. However, they forgot to create the symlink between their file name and what the system looks for. I added that symlink:
ln -s libMIOpenCKGroupedConv_gfx1151.so.1.0 libMIOpenCKGroupedConv_gfx1151.so.1
ln -s libMIOpenCKGroupedConv_gfx1151.so.1.0 libMIOpenCKGroupedConv_gfx1151.so
And it worked. Annoyingly even though I've run like 8,000 sentences through it to let it build up the tensor database, it would still act like the database was empty every time it restarted (even though it wasn't). I had to tweak some settings in the startup file:
export MIOPEN_FIND_MODE=1
export MIOPEN_FIND_ENFORCE=1
After that, its working nice and fast.