No_Nefariousness1441 t1_jdtw43l wrote
Reply to comment by Anjz in AI being run locally got me thinking, if an event happened that would knock out the internet, we'd still have the internet's wealth of knowledge in our access. by Anjz
How can I set this up, did you follow a guide?
Anjz OP t1_jdu1bhe wrote
Search up the Alpaca Lora model, you can run it with a UI like text generation UI.
Puzzleheaded_Acadia1 t1_jdvqjpz wrote
Can someone tell me how to setup it in Ubuntu i tried but I failed
audioen t1_jduat9o wrote
https://rentry.org/llama-tard-v2 contains bunch of the requisite torrent links, though much of it is disorganized information and multipurpose, e.g. do this if you want that, use these if you are on Windows but these if on Linux, and so forth. It is a mess.
I have llama.cpp built on my Linux laptop and I got some of these quantized model files and have installed bunch of python libraries required to run the conversions from the various formats to what llama.cpp can eat (model files whose names start with ggml- and end with .bin). I think it takes some degree of technical expertise right now if you do it by hand, though there is probably prebuilt software packages available by now.
AnOnlineHandle t1_jdunceg wrote
Do you know of anywhere to see examples of what those local models are capable of doing?
raika11182 t1_jdus96q wrote
I made this thread comparing the outputs of 7B, 13B, and 30B:
https://www.reddit.com/r/singularity/comments/11ymnpi/my_comparative_results_asking_turingstyle/
AnOnlineHandle t1_jdut8o5 wrote
Wow thankyou, that's a fantastic comparison.
Puzzleheaded_Acadia1 t1_jdvrrty wrote
PLEASE tell me how to set it up on Ubuntu i tried every YouTube video and websites but I did not find anything for it pls help. and you have to download python libraries for it to work? and do i need an ide because I saw some YouTubers do alot of code in Google colab and no i don't want to run it on google colab i want something offline that can provide me with information and I can expirement with it
Viewing a single comment thread. View all comments