Open roelfrenkema opened 5 months ago
Look like the shell script has some incompatibility with the Linux distro. Someone will need to tackle that one and create a PR for the fix as I don't une linux much outside my WSL2 Ubuntu test environment.
Seems to be the same issue as #2439
I wonder if it's a matter of CPU compatibility, because Illegal instruction
suggests either an old CPU is being used (doubtful) ... or a config problem such as running on a VM with disabled AVX / AVX2 instructions.
Maybe source of the crash is a dependency that was changed after v23.0.15 since someone else said that version was working.
I checked and beside the UTF8 global change there was no requirements change.
The python version is to new on Debian 12 Bookworm. Running it with python 3.10.14 it then eventually dies with the message:
Sad experience, making a lora from scratch seems to have a learning curve :-) Thank you for the work you put into this anyway.