Viewing profile — mlgoatherder
mlgoatherder
HN member- Joined
- Sun, Feb 19, 2023, 10:15 PM UTC
- HN karma
- 8
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About mlgoatherder
goatherder@mailbox.org
Recent public activity
-
comment
Comment #35398397
Ah but LLM.int8 (eg. as in huggingface transformers) isn't actually int8, it's a mixed precision encoding scheme that is nominally eight bits per parameter. This means custom cuda …
-
comment
Comment #35394006
I've done some experiments here with Llama 13B, in my subjective experience the original fp16 model is significantly better (particularly on coding tasks). There are a bunch of syn…
-
comment
Comment #34862504
Great opportunity to pitch my recent work on a similar solution for gRPC: https://github.com/sillystack/api/blob/main/transport/transp... I'm not going to make any security claims …
-
comment
Comment #34862423
I recently implemented a very similar service to service gRPC authentication mechanism for Go using EC25519 and the noise protocol framework. https://github.com/sillystack/api/blob…