mscheong
- Karma
- 2
- Created
- April 4, 2023 (3y ago)
- Submissions
- 0
- Speculative decoding of llama2 models in pure C (github.com)
-
Hey HN community, I'm here to spark a discussion on a topic that, I believe, many of us have encountered but might not often talk about: projects that we were excited about and believed in, but that ended up failing…
-
- an automatic GPT powered proxy generation library - The auto-generated proxy queries the OpenAI api based on your method definition(name, parameters, returnType, etc) and return the LLM's response in any given…
- Show HN: KrotoDC – gRPC in Kotlin with Dataclasses (medium.com)
- A protoc plugin data class generator that can be used as a substitute for existing Java protobuf classes that need to be constructed by a builder (which isn't very kotlin-ish). - generates coroutine service base and…