AXKuhta

Results 17 comments of AXKuhta

Finally tested the webgl backend on a real GPU: ``` GTX 1060 6GB webgl 169m model 68.6 ms/token 430m model 119 ms/token ``` As seen above, the 430m model also...

>The memory limits should be gone completely once we get Memory64 So there is work ongoing to lift that limit. That's good to know :+1:

You can get the 1.73.0.22306 build to work on Windows 7 if you edit resources/app/out/vs/code/electron-main/main.js at position :82:51909 to replace `hostname:(0,k.hostname)()` to `hostname:0`.

It looks like aarch64 support is easy enough: ```diff diff --git a/src/Makefile b/src/Makefile index 84e5700..82e3166 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ SMALL = 0 DEBUG = 0...

Making it work on Android appears to be more tricky. I am using Ubuntu 21.04 running in Linux Deploy to compile `foreign_dlopen_demo`, Termux to compile `fdlhelper`. I don't know if...

@pfalcon Sent a PR with the aarch64 changes.

Didn't think that would work, but saving and then restoring `TPIDR_EL0` is enough to make initial glibc functions work again: https://github.com/AXKuhta/foreign-dlopen/commit/733fd6f9266ca7f1c52cfbb4737222a2ee7fc411 It seems TLS is exactly what this system register...