rodrigobellusci
No user record in our sample, but rodrigobellusci has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but rodrigobellusci has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Regarding you first point, that's expected to change sometime during next year. Let's hope they keep their word. Personally I don't think it would have been a good idea to let the value of the USD run free. If Milei and…
He explains that the broker found a buyer he couldn’t have found by himself. If I recall correctly he had looked for buyers but none had met his criteria.
Do you know of any book or video to get started with Rabbit? Earlier this year I tried setting it up as a websockets message broker in a Spring Boot app but failed miserably. I ended up using Spring’s simple broker.
It seems something like that already exists: https://skip.tools/blog/scrumskipper I mostly work with flutter but Skip looks pretty cool.
> allow tiny teams to manage large domains Is that a virtue of the language (Clojure/lisp/any other) or a virtue of the 5 experienced programmers? I ask because I’ve never delved deep into any language of the lisp…
Maaaan I've wanted this for a while for Java and Dart (for flutter apps). Nice job!
From what I've read llamafile can also load other models if you pass a flag with a path to them. There's also LM Studio for anyone who'd like to play with a ChatGPT-like GUI.
Location: Argentina (UTC-3) Remote: Yes Willing to relocate: Open to chat Technologies: Java, TypeScript, JavaScript, Postgres, Angular, React, Svelte Résumé/CV: Happy to provide Email: rodrigo.m.bellusci@gmail.com…
I've wanted an app like that for a long time!
Besides converting Dolly's weights to ggml it's also necessary to implement the model using ggml operators, right? Or does the ggml format also carry with it the architecture of the model?
Yeah, anybody can clone Alpaca and fine tune it. From what I can tell setting things up to train the model is easy. Then you have to generate the training data (can be done using GPT3's API), fine tune Alpaca, and then…
Damm that's a lot of cases to cover. I wonder how performant will Ruff be once it reaches feature parity.
For sure, I've been trying to cut down on dependencies and JS where possible. I'm curious to give WebComponents a try as well.
Oh that's interesting! Will definitely keep Vue 3 in mind for future then.