Readit News logoReadit News
enoch2090 commented on Neural Graffiti – Liquid Memory Layer for LLMs   github.com/babycommando/n... · Posted by u/vessenes
enoch2090 · 5 months ago
Played with the demo a bit and I got confused.

1. The chat context is always provided, and that introduces a bit of uncertainty - when the chat history mentioned something the model is always inclined to connect with it.

2. When I tried to set each context to an empty string, the model doesn't show any evidence of remembering concepts. I told it 5 times that I love cats, and when asked about its favorite animal, its output remains "honeybee" and "octopus".

enoch2090 commented on File Pilot: A file explorer built for speed with a modern, robust interface   filepilot.tech/... · Posted by u/vjekoslav
vjekoslav · 6 months ago
Unfortunately, I only support Latin and Cyrillic for now. But full unicode support will come in the future.
enoch2090 · 6 months ago
Can't wait to replace my explorer with this, hope the support will come soon
enoch2090 commented on File Pilot: A file explorer built for speed with a modern, robust interface   filepilot.tech/... · Posted by u/vjekoslav
enoch2090 · 6 months ago
Looks pretty good but all CJK characters are displayed as questionmarks (???) and switching to a CJK native font does no help. So my user folder is now crowded with ???????? which makes it hard to navigate :(
enoch2090 commented on Ask HN: Any way to borrow compute from Apple M1    · Posted by u/2Gkashmiri
enoch2090 · a year ago
For llama3 just ask him to install ollama and serve the model. Ollama has auto memory management and will free the model when not used, and whenever you make a call to the API (do let your friend know before you do this) ollama will reload the model back to memory again.

Not sure whether there are anything similar for SD though.

enoch2090 commented on Self-Retrieval: Building an information retrieval system with one LLM   arxiv.org/abs/2403.00801... · Posted by u/PaulHoule
enoch2090 · a year ago
I wonder how would they calculate the metrics if the result is generated instead of retrieved? Is it likely that the LLM can generate exactly the same output as the desired result?
enoch2090 commented on FastUI: Build Better UIs Faster   github.com/pydantic/FastU... · Posted by u/realsarm
LtWorf · a year ago
You can compile Qt to target the browser instead of native apps. But besides seeing a demo I don't know how good it is with performances, accessibility and so on.
enoch2090 · a year ago
I think Qt does have WASM compilation options, but I mean generating interfaces given models like Pydantic/Dataclasses/etc.
enoch2090 commented on FastUI: Build Better UIs Faster   github.com/pydantic/FastU... · Posted by u/realsarm
elijahbenizzy · a year ago
On the same team — I’ve really enjoyed strsmlkt and built an app (that made it to the HN front page!) https://share.streamlit.io/-/auth/app?redirect_uri=https%3A%....

That said, I’ve found it to be clunky in a few ways:

1. State management is not intuitive — anything that involves rendering complex state/reacting at it changes requires a ton of session state type stuff.

2. I’ve very often had to go into css/markdown hacks

3. The control flow of when it’s running/executing makes for clunky interactions

4. Some API decisions are painful. For instance, a block str comment in the file will render as st.write

5. Long running (or even not instant tasks) make for some annoying engineering challenges — the UI is tied to the compute, so you have to be smart about juggling it

6. Caching is not smart — it’s quite useful, but it’s easy to get lost in caching/state

I’ve been dreaming about streamlit but a little more state/function oriented. E.g. react-based. Not far from fastUI

These are both great tools for prototyping, but I’ve found that I’ll pull up tailwind + some UI framework when I want something slick and it’ll take a few times as long.

enoch2090 · a year ago
Streamlit's state management is so painful, feels like constantly writing hacks.
enoch2090 commented on FastUI: Build Better UIs Faster   github.com/pydantic/FastU... · Posted by u/realsarm
calvinmorrison · a year ago
Its a shame that RAD on the web is so far behind stuff like Qt
enoch2090 · a year ago
Actually, does Qt have something like FastUI? Been looking for one.
enoch2090 commented on Altman's Ambition   thezvi.substack.com/p/ai-... · Posted by u/dustingetz
paulryanrogers · 2 years ago
The format of this article is ... hard to parse. Perhaps it was created by AI?
enoch2090 · 2 years ago
The TOC is a total mess

u/enoch2090

KarmaCake day129February 19, 2022View Original