Xylight

xylight.dev

I’m the developer of the Photon client. Try it out

  • 61 Posts
  • 283 Comments
Joined 2 年前
cake
Cake day: 2023年7月22日

help-circle
  • XylighttoProgrammer Humor@programming.devSept
    link
    fedilink
    English
    arrow-up
    3
    ·
    10 小时前

    There is a reason there is sometimes a notable decrease in quality of the same AI model a while after it’s released.

    Hosters of the models (like OpenAI or Microsoft) may have switched to a quantized version of their model. Quantization is a common practice to increase power efficiency and make the model easier to run, by essentially rounding the weights of the model to a lower precision. This decreases VRAM and storage usage significantly, at the cost of a bit of quality, where higher quantization results in worse quality.

    For example, the base model will likely be in FP16, full floating point precision. They may switch to a Q8 version, which nearly halves the size of the model, with about a 3-7% decrease in quality.






  • XylightOPMtoPhotonUX suggestions?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    7 天前

    1). Yeah that’d be nice. The reason I don’t do it is because there are 2 separate API endpoint types: one for only getting the number of notifications (which is lighter on the server), and another for getting the content. 5). The context in photon is quite annoying. I’ll probably make it better in some way soon 7). I have a branch in the works that turns menus on mobile into that 9). You can, you change “location” to “subscriptions”. it’s probably not intuitive though