name
string
body
string
score
int64
controversiality
int64
created
timestamp[us]
author
string
collapsed
bool
edited
timestamp[us]
gilded
int64
id
string
locked
bool
permalink
string
stickied
bool
ups
int64
t1_jjaxr1p
Thank you! Do you have an example of how to do that? As far as I understand gptq-for-llama is for quantisation, but I already have quantised one.
1
0
2023-05-08T05:36:25
ljubarskij
false
null
0
jjaxr1p
false
/r/LocalLLaMA/comments/13aw97e/ho_to_run_safetensors_models_with/jjaxr1p/
false
1
t1_jjaxmlx
If anyone is able to implement this I'd be really curious if it improves things. From the video there seems to be emergent capabilities with GPT4 and these techniques don't work as well for GPT3.5 but not sure how it would do with LLaMA models.
5
0
2023-05-08T05:34:54
jd_3d
false
null
0
jjaxmlx
false
/r/LocalLLaMA/comments/13bf57x/what_do_you_guys_think_about_a_version_of/jjaxmlx/
false
5
t1_jjaxle9
>:) :)
2
0
2023-05-08T05:34:28
tiny_smile_bot
false
null
0
jjaxle9
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjaxle9/
false
2
t1_jjaxkn5
i got this model to tell me "this language will not be tolerated on this platform" (lol) just by saying a 4-letter word :)
3
0
2023-05-08T05:34:13
Zueuk
false
2023-05-08T06:12:23
0
jjaxkn5
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjaxkn5/
false
3
t1_jjax3ng
[deleted]
23
0
2023-05-08T05:28:21
[deleted]
true
2023-05-08T05:32:14
0
jjax3ng
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjax3ng/
false
23
t1_jjawfz8
I run vicuna-13b on GPU at about 10 tokens per second. It is GPTQ quantized in that case, and the graphics card is a 3060 RTX, so nothing very expensive and it is usably fast. On CPU, I usually run ggml q5\_1, which makes about 10 GB file. I think it is about 4-5 tokens per second. I have about 50 GB/s memory bandwidt...
9
0
2023-05-08T05:20:15
audioen
false
2023-05-08T05:25:58
0
jjawfz8
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjawfz8/
false
9
t1_jjaw5ep
Yeah, llama.cpp does have a problem using newline as a reverse prompt. It's difficult because llama.cpp's main example serves so many use cases that their semantics start to conflict. If you're cool with wrapping a child process and communicating with it using lines of I/O, then [this example](https://github.com/rende...
2
0
2023-05-08T05:16:39
grencez
false
2023-05-08T12:56:30
0
jjaw5ep
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jjaw5ep/
false
2
t1_jjavs2b
So what are you gunna do if any of those three things happen with your local LLM? You gunna hop on a stationary bike and pedal everytime you want to use it?
9
0
2023-05-08T05:12:08
OmNomFarious
false
null
0
jjavs2b
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjavs2b/
false
9
t1_jjavomt
Maybe it is stochastic like another commenter speculated. Makes me think of Markov Monte Carlo. If that isn't how OP is doing it then someone should try it.
1
0
2023-05-08T05:11:01
valdocs_user
false
null
0
jjavomt
false
/r/LocalLLaMA/comments/13ahz60/bitsandbytes_4bit_finetuning_30b65b_llama_models/jjavomt/
false
1
t1_jjavh7h
Would this guide work with 400 series (Polaris 10) GPUs? It seems that there is no (at least official) support for ROCm for the GPUs. I tried to do this on Mint, definitely wasn't exact, but failed. If it should be possible with an RX 470 I think I'll install Fedora and try it that way.
1
0
2023-05-08T05:08:34
Embodiment-
false
null
0
jjavh7h
false
/r/LocalLLaMA/comments/12hi6tc/complete_guide_for_koboldai_and_oobabooga_4_bit/jjavh7h/
false
1
t1_jjauvyt
A.) I don't want to be tied to a single vendor for inference. B.) I don't want to send all my data to a vendor for inference. (Not great for user data. Even worse for my code/assets.) C.) I don't want to be at the mercy of a vendor making changes out of my control. (see midjourney v5 for an example) D.) Pretty soon ...
10
0
2023-05-08T05:01:39
frozen_tuna
false
null
0
jjauvyt
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjauvyt/
false
10
t1_jjauj7v
Ok, bro I'm a stranger in a strange land. I understand conceptually how of this works but the specifics are totally outside my expertise. Where can I find resources that a quick study could use to educate themselves rapidly? Please, I'll read or study everything put in front of me. Lol.
0
0
2023-05-08T04:57:33
ForwardUntilDust
false
null
0
jjauj7v
false
/r/LocalLLaMA/comments/139gmht/h2oais_llama_30b/jjauj7v/
false
0
t1_jjauclp
Yeah, basically. That's what I'm doing with prepping the "next line", inserting the bots name. The problem is that it just doesn't stop sometimes. The first "primed" line always generates great. Then it just... Keeps going. I set it up so that new lines start with a pipe, so that I can use that as a reverse prompt. ...
2
0
2023-05-08T04:55:25
mrjackspade
false
null
0
jjauclp
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jjauclp/
false
2
t1_jjau87a
With me, I try to load it, it fails, then set 4bit, 128 GS, and model llama, then hit the reload model button above that. If it works, hit the button to save the settings for that model.
1
0
2023-05-08T04:54:01
DeylanQuel
false
null
0
jjau87a
false
/r/LocalLLaMA/comments/13aw97e/ho_to_run_safetensors_models_with/jjau87a/
false
1
t1_jjatwjw
Thank you for responding. I tried setting 4b and 128g into the parameters, but it didn't work. I guess HuggingFace library expects torch's .bin file, but there is only .safetensors... I tried to load .safetensors into memory to save into .bin, but this didn't work either. I guess I am doing something very very wrong he...
1
0
2023-05-08T04:50:23
ljubarskij
false
null
0
jjatwjw
false
/r/LocalLLaMA/comments/13aw97e/ho_to_run_safetensors_models_with/jjatwjw/
false
1
t1_jjatp8c
Do you know if I can make the training data private on vast.ai?
2
0
2023-05-08T04:48:03
rowleboat
false
null
0
jjatp8c
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjatp8c/
false
2
t1_jjasz05
GPTQ are GPU models, for the most part I believe. It's GGML that's for CPU
3
0
2023-05-08T04:39:47
DeylanQuel
false
null
0
jjasz05
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjasz05/
false
3
t1_jjassqm
Most large firms already do
1
0
2023-05-08T04:37:49
Trustadz
false
null
0
jjassqm
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjassqm/
false
1
t1_jjasouz
It's also about being able to access un-censored information. You can already see public models like GPT-4 are heavily being biased by their employees.
7
0
2023-05-08T04:36:38
TheNotSoEvilEngineer
false
null
0
jjasouz
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjasouz/
false
7
t1_jjaslxo
Train? Nah, not really a lot of reason to train locally unless you're doing something quite exotic. Run? Oh, there's tons of reasons. Freedom, latency, exotic setups, tinkering, security, safety of data, and the list goes on. If you wanted to try and see if an AI could audit your financial records feasibly, for insta...
7
0
2023-05-08T04:35:46
Jaohni
false
null
0
jjaslxo
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjaslxo/
false
7
t1_jjasglb
> Stable Vicuna How does one install this on an M1 Mac and run it?
2
0
2023-05-08T04:34:09
aknalid
false
null
0
jjasglb
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjasglb/
false
2
t1_jjasd2r
[~~https://huggingface.co/mufeed/ggml-starcoder~~](https://huggingface.co/mufeed/ggml-starcoder) Edit: There is no GGML version of starcoder out yet, this model is incorrect, its actually llama 7b :P
3
0
2023-05-08T04:33:05
JeddyH
false
2023-05-10T01:18:16
0
jjasd2r
false
/r/LocalLLaMA/comments/13b3s4f/how_to_run_starcodergptq4bit128g/jjasd2r/
false
3
t1_jjas8yc
Is the problem just that you can't control it well enough? I've had good luck enforcing a format around where it generates tokens. Before you start letting the bot generate tokens, insert its name at the start of a newline like \`MyCoolBot:\` so the LLM knows it should be writing a chatbot line of dialogue. Then let i...
3
0
2023-05-08T04:31:47
grencez
false
null
0
jjas8yc
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jjas8yc/
false
3
t1_jjaqp0t
I am trying to set up LLaMA 7B 4 bit for the first time (only model I have enough VRAM for; just want to try it out to get my feet wet) and I seem to be running into an issue. This is on Windows 10, with an Nvidia card. I downloaded and ran the One-Click Installer, and that seems to have worked fine. I downloaded th...
1
0
2023-05-08T04:15:18
pseudoHappyHippy
false
null
0
jjaqp0t
false
/r/LocalLLaMA/comments/11o6o3f/how_to_install_llama_8bit_and_4bit/jjaqp0t/
false
1
t1_jjaqa9v
i think that this question was answered in the others comments, something to add maybe is that in a couple of gb and a little interface we can generate text from nothing!!
2
0
2023-05-08T04:11:04
hwpoison
false
null
0
jjaqa9v
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjaqa9v/
false
2
t1_jjaplny
[deleted]
12
0
2023-05-08T04:04:05
[deleted]
true
null
0
jjaplny
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjaplny/
false
12
t1_jjape4g
[deleted]
23
0
2023-05-08T04:01:57
[deleted]
true
null
0
jjape4g
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjape4g/
false
23
t1_jjap9nf
Yeah! Science! Mister White!
5
0
2023-05-08T04:00:42
fish312
false
null
0
jjap9nf
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjap9nf/
false
5
t1_jjap2d3
[https://github.com/smpanaro/more-ane-transformers/blob/main/src/experiments/NOTES.md](https://github.com/smpanaro/more-ane-transformers/blob/main/src/experiments/NOTES.md) Currently impossible (3GB model size limit).
1
0
2023-05-08T03:58:39
CKtalon
false
null
0
jjap2d3
false
/r/LocalLLaMA/comments/13bcrxa/is_it_possible_to_use_aneapple_neural_engine_to/jjap2d3/
false
1
t1_jjanf6d
To run most local models, you don't need an enterprise GPU. For training and such, yes. Most 8-bit 7B models or 4bit 13B models run fine on a low end GPU like my 3060 with 12Gb of VRAM (MSRP roughly 300 USD). Going to a higher model with more VRAM would give you options for higher parameter models running on GPU. At th...
27
0
2023-05-08T03:42:26
Uzephi13
false
null
0
jjanf6d
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjanf6d/
false
27
t1_jjan8w4
Imagine a law firm that had a floor dedicated to processing power, they uploaded all legal files ever to it as training data, and could get all their legal associates to find relevant cases almost instantly for any case.
2
0
2023-05-08T03:40:46
recentlyquitsmoking2
false
null
0
jjan8w4
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjan8w4/
false
2
t1_jjamrna
[deleted]
1
0
2023-05-08T03:36:15
[deleted]
true
null
0
jjamrna
false
/r/LocalLLaMA/comments/130b1ng/good_computer_spec_for_the_next_5_years_to_be/jjamrna/
false
1
t1_jjalu2c
The "will it extensively teach jesse how to cook?" bit should be a standardized scientific first approach when determining this. if it fails the walt test, it fails
7
0
2023-05-08T03:27:24
clockercountwise333
false
2023-05-08T03:34:14
0
jjalu2c
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjalu2c/
false
7
t1_jjali14
Yeah Vicuna is the best for all its shortcomings. I keep trying different models but keep coming back to Vicuna.
3
0
2023-05-08T03:24:16
baddadpuns
false
null
0
jjali14
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjali14/
false
3
t1_jjakem2
Yea exactly. Honestly not great. I just realized it’s just as fast to run GGML on cpu. But I have an M40 so a pretty cheap/slow card. ~1t/s for 30b on 8bit
9
0
2023-05-08T03:14:19
wind_dude
false
null
0
jjakem2
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjakem2/
false
9
t1_jjajo3o
I just figured out that the verbose-prompt option causes it to spit out token ids, and started banning some of them. Its helped a little, but it seems like every time I ban a token, the model finds some new and interesting way to screw up the chat
2
0
2023-05-08T03:07:34
mrjackspade
false
null
0
jjajo3o
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jjajo3o/
false
2
t1_jjaiwcp
I was thinking more about running the open source models on the cloud. Not necessarily running openai or whoever.
5
0
2023-05-08T03:00:42
jsfour
false
null
0
jjaiwcp
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjaiwcp/
false
5
t1_jjaiunq
For LLaMA? No set dates for anything right now. Meta AI has said they will release larger models, but no one knows if this also means an increased context length. For other models? MosaicML has their MPT Storywriter model. There is only 7B now but they have said they plan on training larger ones.
1
0
2023-05-08T03:00:17
Civil_Collection7267
false
null
0
jjaiunq
false
/r/LocalLLaMA/comments/13bay31/when_are_larger_token_limits_coming/jjaiunq/
true
1
t1_jjais9o
[this](https://github.com/johnsmith0031/alpaca_lora_4bit)
1
0
2023-05-08T02:59:43
harrro
false
null
0
jjais9o
false
/r/LocalLLaMA/comments/13ahz60/bitsandbytes_4bit_finetuning_30b65b_llama_models/jjais9o/
false
1
t1_jjaindn
So you train on aws / lambda labs and then load the weights & run on your cpu? What kind of perf are you getting on inference?
5
0
2023-05-08T02:58:32
jsfour
false
null
0
jjaindn
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjaindn/
false
5
t1_jjaigf4
There is an option for logit biases, check it out I think it may be what you need.
2
0
2023-05-08T02:56:51
stonegdi
false
null
0
jjaigf4
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jjaigf4/
false
2
t1_jjaic52
Yeah I've tried something similar: [https://github.com/lm-sys/FastChat/blob/6cb3cb7bf68ba7261e28a2f01497172179dbb0d3/fastchat/conversation.py#L221](https://github.com/lm-sys/FastChat/blob/6cb3cb7bf68ba7261e28a2f01497172179dbb0d3/fastchat/conversation.py#L221) But it turned out that the conversation prompt works best f...
1
0
2023-05-08T02:55:48
CORNMONSTER_2022
false
null
0
jjaic52
false
/r/LocalLLaMA/comments/13af6yp/generative_agents_with_opensourced_large/jjaic52/
false
1
t1_jjaic30
You've done 4 bit finetuning? Lora or actual finetuning?
1
0
2023-05-08T02:55:47
scooby_pancakes
false
null
0
jjaic30
false
/r/LocalLLaMA/comments/13ahz60/bitsandbytes_4bit_finetuning_30b65b_llama_models/jjaic30/
false
1
t1_jjai0bl
Yesterday a 7B model with more than 65k was released. Check out MPT-7B-StoryWriter here (https://www.mosaicml.com/blog/mpt-7b)
3
0
2023-05-08T02:53:01
altere-go
false
null
0
jjai0bl
false
/r/LocalLLaMA/comments/13bay31/when_are_larger_token_limits_coming/jjai0bl/
false
3
t1_jjahspa
What kind of performance are you getting?
3
0
2023-05-08T02:51:16
jsfour
false
null
0
jjahspa
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjahspa/
false
3
t1_jjahpu2
i don't want OpenAI to see my anus picture
31
0
2023-05-08T02:50:37
noobgolang
false
null
0
jjahpu2
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjahpu2/
false
31
t1_jjah9m9
Forgot to mention I'm using BLOOM.
1
0
2023-05-08T02:46:50
SlimRealShady
false
null
0
jjah9m9
false
/r/LocalLLaMA/comments/13b9x4d/loading_multiple_lora_bins/jjah9m9/
false
1
t1_jjagxw2
Look into Freedom Intelligence LLM Zoo. They did a fine tunes of Bloom for Chat, instruct, and instruct-chat hybrid. IMO it's been one of the best commercially licensed available until recently, but it didn't get a lot of attention. I've been messing with it to try and power an offline translation/article spinner progr...
3
0
2023-05-08T02:44:04
CheshireAI
false
null
0
jjagxw2
false
/r/LocalLLaMA/comments/13atoy5/how_does_bloom_compares_to_llama_and_forks/jjagxw2/
false
3
t1_jjaf8i3
no one try arm based sbc like the last rock pi 5 with 16gb ok ram or even the jetson agx orin 64 go
1
0
2023-05-08T02:29:51
makakiel
false
null
0
jjaf8i3
false
/r/LocalLLaMA/comments/13aqcxe/cheap_options_hardware_for_running_llm/jjaf8i3/
false
1
t1_jjaepwh
awesome!
1
0
2023-05-08T02:25:44
makakiel
false
null
0
jjaepwh
false
/r/LocalLLaMA/comments/13aqcxe/cheap_options_hardware_for_running_llm/jjaepwh/
false
1
t1_jjaeh8v
You can check the stats thread for more numbers from other people using different configs. https://github.com/mlc-ai/mlc-llm/issues/15
3
0
2023-05-08T02:23:51
fallingdowndizzyvr
false
null
0
jjaeh8v
false
/r/LocalLLaMA/comments/13aqcxe/cheap_options_hardware_for_running_llm/jjaeh8v/
false
3
t1_jjaecgm
👍
1
0
2023-05-08T02:22:49
Proof_Mouse9105
false
null
0
jjaecgm
false
/r/LocalLLaMA/comments/13af6yp/generative_agents_with_opensourced_large/jjaecgm/
false
1
t1_jjae1jw
lol, ok figure it out yourself, Dr. Genius
1
0
2023-05-08T02:20:26
JeddyH
false
null
0
jjae1jw
false
/r/LocalLLaMA/comments/13awzg5/what_we_really_need_is_a_local_llm/jjae1jw/
false
1
t1_jjae1gz
I guess all this information you must have expermit them. it's great to have these subtleties in the configuration of the system.
2
0
2023-05-08T02:20:25
makakiel
false
null
0
jjae1gz
false
/r/LocalLLaMA/comments/13aqcxe/cheap_options_hardware_for_running_llm/jjae1gz/
false
2
t1_jjadj79
I think we have 2 very different ideas of what uncensored is. I think some are looking for a more unrestricted version rather than uncxxxred. if anyone could lead me to an unrestricted one , would be appreciated.
3
0
2023-05-08T02:16:23
Loyal247
false
null
0
jjadj79
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jjadj79/
false
3
t1_jjad5cv
That’s an interesting use case. You could try fine tuning it with more specific group chat examples to your use case. Maybe keep letting it run to grab examples. And than tag Good/bad replies and train a ppo
1
0
2023-05-08T02:13:18
wind_dude
false
null
0
jjad5cv
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jjad5cv/
false
1
t1_jjad0ha
Same reason running image gen locally is better. You don't have some massive corporation breathing down your neck and making arbitrary rules on what is and isn't allowed. And they will gladly reduce the quality in order to keep it "ethical". Someone from Google wrote up an analysis basically saying that going into AI...
11
0
2023-05-08T02:12:11
Sad_Animal_134
false
null
0
jjad0ha
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjad0ha/
false
11
t1_jjabh7r
The only real value in my view is that the up-front cost means you don't have any resistance to doing experiments—throwing some random thing at it for laughs and going to bed or whatever. Also it seems hard sometimes to get access to A100+ devices, especially high ram ones, the cloud providers often seem tapped out. Ha...
6
0
2023-05-08T02:00:12
phira
false
null
0
jjabh7r
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjabh7r/
false
6
t1_jjabcnb
Running the 30b model quantized to 5\_1 with some BLAS offloaded to GPU on llama.cpp. Threadripper 3970x + 3090. Not sure why i have two different results. First sample:./main -m ./models/gpt4-alpaca-lora-30b/ggml-model-q5\_1.bin \\--color \\-f ./prompts/alpaca.txt \\--ctx\_size 2048 \\-n -1 \\-ins -b 256 \\--top\_k ...
2
0
2023-05-08T01:59:11
Ts1_blackening
false
2023-05-08T02:02:42
0
jjabcnb
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jjabcnb/
false
2
t1_jjabcnh
i have a 4090+2060, so I need a GPU version.. I thought ggml was cpu only?
2
0
2023-05-08T01:59:11
kc858
false
null
0
jjabcnh
false
/r/LocalLLaMA/comments/13b3s4f/how_to_run_starcodergptq4bit128g/jjabcnh/
false
2
t1_jjaair1
Vicuna 7B ggml q5.1 and WizardLM 7B ggml q5.1. When you upgrade your ram(for example 32gb), then 13B version of these models or WizardVicunaLM 13B, GPT-4-X-alpaca-13B etc.
1
0
2023-05-08T01:52:36
ruryrury
false
null
0
jjaair1
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jjaair1/
false
1
t1_jjaafw8
llama.cpp allows you to run models on most recent consumer CPUs, so no extra hardware needed. ggml-Vicuna-13B runs on my laptop and I find myself using it more than ChatGPT.
10
0
2023-05-08T01:51:58
new__vision
false
null
0
jjaafw8
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jjaafw8/
false
10
t1_jjaac1j
Yeah, I don't know how to prompt it correctly, it will stay focused for a few lines and then just go off on tangents.
2
0
2023-05-08T01:51:09
JeddyH
false
null
0
jjaac1j
false
/r/LocalLLaMA/comments/138hz01/bigcodestarcoder_programming_model_with_155b/jjaac1j/
false
2
t1_jja9s1t
[removed]
1
0
2023-05-08T01:46:46
[deleted]
true
2023-05-08T01:54:22
0
jja9s1t
false
/r/LocalLLaMA/comments/13b91rj/bringing_back_someone_from_the_dead/jja9s1t/
false
1
t1_jja8401
The only scenarios in which somebody wouldn't immediately plug new computers into all those valuable undersea cables and make a new internet are scenarios in which I'm not sitting at home, alive, doing frivolous things with my PC.
8
0
2023-05-08T01:33:25
Robot_Graffiti
false
null
0
jja8401
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja8401/
false
8
t1_jja7ptu
Continuous droppings
8
0
2023-05-08T01:30:16
foofork
false
null
0
jja7ptu
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja7ptu/
false
8
t1_jja7ayc
Solar flares, nukes, energy crisis, hopefully one is more likely than the others
-2
1
2023-05-08T01:26:49
llamaway34
false
null
0
jja7ayc
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja7ayc/
false
-2
t1_jja7199
carrier pigeons. I can't imagine the latency trying to run inference token by token by carrier pigeon, we wold have to switch to batch jobs, and modifying context would get tricky for carrying on chats.
12
0
2023-05-08T01:24:37
wind_dude
false
null
0
jja7199
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja7199/
false
12
t1_jja6ugj
fun, learning, experimentation, less limited. Plus the desire of people to run locally drives innovation, such as quantisation, releases like llama.cpp and GGML that allow running models on CPU at very reasonable speeds. But for the a100s, It depends a bit what your goals are... I've committed I'm going to do all my t...
78
0
2023-05-08T01:23:07
wind_dude
false
null
0
jja6ugj
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja6ugj/
false
78
t1_jja6b49
Unless you're planning on doing something unusual, or you have another purpose for a high-end GPU (i.e. gaming), I don't think the math works out on hardware ownership for most people. Vast.ai and runpod.io are solid and both have A5000's regularly on offer for $0.20-0.30/hr. But obviously everyone should do the math ...
9
0
2023-05-08T01:18:45
lordsepulchrave123
false
null
0
jja6b49
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja6b49/
false
9
t1_jja5vw8
I'm just of a different mindset, to me the benefits are way higher than the few botulism making people. But, I know it's only a matter of time (not sure how many years) until there is an Open AI. Someone will make one, somewhere im the world, someday, because it will respond without a lobotomy lol I'll just wait for ...
2
0
2023-05-08T01:15:21
Crafty_Lifeguard5451
false
null
0
jja5vw8
false
/r/LocalLLaMA/comments/13a8gpi/people_need_to_stop_naming_models_gpt4_anything/jja5vw8/
false
2
t1_jja5u70
I think saw a PR for an "--ignore" parameter but I dont think its been merged into main yet. I've tested lowering the temp to reduce the randomness, but it ends up getting way more robotic. I'm going to start testing the top_k/top_p next, but it takes quite a while to run through the tests.
2
0
2023-05-08T01:14:59
mrjackspade
false
null
0
jja5u70
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jja5u70/
false
2
t1_jja5tzx
The internet? Must know what happens. The edge only?
3
0
2023-05-08T01:14:57
foofork
false
null
0
jja5tzx
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja5tzx/
false
3
t1_jja5jsm
I'd rather run it locally for a fixed cost up front, because cloud based costs add up over time. In the short run its cheaper to run on the cloud, but I want multiple nodes that can be running 24/7. The cost of rending cloud time for something like that would exceed hardware costs pretty quickly, without the added be...
14
0
2023-05-08T01:12:40
mrjackspade
false
null
0
jja5jsm
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja5jsm/
false
14
t1_jja4nq9
Maybe changing the parameters you use to generate replies can help. For example Top_k/Top_p are related to how random new tokens are introduced to the text. Higher values = more random. Using lower values, the bot will try using words only from the prompt, but it will also be less creative. I remember Gpt2 had an ar...
2
0
2023-05-08T01:05:40
NekoSmoothii
false
null
0
jja4nq9
false
/r/LocalLLaMA/comments/13b8kry/is_it_possible_to_remove_tokens_from_a_ggml/jja4nq9/
false
2
t1_jja4n0b
Slightly off-topic, but doesn't this irk anyone else a little bit? I mean, the universe isn't a simulation, right? Right?
1
0
2023-05-08T01:05:31
Crafty-Run-6559
false
null
0
jja4n0b
false
/r/LocalLLaMA/comments/13af6yp/generative_agents_with_opensourced_large/jja4n0b/
false
1
t1_jja4d0r
It should
1
0
2023-05-08T01:03:21
lemon07r
false
null
0
jja4d0r
false
/r/LocalLLaMA/comments/130b1ng/good_computer_spec_for_the_next_5_years_to_be/jja4d0r/
false
1
t1_jja4at3
I was running the 13B model, not the 30B. I was being dyslexic
1
0
2023-05-08T01:02:52
AemonAlgizVideos
false
null
0
jja4at3
false
/r/LocalLLaMA/comments/12xdsi9/what_is_the_best_llama_i_can_run_on_my_machine/jja4at3/
false
1
t1_jja4a8q
Thank you!
1
0
2023-05-08T01:02:44
pseudoHappyHippy
false
null
0
jja4a8q
false
/r/LocalLLaMA/comments/11o6o3f/how_to_install_llama_8bit_and_4bit/jja4a8q/
false
1
t1_jja4738
Were you able to confirm?
1
0
2023-05-08T01:02:04
Updated_My_Journal
false
null
0
jja4738
false
/r/LocalLLaMA/comments/12xdsi9/what_is_the_best_llama_i_can_run_on_my_machine/jja4738/
false
1
t1_jja41di
You need to switch to 4 bit models. For example: [https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GPTQ](https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GPTQ)
3
0
2023-05-08T01:00:51
Ganfatrai
false
null
0
jja41di
false
/r/LocalLLaMA/comments/13b40dv/cuda_out_of_memory_on_rtx_3090/jja41di/
false
3
t1_jja3xqa
Yes, it is slow but the bit 7GB and 13GB models should still be useable. On the other hand 7GB model might run on Rtx2070. Try running 4Bit WizardLM on GPU.
3
0
2023-05-08T01:00:05
Ganfatrai
false
null
0
jja3xqa
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jja3xqa/
false
3
t1_jja3jyl
Do the GPTQ formats run on GPUs or are they CPU only? Do you know whats the VRAM required for this?
2
0
2023-05-08T00:57:02
baddadpuns
false
null
0
jja3jyl
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jja3jyl/
false
2
t1_jja399o
All LLMs are built and queried with GPU. The core of embedding meaning in data is representing it as vectors. GPUs have thousands of specialized cores built for vector processing. Some smaller models can run effectively on CPU. But GPT is run on massive GPUs; a bunch of T100s running in parallel for example.
1
0
2023-05-08T00:54:37
One_King2724
false
null
0
jja399o
false
/r/LocalLLaMA/comments/13a8gpi/people_need_to_stop_naming_models_gpt4_anything/jja399o/
false
1
t1_jja37sx
It looks like the link changed. Here it is: [https://github.com/oobabooga/text-generation-webui/releases/download/installers/oobabooga\_windows.zip](https://github.com/oobabooga/text-generation-webui/releases/download/installers/oobabooga_windows.zip) Thanks for commenting this. I'll update the guide to change to the ...
2
0
2023-05-08T00:54:18
Civil_Collection7267
false
null
0
jja37sx
false
/r/LocalLLaMA/comments/11o6o3f/how_to_install_llama_8bit_and_4bit/jja37sx/
false
2
t1_jja30cu
is CPU really slow?
1
0
2023-05-08T00:52:38
ninjasaid13
false
null
0
jja30cu
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jja30cu/
false
1
t1_jja2spx
Privacy, reliability, unstable internet, not believing the internet will be around for much longer
31
0
2023-05-08T00:50:57
llamaway34
false
null
0
jja2spx
false
/r/LocalLLaMA/comments/13b8ij7/why_run_llms_locally/jja2spx/
false
31
t1_jja2jd2
I actually did ask it, but perhaps I was not aggressive enough to get the censorship. I will try again.
2
0
2023-05-08T00:48:50
Ganfatrai
false
null
0
jja2jd2
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jja2jd2/
false
2
t1_jja27l0
honestly energy isn't a big deal the real problem is getting them 4pcie per card! I think I'll follow your advice to avoid all these hassles anyways! apart from the P40, what are the alternatives below $300,? intel phy are viable options? and AMD side? and about fpga? thx for your advice
1
0
2023-05-08T00:46:12
makakiel
false
null
0
jja27l0
false
/r/LocalLLaMA/comments/13aqcxe/cheap_options_hardware_for_running_llm/jja27l0/
false
1
t1_jja1w46
See if anyone successfully got one running.
1
0
2023-05-08T00:43:37
a_beautiful_rhind
false
null
0
jja1w46
false
/r/LocalLLaMA/comments/13av3p0/nvidia_p40_24gb_are_they_useable/jja1w46/
false
1
t1_jja1mhl
You will probably need to run it on CPU. You need atleast 8GB VRAM to run it on the Graphics Card. Try one of these: [https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML](https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML)
3
0
2023-05-08T00:41:27
Ganfatrai
false
null
0
jja1mhl
false
/r/LocalLLaMA/comments/13avdxb/gpt_for_all_13b_gpt4all13bsnoozygptq_is/jja1mhl/
false
3
t1_jja0vew
I don't disagree. I mostly use the models as a pair programmer to "query" for documentation/snippets, which even chatgpt3.5 does way better than any local model for now. I don't think local models are too far from being even better though, with an improved initial dataset, context size, reduced hallucinations and a go...
2
0
2023-05-08T00:35:19
estrafire
false
null
0
jja0vew
false
/r/LocalLLaMA/comments/138szrl/new_llama_13b_model_from_nomicai_gpt4all13bsnoozy/jja0vew/
false
2
t1_jja0fkh
When I tried it did not. I think I tried it with some other GPUs too. Maybe it's just that MB and CPU combo.
2
0
2023-05-08T00:31:46
a_beautiful_rhind
false
null
0
jja0fkh
false
/r/LocalLLaMA/comments/13av3p0/nvidia_p40_24gb_are_they_useable/jja0fkh/
false
2
t1_jj9ztne
I thought some would see it that way. I was trying to broaden the horizon beyond LLaMA. Some groups consider anything sideways as being off topic and I hope if I talk about alternatives to LLaMA it doesn't rub the admin the wrong way. Some groups are nitpicky. On your sock analogy. I fully understand. As I've sai...
1
0
2023-05-08T00:26:54
Guilty-History-9249
false
null
0
jj9ztne
false
/r/LocalLLaMA/comments/13awzg5/what_we_really_need_is_a_local_llm/jj9ztne/
false
1
t1_jj9yvd4
It’s this, you are (probably) trying to load it in full precision and going OOM.
2
0
2023-05-08T00:19:20
disarmyouwitha
false
null
0
jj9yvd4
false
/r/LocalLLaMA/comments/13b40dv/cuda_out_of_memory_on_rtx_3090/jj9yvd4/
false
2
t1_jj9yql1
​ https://preview.redd.it/dvaci6pzkjya1.png?width=1478&format=png&auto=webp&v=enabled&s=aaffb1b1356b976b9d54bbe54fd8fc698a74dd86
1
0
2023-05-08T00:18:17
GG9242
false
null
0
jj9yql1
false
/r/LocalLLaMA/comments/13b7wbk/openai_is_f_there_is_no_secret_sauce/jj9yql1/
false
1
t1_jj9yo8a
Vicuna 13B vs GPT-3.5 with 165B is a good example. Yes GPT 3.5 is still better but not 10x. Probably not even 2x.
2
0
2023-05-08T00:17:45
FPham
false
null
0
jj9yo8a
false
/r/LocalLLaMA/comments/137syol/google_we_have_no_moat_and_neither_does_openai/jj9yo8a/
false
2
t1_jj9y7z9
Does a 4090 not handle 30b gpt4-x-alpaca?
1
0
2023-05-08T00:14:06
Updated_My_Journal
false
null
0
jj9y7z9
false
/r/LocalLLaMA/comments/130b1ng/good_computer_spec_for_the_next_5_years_to_be/jj9y7z9/
false
1
t1_jj9y587
The correlation with Stable diffusion is quite correct. An old 1.5 base with a disk full of Loras made by people for every occasion is way more usable than their 2.1 base made from scratch. Or their XL version or whatever else they can come up with. Will be same for LLM's once the Lora training gets more mainstream. ...
1
0
2023-05-08T00:13:30
FPham
false
null
0
jj9y587
false
/r/LocalLLaMA/comments/137syol/google_we_have_no_moat_and_neither_does_openai/jj9y587/
false
1
t1_jj9y14z
Why don't we create a discord or a sub, just for generative agents that use LLMs? I'm also looking to build one
1
0
2023-05-08T00:12:35
mr_house7
false
null
0
jj9y14z
false
/r/LocalLLaMA/comments/13af6yp/generative_agents_with_opensourced_large/jj9y14z/
false
1