Live data from Hacker News

Viewing profile — SekstiNi

SekstiNi

HN member
Joined
Sun, Jul 26, 2020, 4:23 PM UTC
HN karma
54
Public activity
23 items

About SekstiNi

No profile information was provided.

Recent public activity

  1. comment
    Comment #39634225

    > I wish it was possible to download that 36GB books3.tar in the wild these days. There... is a torrent.

  2. comment
    Comment #39485595

    There is one trained on 600B tokens from SlimPajama [1], but that's fairly tiny compared to other recent releases (ex. stablelm-3b [2] trained on 4T tokens). > low quality data (th…

  3. comment
    Comment #38362405

    I've seen this sentiment echoed a lot, and I find it somewhat perplexing as my own twitter experience has been mostly pleasant. Do people simply not bother curating their follows?

  4. comment
    Comment #38088149

    > Apple Silicon was great because Apple had invested huge amounts of resources for a decade on smartphone processors first, not because they had some kind of geniuses on the projec…

  5. comment
    Comment #38086803

    There's actually a good reason. In short, a large portion of the apple silicon team ended up leaving a few years ago to could start a new company named Nuvia. Their goal was to pro…

  6. story
  7. comment
    Comment #36791103

    Surprised people don't know about this, as it has been common knowledge in the SD community [1] since october last year. Strictly speaking you don't even need cuda 11.8+ to get the…

  8. comment
    Comment #35718973

    They took down the blogpost, but from what I remember the model is composite and consists of a text encoder as well as 3 "stages": 1. (11B) T5-XXL text encoder [1] 2. (4.3B) Stage …

  9. comment
    Comment #34871822

    > Interesting, though apparently the OPT175B model is 350GB: Only in FP16. In the paper they use int4 quantization to reduce it to a quarter of that. In addition to the model weigh…

  10. comment
    Comment #34026220

    That would indeed be linear time, but he doesn't make that suggestion as far as I can see.

  11. comment
    Comment #33848829

    I had this happen to my XPS 15 when I was a student, and within 2 years of purchase the battery had degraded by 80%. If I recall correctly it would last about 20 minutes before abr…

  12. comment
    Comment #33835850

    https://pytorch.org/get-started/pytorch-2.0/#requirements

  13. comment
    Comment #32028763

    Here's a writeup exploring this very topic, and showing how Go's generics will currently give worse performance than just using an interface. https://planetscale.com/blog/generics-…

  14. comment
    Comment #31769991

    Just to be sure, you did compile the Rust program using the --release flag?

  15. comment
    Comment #31193278

    Depends on how much of the screen is being refreshed, among other factors, but for writing the rM2 is apparently down to 24ms. [1] [1] https://www.youtube.com/watch?v=c5XUTnPQ5i4

  16. comment
    Comment #29415649

    The Firestorm cores are capable of issuing two 128bit stores per cycle [1], giving a bandwidth of 102.4 GBps. This matches the experiments by Andrei with mixed reads/writes [2], an…

  17. comment
    Comment #28073123

    Unfortunately, but expectedly, it cannot reason about it [1]. Even if it could I'm not sure it would be allowed to elide the allocation(s). [1] https://godbolt.org/z/63xEcfaEE

  18. comment
    Comment #27449886

    This is the way. Additionally I went into about:config and set browser.proton.enabled to false, which fixed most of the issues I had with the new design.

  19. comment
    Comment #26337848

    From the article: > Hitting nearly 1TFlops in the browser (50% of peak) is extremely empowering and it's exciting to see such technology available.

  20. comment
  21. comment
    Comment #25867632

    Looking at the die shot [1], they have plenty of space for cores and cache if they remove the GPU. Surely it's not that simple, but I believe they should be able scale to at least …

  22. comment
    Comment #25661239

    Interesting, I ran it on my laptop (i7-7700HQ) with the following results: - 2-wise+ is 19% slower than 2-wise - 3-wise is 48% slower than 2-wise - 3-wise is 25% slower than 2-wise…

  23. comment
    Comment #25660944

    > There's not enough info to figure out what's going on. If you only look at the article this is true. However, the source code is freely available: https://github.com/lemire/Code-…