Abhinav Upadhyay
Abhinav Upadhyay
Thank you Jeremy for validating my answer - and also providing the feedback, it's very helpful :) That blog post is intriguing - I need to spend some time to...
Thank you, that helps :-)
> Also, the Benchmark being used in the examples on playground to compute time is unclear. Does it need to wrap the function being called into another function for benchmarking?...
The reporter had a bug fix where it calculates how much amount to sleep, instead of blindly sleeping for the `reporting_interval` number of seconds. If the reporter sleeps for a...
> The issue here is that literals are currently hard coded to integer type, we don't have an model for arbitrary precision literals yet (but we have ideas on that)....
`UI32` is an alias for SIMD[ui32, 1]. So it is not really an unsigned int but a simd vector of size 1. When you print it as it is, I...
So my GitHub username is `abhinav-upadhyay`. But a file name cannot contain `-`. The CI job is failing to find the script to run my program. Is there any alternative...
> So my GitHub username is `abhinav-upadhyay`. But a file name cannot contain `-`. The CI job is failing to find the script to run my program. Is there any...
> Hey @abhinav-upadhyay, I still believe this does not handle hash collisions correctly. In case of a collision, the actual names of the existing and the incoming entry must be...
I think, using functions should be the default mode of any non-trivial application built on the chat APIs. For example, in a simple question-answering app where you give the LLM...