Viewing profile — w1nk
w1nk
HN member- Joined
- Tue, Sep 14, 2010, 8:31 PM UTC
- HN karma
- 181
- Public activity
- 76 items
- HN profile
- View on Hacker News ↗
About w1nk
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #40720648
For a more informed opinion than folks on the internet, here's some work from Microsoft with early/internal access to gpt4: https://arxiv.org/abs/2303.12712 . I don't think people …
-
comment
Comment #40017135
These projects are awesome to see, there are similar efforts for everquest. Is anyone aware of anyone trying to create different clients/renderers for these MMOs? A VR client for a…
-
comment
Comment #37259468
Just to further this, it's not just 'big names' that feel this way. Read this paper from a team at Microsoft Research: https://arxiv.org/abs/2303.12712 . These folks spent months s…
-
comment
Comment #36469804
This seems like (clearly?) bad journalism. RFID tags on their own are for sure not taking active sensor readings, that'd be left for something closer to TPMS style systems.
-
comment
Comment #35886217
Yes, it did: https://chasethedevil.github.io/post/the_neural_network_in_y...
-
comment
Comment #35399403
No, your OP is mistaken. The model weights have to all be accessed for the forward pass. What has happened is that using mmap changes where the memory is consumed (kernel vs proces…
-
comment
Comment #35398845
Ahh, this would do it, thanks :).
-
comment
Comment #35394872
That shouldn't be the case. 30B is a number that directly represents the size of the model, not the size of the other components.
-
comment
Comment #35394105
I also have this question, yes it should be. The forward pass should require accessing all the weights AFAIK.
-
comment
Comment #35394065
Does anyone know how/why this change decreases memory consumption (and isn't a bug in the inference code)? From my understanding of the issue, mmap'ing the file is showing that inf…
-
comment
Comment #34889080
So can we at least take a second to appreciate the orders of magnitude of growth between BBS' and tiktok? With data structures and algorithms we're very willing to accept that orde…
-
comment
Comment #33077880
This thread is exposing one of the dirty realities of modern SEO. Most of the time, SEO folks will measure their success based on having some way of determining their ranking for a…
-
comment
Comment #32780401
It's mostly a curiosity. Occasionally things like this occur: https://googleprojectzero.blogspot.com/2021/12/a-deep-dive-i... . TL;DR exploited an accidentally turing complete file…
-
comment
Comment #32347145
For big organizations that have the capacity and data, online advertising becomes a ROI optimization game, and one that they perform quite well at. For a random business that wants…
-
comment
Comment #31988296
Given the usual markers of attractiveness, wouldn't you expect age and weight to be strong predictors usually?
-
comment
Comment #31988157
There's nothing 1960s about it, that's just not well reasoned. These computation constructs/tools just don't currently have better abstractions while maintaining the desired comput…
-
comment
Comment #31988029
What? CUDA is intentionally granular and low level, why do you feel that is a negative thing at this level of abstraction? Are you suggesting the tools should be better so that doe…
-
comment
Comment #31495677
You're not wrong that the dataset and compute are important, and if you browse the author's previous work, you'll see there are datasets available. The reproduction of DALL-E 2 req…
-
comment
Comment #31490575
To expand a bit for the grandparent, if you check out this authors other repos you'll notice they have a thing for implementing these papers (multiple DALLE-2 implementations for i…
-
comment
Comment #31456376
Why does everyone assume this guy has zero business attempting this? If you read his credentials, he should be every bit as qualified as you to attempt this kind of work while unde…
-
comment
Comment #31413746
So that's actually one of the awful implications of this paper. It's probably actually happening at a rate higher than would be noticed by humans. If a given piece of silicon is ho…
-
comment
Comment #31412821
It's boggling to me that everyone is so entirely convinced of this fact. Check out this paper from google where they observe this exact process occurring in their CPUs at scale: ht…
-
comment
Comment #31412767
Yes, but for different reasons. The grandparent is probably incorrect though, there is emerging evidence that silicon is actually changing/failing over time. See this paper from go…
-
comment
Comment #31412716
Actually there's reasonable evidence to believe this isn't true. This paper from google: https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s... outlines specific scenarios…