earonesty

Results 181 comments of earonesty

not sure if this is the right ticket, but i think it would be desirable for a build that can support both nvidia and rocm, if the libs are present,...

> Hey @earonesty this makes sense and I do want to integrate gguf more closely into `llama-cpp-python`. Is it possible to use the pip published `gguf` package to reduce the...

You can just specify an additional hooks directory in the command line when you build

probably need to add "ggml-metal.metal" to the list of files picked up by the hook. On Mon, Dec 4, 2023 at 10:55 AM demattosanthony ***@***.***> wrote: > On mac I'm...

another way to do this would be not-chaning poetry's internal layout of configuration at all, and just mapping the `project` section's features into poetry's features, right?

Yes. On Mon, Apr 1, 2024, 5:09 AM Randy Döring ***@***.***> wrote: > ***@***.**** requested changes on this pull request. > > I suppose, this setting is relevant for all...

I never finished the other side of it. This PR is complete from what I can tell On Wed, Jun 26, 2024, 12:03 PM Igor Sadchenko ***@***.***> wrote: > Hello...

@Eosxx even with randomBytes working, `crypto.subtle` isn't going to work on RN. not sure how this is a solution. need a polyfill for `subtle` for nostr-tools to work on RN...

looks like other projects just don't use the libs from nostr-tools instead.... https://github.com/KoalaSat/nostros/blob/main/frontend/lib/nostr/Nip04/index.ts. im having some luck with isomorphic-webcrypto. everything works but the randomBytes. going to patch it up soon,...

i use this: https://github.com/earonesty/isomorphic-webcrypto + expo-crypto works fine to get you all the stuff you need. working on a faster one. will have it up in a week or so