HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adalkiran

no profile record

Submissions

Show HN: Dive into Transformers and LLM World – Llama 3.1 in Go, Step by Step

github.com
4 points·by adalkiran·2 ปีที่แล้ว·2 comments

Show HN: LLaMA Nuts and Bolts, A holistic way of understanding how LLMs run

github.com
3 points·by adalkiran·2 ปีที่แล้ว·0 comments

Show HN: Distributed Inference,Apply DL to WebRTC Video Frames via Redis Streams

github.com
5 points·by adalkiran·3 ปีที่แล้ว·0 comments

comments

adalkiran
·2 ปีที่แล้ว·discuss
Hey, thanks! It's a common question that comes from the ML community. The reason is, the main aim of this project is to implement inference from scratch and without using any library. So, Python has lots of abilities to make it easier, and I need some restriction, like using another language/platform, like Go.