Henry Kroll III

Results 40 comments of Henry Kroll III

I'm getting this just pressing <Tab> key: ``` $ d8-314 V8 version 3.14.5.10 [console: readline] d8> # Entering the V8 API without proper locking in place Trace/breakpoint trap (core dumped)...

This might be a separate issue, but maybe it will spark ideas. Proot 5.1.107-18 arm segfaults on my tablet since flashing to Lineage 14.1 (Android 7.1.2) custom ROM image Filename:...

Curiously, Termux's `ltrace` crashes too on this weird tablet! The strace report of ltrace looks almost the same as proot crash (strace_proot_cat.TXT above). $ which ltrace /data/data/com.termux/files/usr/bin/ltrace $ ltrace echo...

No problem and thanks! Library load order randomization [just so happens to have been introduced](https://en.m.wikipedia.org/wiki/Address_space_layout_randomization) in Android open source project (AOSP) Android since version 7.0, the codebase which LineageOS is...

I didn't think about that, since it's not secure having a service that can type on the keyboard potentially unsupervised. I like to be there looking at it. It's just...

It should be able to run continuously now. Just beware of situations where it could listen or pick up noise from the environment and type random commands into open terminal...

I get this error after updating the video card drivers or kernel and forgetting to reboot afterwards. You can use GreenWithEnvy (gwe), available in most distro repos, to profile Nvidia...

Assuming you have matching video drivers, cuda, and cudnn from Nvidia website. Don't install torch! It will currently downgrade cudnn to an incompatible version. But you can get it back....

It took forever to get flax/jax/cuda installed correctly on this ancient hardware. But FWIW it's not faster on this old brick either. It does take most load off CPU, however......

I spoke too soon perhaps. I was not able to get speedup with dtype=jnp.bfloat16, batch_size=16 HOWEVER When I used the example exactly as given in the README... and without debugging......