Re: [go-nuts] LLM development toolkit.

2025-01-28 Thread alex-coder
Hi All ! Recently I have made a step towards to the first letter in LLM abbreviation - Large. That means that soft now could work with LLM data model is located in file system and only take into RAM data which one is necessary to compute result. But unfortunately so far I'm not able to pass 2FA

Re: [go-nuts] LLM development toolkit.

2024-11-24 Thread alex-coder
Hi All ! http port has been added to the llm, so now you may communicate with llm via the http client. Thank you. суббота, 9 ноября 2024 г. в 12:19:21 UTC+3, alex-coder: > Thanks everyone ! > I forgot to provide the checksum for the archive. Sorry. > > пятница, 8 ноября 2024 г. в 20:17:24 UTC

Re: [go-nuts] LLM development toolkit.

2024-11-09 Thread alex-coder
Thanks everyone ! I forgot to provide the checksum for the archive. Sorry. пятница, 8 ноября 2024 г. в 20:17:24 UTC+3, scott beeker: > You might like this > > dev.to/pullreview/creating-a-remote-git-hub-for-your-companywithout-github-1fdb > On Friday, November 8, 2024 at 8:34:55 AM UTC-8 Dimas

Re: [go-nuts] LLM development toolkit.

2024-11-08 Thread scott beeker
You might like this dev.to/pullreview/creating-a-remote-git-hub-for-your-companywithout-github-1fdb On Friday, November 8, 2024 at 8:34:55 AM UTC-8 Dimas Prawira wrote: > It is not uncommon to shared go either library or application through git > with zip file, the common way is share the code i

Re: [go-nuts] LLM development toolkit.

2024-11-08 Thread Dimas Prawira
It is not uncommon to shared go either library or application through git with zip file, the common way is share the code itself and then put information how to use it (if an app) or import it (if it is a library) in the readme. regards On Fri, Nov 8, 2024 at 3:43 PM alex-coder wrote: > Hi All

Re: [go-nuts] LLM development toolkit.

2024-11-08 Thread Rodrick Brown
Why not share the files themselves instead of a zip file? Why would anyone trust a zip file from some random nut ? On Fri, Nov 8, 2024 at 3:43 AM alex-coder wrote: > Hi All ! > > I recently finished coding the initial version of the llm development > toolkit. You may touch the toolkit there: Git

[go-nuts] LLM development toolkit.

2024-11-08 Thread alex-coder
Hi All ! I recently finished coding the initial version of the llm development toolkit. You may touch the toolkit there: GitHub - gussev/llm: large language model Thank you. -- You received this message because you are subscribed to the Google Groups "golang-n