Viewing profile — ruihangl
ruihangl
HN member- Joined
- Wed, Mar 08, 2023, 6:33 PM UTC
- HN karma
- 16
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About ruihangl
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #40673761
It's good to see that it contains the standard OpenAI API interface in JavaScript which looks very convenient.
-
comment
Comment #40611833
A unified efficient open-source LLM deployment engine for both cloud server and local use cases. It comes with full OpenAI-compatible API that runs directly with Python, iOS, Andro…
- story
-
comment
Comment #38199260
Great work! I am curious that how much effort it would take to support LoRAs with different ranks?
-
comment
Comment #36851587
Purely running in web browser. Generating 6.2 tok/s on Apple M2 Ultra with 64GB of memory.
- story
-
comment
Comment #35193085
Upgrading the model is pretty easy. We just need to build the new model locally in the same way we build the current model. This usually takes fewer than 2min. If people want to de…
-
comment
Comment #35192988
Thanks for the pointer! As far as we know the WebGPU development on firefox is a bit lagging behind, so we use Chrome and did not develop this project on firefox.
-
comment
Comment #35192952
Yes of course. Optimizing and building the model to the format acceptable by ONNX web runtime will getting this in. On the other hand, we also need to enhance our own runtime (for …
-
comment
Comment #35192533
Thanks for your interest! Most of the existing stable diffusion demos rely on a server behind to run the image generation. It means you need to host your own GPU server to support …