Re: [go-nuts] LLM development toolkit.

2025-04-22 Thread alex-coder
Hi All. New version. Now it is possible not only to add or delete number of sequences by your choice but also to defragment and free occupied disk space. You may find the new version there: gussev/llm: Thank you. четверг, 20 марта 2025 г. в 16:25:49 UTC+3, alex-

Re: [go-nuts] LLM development toolkit.

2025-04-05 Thread alex-coder
Hi All. New version. 1. cache, now soft could use cached files to speed up work 2.soft has got an option to update data set for the llm located in files. To Add and To remove sequences . Defragmentation will be added to one of the nearest versions. You may take the next version there: gussev/ll

Re: [go-nuts] LLM development toolkit.

2025-02-28 Thread Rodrick Brown
Utter trash this has nothing to do with large language models what is your goal here what are you trying to accomplish? Why post a zip file on github with binaries ? On Fri, Feb 28, 2025 at 10:58 AM cpu...@gmail.com wrote: > Zip files are impossible to reason about on Github and a potential > se

Re: [go-nuts] LLM development toolkit.

2025-02-28 Thread cpu...@gmail.com
Zip files are impossible to reason about on Github and a potential security thread. I'd not even try to find out what might be inside... On Tuesday, February 18, 2025 at 1:40:43 PM UTC+1 alex-coder wrote: > Hi All, > > I was given a shelter there: > gussev/llm: >

Re: [go-nuts] LLM development toolkit.

2025-02-18 Thread alex-coder
Hi All, I was given a shelter there: gussev/llm: In case someone is in interest of course. :-) Thank you. вторник, 28 января 2025 г. в 19:45:53 UTC+3, alex-coder: > Hi All ! > Recently I have made a step towards to the first letter in LLM > abbreviation - Lar

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