John-Henry Lim

Results 90 comments of John-Henry Lim

I think the easiest way this could be done is by modifying `setupPrimary()` to further forward inter-process messages using Redis' pub/sub for example. I am currently attempting this.

I managed to get it working. I decided to go with the approach of providing setupPrimary an optional param `publish` that is used to publish events while returning a listener...

Sure, here: https://github.com/socketio/socket.io-cluster-adapter/compare/main...Interpause:socket.io-cluster-adapter:inter-server-communication

> Do you mean automatically pinned after opening the hover window? If so, I have that need too. Because generally when I use a hover window, I just want that...

The "dtype" of a `memoryview` can be read from `memoryview.format` (https://docs.python.org/3/library/stdtypes.html#memoryview.format). So for a numpy array, it would be `img.data.format`. The formats can be referenced here: https://docs.python.org/3/library/struct.html#format-characters. There is also...

> Not nearly enough, we need support for 1-bit signed floats. Swap that out for 1 qubit and now we're talking.

I think you can use the underlying alpaca.cpp or llama.cpp...

Could it be possible to benchmark Open Assistant's 30B LLaMA oasst finetune? (https://huggingface.co/OpenAssistant/oasst-sft-7-llama-30b-xor). I have yet to run any quantitative stuff like perplexity, but it feels smarter. 4-bit quantized, it...

bump. no way this is stale, im almost fed up enough to try and fix it if i have time

#24 is related; Dolphin likewise has an option to disable previews for remote filesystems but idk how it determines if a filesystem is remote EDIT: theres also #358