Sahebjot singh
Sahebjot singh
Yeah great tutorial! I didn't sleep all night, read it! :smile: This had a good mix of internals of a library code with the explanation and concepts!
https://gist.github.com/raunaqrox/2d25cd2c6b9f9bb06ac41a8ba2b74b0f my gist I use temporarily, it gets it by running `todolist list by project`, extracts all projects from it and gives to autocompletion on + and tab. Works for...
I am facing the issue of losing the session on server restart. Redis key that worked is still in redis, cookie I send is also the same, only thing that...
I am on 0.1.32 and `llama3:70b-instruct-q4_1` version is not working. ``` >>> /set parameter num_ctx 8192 Set parameter 'num_ctx' to '8192' >>> why is the sky blue I am a...
Can't `xenova/transformers.js` be used to support reranking in nodejs? There is an example here [cross-encoder](https://github.com/xenova/transformers.js/blob/7f5081da29c3f77ee830269ab801344776e61bcb/examples/cross-encoder/src/worker.js#L31)