Revert to C style construciton for termux portability#114
Revert to C style construciton for termux portability#114arsalan-anwari-tether wants to merge 1 commit intotetherto:masterfrom
Conversation
|
Has not been tested yet, please wait before merge |
|
Tested on phone Blackview BL7000. Compiles and runs models. Can some review? I cannot assign anyone sadly. CI always fails for |
|
Wow I've never heard of a Blackview phone before! @gianni-cor May be able to shed some light @arsalan-anwari-tether |
|
@gianni-cor @zoq Please review this change. |
|
I tested it on top of the rebase branch, and everything still works. I can cherry pick the commits and apply them on top of the rebase branch, mainly because I think we don't want to merge into master right now? |
I am not sure, this change is minor whilist yours is much comprehensive. Might be easier to undo your or my changes with two seperate prs. just revert the pr itself. otherwise if you add my changes to your pr will you stil see the author of the commit/pr? So people can contact me if something is not correct or for further questions. |
Needed pkg in termux:
In termux when compiling with
-DGGML_VULKAN=ONthere seems to be a hard crash. This has to due with how the contructor for a vulkan device is setup. Reverting back to an older C style seems to solve this for Termux on Android.See error: