Live data from Hacker News

Viewing profile — ruihangl

ruihangl

HN member
Joined
Wed, Mar 08, 2023, 6:33 PM UTC
HN karma
16
Public activity
13 items

About ruihangl

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #40673761

    It's good to see that it contains the standard OpenAI API interface in JavaScript which looks very convenient.

  5. 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…

  6. story
  7. comment
    Comment #38199260

    Great work! I am curious that how much effort it would take to support LoRAs with different ranks?

  8. comment
    Comment #36851587

    Purely running in web browser. Generating 6.2 tok/s on Apple M2 Ultra with 64GB of memory.

  9. story
  10. 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…

  11. 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.

  12. 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 …

  13. 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 …