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_jj4x2ha
I'm personally interested in running these models locally rather than through some expensive API that might have privacy / censorship concerns. Being able to try out different model types on the fly is a plus too. Also, the UI is implemented in gradio which is highly compartmentalized, meaning if the Oobabooga UI is ev...
6
0
2023-05-06T21:31:15
_FLURB_
false
null
0
jj4x2ha
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4x2ha/
false
6
t1_jj4wt9z
> It takes time to handhold people Same goes for documentation. And until you have good documentation, everything you do is entirely worthless to someone else.
2
0
2023-05-06T21:29:15
involviert
false
null
0
jj4wt9z
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4wt9z/
false
2
t1_jj4w04x
>Why wouldn’t they? I would expect someone writing their own thing to base it on the minimal viable solution so that it still runs when some ui project goes out of business. But sure, maybe thaere are good reasons. If there are any, I would expect ooba should be split up though. Because that would indicate it play a u...
-1
0
2023-05-06T21:22:57
involviert
false
null
0
jj4w04x
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4w04x/
false
-1
t1_jj4vuj4
It takes time to handhold people. Personally, I rather he spend his time cranking out code which he is doing at a rapid rate. TBH, I found compiling it from source to be easy. And the best way to learn something is to struggle through it. Since then, you'll really know it.
1
0
2023-05-06T21:21:48
fallingdowndizzyvr
false
null
0
jj4vuj4
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4vuj4/
false
1
t1_jj4vq0d
How does a local model like this deal with a) short term memory restrictions (as in ChatGPTs token limit within any conversation) so it can keep the context of everything that has been said in "mind" and b) long-term memory as in building a knowledge base and refer to that in future conversations?
4
0
2023-05-06T21:20:49
Careful_Fee_642
false
null
0
jj4vq0d
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4vq0d/
false
4
t1_jj4v4dk
There's nothing worse than expecting competent people to "just get it" or "just deal with it". Also what I'm saying is kind of that "teach a man how to fish" thing.
1
0
2023-05-06T21:16:08
involviert
false
null
0
jj4v4dk
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4v4dk/
false
1
t1_jj4v3xl
Look at ggeraganov's github for llama.cpp for a chart that concisely sums up the pros and cons. https://github.com/ggerganov/llama.cpp#quantization I used to go for 5_1 thinking I would go for the best. But in reality, the differences in quality are minute but the speed difference is significant. So now I go for 4_0....
6
0
2023-05-06T21:16:02
fallingdowndizzyvr
false
null
0
jj4v3xl
false
/r/LocalLLaMA/comments/139yt87/notable_differences_between_q4_2_and_q5_1/jj4v3xl/
false
6
t1_jj4uzxs
> Yes, everything you send is part of the context, but that's the static part that won't change. Wrong. The model can't generate a single world without the previous word being added to the context. Same goes for answers and such.
1
0
2023-05-06T21:15:12
involviert
false
null
0
jj4uzxs
false
/r/LocalLLaMA/comments/136o0wu/have_you_guys_tried_the_new_mirostat_sampling_in/jj4uzxs/
false
1
t1_jj4uqa3
Just a FYI and a thank you, everything ran first time and I'm now downloading additional models to experiment with. Currently your post has been the easiest method to get up and running locally. Next step, beyond playing will be seeing if I can get xturing to work, and thank you for shortening the learning curve that ...
3
0
2023-05-06T21:13:08
morphemass
false
null
0
jj4uqa3
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4uqa3/
false
3
t1_jj4unoi
Why wouldn’t they? They reach a large audience, the install issues are mostly solved by others, and they can cover multiple model architectures potentially (depending on the implementation details).
3
0
2023-05-06T21:12:35
DaTruAndi
false
null
0
jj4unoi
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4unoi/
false
3
t1_jj4u5hm
Great question. Training is so intensive we only focused on that, but we can update our code to use flash attention at inference time too if that is selected.
1
0
2023-05-06T21:08:45
pseudotensor
false
null
0
jj4u5hm
false
/r/LocalLLaMA/comments/139gmht/h2oais_llama_30b/jj4u5hm/
false
1
t1_jj4u03u
Yes, everything you send is part of the context, but that's the static part that won't change. The model simply adds text at the end, after the name, one or more paragraphs until a stop token, max new tokens, or end of context is reached. So repetition penalty wouldn't affect the name, since you only add one response ...
1
0
2023-05-06T21:07:37
WolframRavenwolf
false
null
0
jj4u03u
false
/r/LocalLLaMA/comments/136o0wu/have_you_guys_tried_the_new_mirostat_sampling_in/jj4u03u/
false
1
t1_jj4tyk9
Ya, great feedback. We use very similar data as OpenAssistant, and the variance of answers can be very large. Any regeneration might give better or worse answers. I need to run OpenAssistant through our own evaluation process to see how it does.
2
0
2023-05-06T21:07:18
pseudotensor
false
null
0
jj4tyk9
false
/r/LocalLLaMA/comments/139gmht/h2oais_llama_30b/jj4tyk9/
false
2
t1_jj4tsze
None that you can use locally will be too good. Fine for some fun, but far, far from anything worth while. Let's be honest even ChatGPT-4 plots and writes like a self-help guru/wooden puppet. Quantized on webui, any 13b are as good as they get for now (which isn't very much). stable vicuna, vicuna, gpt-X alpaca, Wiza...
6
0
2023-05-06T21:06:09
FPham
false
2023-05-06T21:23:34
0
jj4tsze
false
/r/LocalLLaMA/comments/139uxfh/whats_the_best_local_fiction_writing_assistant/jj4tsze/
false
6
t1_jj4trul
The basic question, if I understand you correctly, is what actions do you need to do to get the data into the language model? * Use a vector database (via [LlamaIndex](https://github.com/jerryjliu/llama_index/blob/main/docs/use_cases/queries.md), [LangChain](https://python.langchain.com/en/latest/use_cases/question_an...
2
0
2023-05-06T21:05:55
es-cha-ton
false
null
0
jj4trul
false
/r/LocalLLaMA/comments/138up39/answer_questions_on_a_stack_of_word_documents/jj4trul/
false
2
t1_jj4tm5r
/bin/bash: line 1: 12897 Illegal instruction: 4 npm start production /bin/bash: line 1: 12897 Illegal instruction: 4 npm start production at file:///usr/local/lib/node_modules/catai/scripts/cli.js:55:27 exit code: 132 (Illegal instruction) Doesn't work. macOS Ventura.
1
0
2023-05-06T21:04:45
mmmm_frietjes
false
null
0
jj4tm5r
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4tm5r/
false
1
t1_jj4thqy
Thanks for your answer. Nice information, I'm thinking about getting two more cards as well. How much throughput do you achieve with your setup during training in tokens per time? Does the fine tuning on large models have a noticeable effect?
1
0
2023-05-06T21:03:49
MasterH0rnet
false
2023-05-06T21:08:42
0
jj4thqy
false
/r/LocalLLaMA/comments/138lxrp/llama4bit_inference_speed_for_various_context/jj4thqy/
false
1
t1_jj4tfvs
Great question. I spent probably 2 full days going through entire HF spaces datasets via APIs, looking for ones with valid license (commercially viable without restrictions like CC-BY-SA that requires share alike), valid tasks, and high enough quality. That journey is documented in the history of this file: https://g...
3
0
2023-05-06T21:03:26
pseudotensor
false
null
0
jj4tfvs
false
/r/LocalLLaMA/comments/139gmht/h2oais_llama_30b/jj4tfvs/
false
3
t1_jj4t341
That's cool, but is there a way to tell it to only use domains and search engines that respect some basic privacy?
1
0
2023-05-06T21:00:47
ptitrainvaloin
false
null
0
jj4t341
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4t341/
false
1
t1_jj4t1gc
Jesus Christ
1
0
2023-05-06T21:00:27
SuperBonerFart
false
null
0
jj4t1gc
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj4t1gc/
false
1
t1_jj4s22c
😂🤭
2
0
2023-05-06T20:52:57
disarmyouwitha
false
null
0
jj4s22c
false
/r/LocalLLaMA/comments/139u75e/local_model_for_specific_subject/jj4s22c/
false
2
t1_jj4s03i
Me2 mentality
0
0
2023-05-06T20:52:31
FPham
false
null
0
jj4s03i
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj4s03i/
false
0
t1_jj4rvjf
That's true. But I think they expect that people who will build it from source will know how to handle it. If not, that's why they provide prebuilt executables. So people can just run it and not worry about building it. Which is the point of the software in this thread too.
1
0
2023-05-06T20:51:34
fallingdowndizzyvr
false
null
0
jj4rvjf
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4rvjf/
false
1
t1_jj4ru9v
u/MasterH0rnet: OK, I was able to run 65b int4 with 2019 context tokens on 2x4090 - I put instructions in the github ticket.
2
0
2023-05-06T20:51:17
emvw7yf
false
null
0
jj4ru9v
false
/r/LocalLLaMA/comments/138lxrp/llama4bit_inference_speed_for_various_context/jj4ru9v/
false
2
t1_jj4rf5d
Yeah, I have been wondering this since stable diffusion uses Lora's so heavily. Censored models are just causing more headaches when we should make a very strong base. Then attach a Lora for how strongly it applies the censorship or bias/rules
2
0
2023-05-06T20:48:06
Tom_Neverwinter
false
null
0
jj4rf5d
false
/r/LocalLLaMA/comments/139iyl2/how_to_improve_the_quality_of_large_language/jj4rf5d/
false
2
t1_jj4rcb8
Gotcha, thank you for the clarification.
1
0
2023-05-06T20:47:30
TaiMaiShu-71
false
null
0
jj4rcb8
false
/r/LocalLLaMA/comments/139u75e/local_model_for_specific_subject/jj4rcb8/
false
1
t1_jj4r5br
Sorry, added a comma to break up the sentence.
1
0
2023-05-06T20:46:03
TaiMaiShu-71
false
null
0
jj4r5br
false
/r/LocalLLaMA/comments/139u75e/local_model_for_specific_subject/jj4r5br/
false
1
t1_jj4qpbp
The artificial benchmark of perplexity is not a good indication of model's chat and story writing qualities, though it does measure how well the model has learnt to predict text, and damage shown in perplexity measurement is likely quite evident to a human interacting with the model. The details of these quantization m...
51
0
2023-05-06T20:42:44
audioen
false
2023-05-06T20:54:35
0
jj4qpbp
false
/r/LocalLLaMA/comments/139yt87/notable_differences_between_q4_2_and_q5_1/jj4qpbp/
false
51
t1_jj4psm8
I'm so Hyped for this!
1
0
2023-05-06T20:35:52
Tom_Neverwinter
false
null
0
jj4psm8
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4psm8/
false
1
t1_jj4pkq6
KoboldAI has a client interface that handles long-term memory issues with a thing called "word info", basically every time a specified keyword is in the specified window (which is different from the context window), it will pull the info into the prompt. Problem is, last time I checked they were a little behind on impl...
2
0
2023-05-06T20:34:11
Ka_Trewq
false
null
0
jj4pkq6
false
/r/LocalLLaMA/comments/139uxfh/whats_the_best_local_fiction_writing_assistant/jj4pkq6/
false
2
t1_jj4pgsk
I have written a lot of tools for GPT4. I just have to copy its message, that will get analized and the triggers will get executed. It's fun. I just got GPT4 api access but I'm too frugal to use it. Anyway. Its in the tools and in the prompt crafting to make it use it. Not really sure why you would base your work on a ...
2
0
2023-05-06T20:33:21
involviert
false
null
0
jj4pgsk
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4pgsk/
false
2
t1_jj4p0qe
Yeah, I haven't been able to run it in 8 or 4bit using Ooga. Someone [posted](https://huggingface.co/OccamRazor/mpt-7b-storywriter-4bit-128g) a 4bit GPTQ version to HF, but I can't figure out how to load it.
5
0
2023-05-06T20:29:55
TeamPupNSudz
false
null
0
jj4p0qe
false
/r/LocalLLaMA/comments/139xi9l/how_can_i_try_mpt7bstorywriter/jj4p0qe/
false
5
t1_jj4ov2y
...or current?
1
0
2023-05-06T20:28:45
Tech_Kaczynski
false
null
0
jj4ov2y
false
/r/LocalLLaMA/comments/1396tl6/3b_and_7b_redpajamaincite_base_and/jj4ov2y/
false
1
t1_jj4oiks
At 16 bit precision?
3
0
2023-05-06T20:26:06
rustedbits
false
null
0
jj4oiks
false
/r/LocalLLaMA/comments/139xi9l/how_can_i_try_mpt7bstorywriter/jj4oiks/
false
3
t1_jj4ofi5
The pinned "how to" post is pretty dire as a Linux user, but I could probably have worked my way through; other approaches appear easier at first glance however. The entire LLM and ML domain is pretty jargon heavy, and as a neophyte it's easy to get lost in the all the competing approaches to accomplishing things (i.e....
5
0
2023-05-06T20:25:27
morphemass
false
2023-05-06T20:28:44
0
jj4ofi5
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4ofi5/
false
5
t1_jj4o2xw
It's pretty simple for us at MosaicML: we make our money by helping companies to build custom LLMs. We create open-source models to demonstrate that we have the tools and capabilities to build great models. The open-source models are a demo of the product, not the end goal.
13
0
2023-05-06T20:22:52
jfrankle
false
null
0
jj4o2xw
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj4o2xw/
false
13
t1_jj4nofc
You sir, are a god among men. Thank you.
2
0
2023-05-06T20:19:51
demonseed-elite
false
null
0
jj4nofc
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jj4nofc/
false
2
t1_jj4n68t
How do you go from this: >By aligning a model to modern values you are essentially brainwashing the model into a belief that is counter to the knowledge it has ingested during the initial training, which thereby causes degradation of the overall quality of its understanding of everything. Like a house, each brick is t...
3
0
2023-05-06T20:16:01
EphemeralFate
false
null
0
jj4n68t
false
/r/LocalLLaMA/comments/139iyl2/how_to_improve_the_quality_of_large_language/jj4n68t/
false
3
t1_jj4msy5
[deleted]
1
0
2023-05-06T20:13:12
[deleted]
true
null
0
jj4msy5
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4msy5/
false
1
t1_jj4mnps
Yes, cocktailpeanut/dalai sucks. That's because they took Llama and quantized it to 4 bits (from 16 bits). If you want a good result, then use a computer with 32 gigabytes of RAM, and run Vicuna-V1.1-7B using oobabooga/text-generation-webui and run with these flags: `run_cmd("python` [`server.py`](https://server....
1
0
2023-05-06T20:12:03
Big-Cucumber8936
false
null
0
jj4mnps
false
/r/LocalLLaMA/comments/12o2tsi/newbie_installed_dalai_with_llama_locally_trying/jj4mnps/
false
1
t1_jj4lygy
Also, something I haven't quite figured out yet is prompting for creating the list in the correct order; sometimes it creates it in total reverse / random order, and creating a second prompt to try and reorder the list seems to get it very confused. Fine-tuning that is high on the list of priorities.
3
0
2023-05-06T20:06:40
_FLURB_
false
null
0
jj4lygy
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4lygy/
false
3
t1_jj4lkxy
Very cool. I was having a lot of issues getting up and running the josh-xt's AgentLLM it'll be fun to see how off the rails it gets by itself.
6
0
2023-05-06T20:03:46
artificial_genius
false
null
0
jj4lkxy
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4lkxy/
false
6
t1_jj4lb4b
That's very cool! I'd like to see LangChain integration, if possible, instead of some self-made stuff, because that project has so much traction and can be considered the de-facto standard for these things. Would mean less work, more features, and most importantly future-proofing.
13
0
2023-05-06T20:01:37
WolframRavenwolf
false
null
0
jj4lb4b
false
/r/LocalLLaMA/comments/13a062v/introducing_agentooba_an_extension_for_oobaboogas/jj4lb4b/
false
13
t1_jj4kjsr
> Well, I have never heard that the names have been a problem. So I don't see a problem here that needs solving Sure. But have you heard about people complaining that their model is wandering off or starts repeating stuff? What I'm telling you is a possible reason. Either it's the repetition penalty or none of that. A...
1
0
2023-05-06T19:55:43
involviert
false
null
0
jj4kjsr
false
/r/LocalLLaMA/comments/136o0wu/have_you_guys_tried_the_new_mirostat_sampling_in/jj4kjsr/
false
1
t1_jj4k8hn
[deleted]
1
0
2023-05-06T19:53:18
[deleted]
true
null
0
jj4k8hn
false
/r/LocalLLaMA/comments/1381usi/laptop_good_enough_for_30b/jj4k8hn/
false
1
t1_jj4jyda
I mean it was pretty easy on windows too. But the instructions were complicated. I think often the problem is that they don't say what they are trying to accomplish. So you either follow them to the letter, basically don't knowing what you're doing, or you start thinking for yourself and then you are left without any h...
2
0
2023-05-06T19:51:08
involviert
false
null
0
jj4jyda
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4jyda/
false
2
t1_jj4joy7
Haha yes, using a project called Faraday.dev. It uses GGML 5\_0 quant. The token speed is ABYSMAL though, like 1 token every 20 seconds. I want to find a faster solution and I don't mind paying a reasonable price.
2
0
2023-05-06T19:49:06
404underConstruction
false
null
0
jj4joy7
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jj4joy7/
false
2
t1_jj4jjzd
> with other alts or bots that were upvoting you you can. LOL. In that case you must have hundreds of alts to upvote yourself otherwise your posts would be much lower. > See? you just learned something and hopefully became less pathetic. :) So adorable! You know the saying "imitation is the sincerest form of flatter...
1
0
2023-05-06T19:48:04
fallingdowndizzyvr
false
null
0
jj4jjzd
false
/r/LocalLLaMA/comments/135kh16/best_30b_4bit_model/jj4jjzd/
false
1
t1_jj4j9pd
I think you might be able to use the 4-bit version locally, did you try?
1
0
2023-05-06T19:45:50
faldore
false
null
0
jj4j9pd
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jj4j9pd/
false
1
t1_jj4j7cn
> I am curious how many tokens we can pass in with 24 GB. I max out at around 3,100 on my 4090.
7
0
2023-05-06T19:45:20
TeamPupNSudz
false
null
0
jj4j7cn
false
/r/LocalLLaMA/comments/139xi9l/how_can_i_try_mpt7bstorywriter/jj4j7cn/
false
7
t1_jj4iyvp
How do I set any of those up on Colab or the cloud? Do I have to wait for services and projects (like llama.cpp or text-generation-webui) to support this model or is there a version that would support any of these file already?
2
0
2023-05-06T19:43:29
404underConstruction
false
null
0
jj4iyvp
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jj4iyvp/
false
2
t1_jj4ivqi
Try to install inside a git-bash shell. one of the dependencies (npm zx) sometimes have problems with windows scripting
2
0
2023-05-06T19:42:48
ido-pluto
false
null
0
jj4ivqi
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4ivqi/
false
2
t1_jj4it9l
[deleted]
1
0
2023-05-06T19:42:16
[deleted]
true
null
0
jj4it9l
false
/r/LocalLLaMA/comments/1381usi/laptop_good_enough_for_30b/jj4it9l/
false
1
t1_jj4i972
I am a complete noob, so take this with a pinch of salt. I was just reading on another sub about this model: [https://www.reddit.com/r/singularity/comments/138rhxe/its\_here\_llongboi\_an\_actual\_open\_source\_7b\_llm/](https://www.reddit.com/r/singularity/comments/138rhxe/its_here_llongboi_an_actual_open_source_7b_l...
4
0
2023-05-06T19:37:55
VegaKH
false
null
0
jj4i972
false
/r/LocalLLaMA/comments/139xi9l/how_can_i_try_mpt7bstorywriter/jj4i972/
false
4
t1_jj4i320
Same. That's why I build it myself. But I do it in linux and other than having to change "native" to my target arch in the Makefile, I just type make and it compiles without fuss.
2
0
2023-05-06T19:36:34
fallingdowndizzyvr
false
null
0
jj4i320
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4i320/
false
2
t1_jj4hypl
H100 is said to be 9 times faster for AI training and 30 times faster for inference. It's much better if you can find it for twice the price, but from what I have seen it's often 4 or 5 times the price of an A100.
1
0
2023-05-06T19:35:39
FamousWorth
false
null
0
jj4hypl
false
/r/LocalLLaMA/comments/139dp6n/one_h100_or_two_a100/jj4hypl/
false
1
t1_jj4hfir
Well, I have never heard that the names have been a problem. So I don't see a problem here that needs solving. 🤷🏻‍♂️ I mean, the name isn't even created by the model - in normal chat, you provide the context, ending with the character's name and a colon, which cues the AI to write the character's response. So there'...
1
0
2023-05-06T19:31:26
WolframRavenwolf
false
2023-05-06T19:36:19
0
jj4hfir
false
/r/LocalLLaMA/comments/136o0wu/have_you_guys_tried_the_new_mirostat_sampling_in/jj4hfir/
false
1
t1_jj4h4x5
Now this makes sense. Thanks
3
0
2023-05-06T19:29:06
AlphaPrime90
false
null
0
jj4h4x5
false
/r/LocalLLaMA/comments/138szrl/new_llama_13b_model_from_nomicai_gpt4all13bsnoozy/jj4h4x5/
false
3
t1_jj4h2bl
the model.
1
0
2023-05-06T19:28:32
ninjasaid13
false
null
0
jj4h2bl
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4h2bl/
false
1
t1_jj4h0li
You probably need to use interactive mode https://github.com/ggerganov/llama.cpp#interactive-mode Pass something like ./main -m ./<your_model.bin> -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt Similar thing happened to me the first time I tried it on Termux
1
0
2023-05-06T19:28:09
reduserGf
false
null
0
jj4h0li
false
/r/LocalLLaMA/comments/139z1ue/how_do_i_stop_it_from_asking_itself/jj4h0li/
false
1
t1_jj4gliu
You should use the ggml It will work great on llama.cpp https://huggingface.co/TheBloke/WizardLM-7B-uncensored-GGML Or try the 8-bit or 4-bit quantized version made by AusBoss https://huggingface.co/ausboss/llama7b-wizardlm-unfiltered-4bit-128g
2
0
2023-05-06T19:24:49
faldore
false
2023-05-06T19:39:01
0
jj4gliu
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jj4gliu/
false
2
t1_jj4glfz
Basically (how I understand it), 5_1 is the best but takes slightly more resources than 4bit in general. 4_1 is better than 4_2 but 4_2 is faster and the difference may be small enough that speed can be chosen over performance. There's also some comparisons between 4bit, 5bit, 8bit, and fp16 here for a model https://h...
8
0
2023-05-06T19:24:48
reduserGf
false
null
0
jj4glfz
false
/r/LocalLLaMA/comments/139yt87/notable_differences_between_q4_2_and_q5_1/jj4glfz/
false
8
t1_jj4gjro
With low knowledge and capitalist fascist boomers writing laws no telling.
3
0
2023-05-06T19:24:26
Gullible_Bar_284
false
null
0
jj4gjro
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj4gjro/
false
3
t1_jj4g5lz
How should one go about running a 7/13/30B parameter model like this when your local hardware isn't up to the task (8gb ram)? I assume of course that the optimal flavour of these models wrt to size/speed/ram tradeoffs would be the 4\_X quantized models - GGML or GPTQ (5 bit quantization seems to add very little additio...
3
0
2023-05-06T19:21:22
404underConstruction
false
null
0
jj4g5lz
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jj4g5lz/
false
3
t1_jj4fusd
Thank you. A lot of good info for me to get started with.
1
0
2023-05-06T19:19:03
VegaKH
false
null
0
jj4fusd
false
/r/LocalLLaMA/comments/139uxfh/whats_the_best_local_fiction_writing_assistant/jj4fusd/
false
1
t1_jj4f5w9
I don't know what you mean. Whatever the format, it is part of the context the model reads. Even just names would be repetitive, would they not? If that woudl even work.
2
0
2023-05-06T19:13:40
involviert
false
null
0
jj4f5w9
false
/r/LocalLLaMA/comments/136o0wu/have_you_guys_tried_the_new_mirostat_sampling_in/jj4f5w9/
false
2
t1_jj4ez5f
I don't think the instructions led me there, but I wanted to build it myself anyway. C++ is where I'm at home and I'm reading it to find out what the help left ambigous and do small mods and such.
2
0
2023-05-06T19:12:15
involviert
false
null
0
jj4ez5f
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4ez5f/
false
2
t1_jj4emkp
I have been testing Snoozy 13b and it's significantly better at answering chain of thought questions compared to both GPT4 x Alpaca 30B (the LoRA one on MS Research dataset) and the 13B one based on GPTeacher. Would be great to see Snoozy 30B!
2
0
2023-05-06T19:09:33
Loose_Historian
false
null
0
jj4emkp
false
/r/LocalLLaMA/comments/138szrl/new_llama_13b_model_from_nomicai_gpt4all13bsnoozy/jj4emkp/
false
2
t1_jj4ehj1
Yes try to uninstall and reinstall nodejs. When is the error accord? While installing `catai` or the model?
2
0
2023-05-06T19:08:29
ido-pluto
false
null
0
jj4ehj1
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4ehj1/
false
2
t1_jj4ee8n
[deleted]
1
0
2023-05-06T19:07:47
[deleted]
true
null
0
jj4ee8n
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4ee8n/
false
1
t1_jj4ect5
> Last time I spent hours trying to get the requirements for something going, I think it was llama.cpp. Why didn't you just download the prebuilt executables and run them? Unzip and go. https://github.com/ggerganov/llama.cpp/releases/tag/master-a3b85b2
4
0
2023-05-06T19:07:28
fallingdowndizzyvr
false
null
0
jj4ect5
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4ect5/
false
4
t1_jj4e75f
I have 2 x 3090s and can't get results - it only uses one GPU. I think you have to run it on rented GPUs.
3
0
2023-05-06T19:06:15
PookaMacPhellimen
false
null
0
jj4e75f
false
/r/LocalLLaMA/comments/139xi9l/how_can_i_try_mpt7bstorywriter/jj4e75f/
false
3
t1_jj4e31g
> Wonderful to see someone solving the usability aspect of playing with LLMs locally; I've been trying to get something working locally most of today (bottleneck is currently my network connection) It baffles me when people say this. Llama.cpp, which is what this is based on, is as easy as it gets. Even if you can't t...
2
0
2023-05-06T19:05:22
fallingdowndizzyvr
false
null
0
jj4e31g
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4e31g/
false
2
t1_jj4e2e3
The Cambrian Explosion will be when the models start self-improving, we have seen nothing yet. Internet will be saturated with AI communications. There will be a form of natural selection that will favor models cannibalizing computational resources by using methods such a deception toward humans or hacking computers, u...
0
1
2023-05-06T19:05:14
aleph02
false
null
0
jj4e2e3
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj4e2e3/
false
0
t1_jj4cyxr
"like accounting trained on our ERP" The acronym in that context REALLY confused me for a minute.
2
0
2023-05-06T18:56:46
SRavingmad
false
null
0
jj4cyxr
false
/r/LocalLLaMA/comments/139u75e/local_model_for_specific_subject/jj4cyxr/
false
2
t1_jj4cuew
Is there a general rule of thumb for assessing whether and how fast a model will work on a machine with x, y, and z specs? (I’m not sure what specs should be considered—RAM, CPU, and GPU? Then, how to determine what those should be at a minimum).
3
0
2023-05-06T18:55:47
Hinged31
false
null
0
jj4cuew
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4cuew/
false
3
t1_jj4cnr7
I attempted a reinstall, and it gave the error in the above comment. Should I attempt a reinstall of node.js\* as well?
2
0
2023-05-06T18:54:20
ninjasaid13
false
null
0
jj4cnr7
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4cnr7/
false
2
t1_jj4c8v6
I have a hunch that you could use a form of babyAGI to solve many of these issues.
1
0
2023-05-06T18:51:11
PacmanIncarnate
false
null
0
jj4c8v6
false
/r/LocalLLaMA/comments/139uxfh/whats_the_best_local_fiction_writing_assistant/jj4c8v6/
false
1
t1_jj4c74a
Most models have at least 2000 tokens. That means 2000 tokens per sentence. The embeddings turn sentences into vector representations (distilling the meaning of the sentences). So, as long as your sentences aren't paragraphs, the embeddings (as keys into the vector database and as representations of your query meanin...
2
0
2023-05-06T18:50:49
the_unknown_coder
false
null
0
jj4c74a
false
/r/LocalLLaMA/comments/139u75e/local_model_for_specific_subject/jj4c74a/
false
2
t1_jj4c0et
Running entirely on CPU using something like [koboldcpp](https://github.com/LostRuins/koboldcpp) instead of splitting between GPU+CPU turned out to be faster for me. Since I'm on a laptop, I couldn't upgrade my GPU, but I upgraded my RAM and can run 30B models now. I'd say give it a try and compare both options: CPU o...
3
0
2023-05-06T18:49:25
WolframRavenwolf
false
null
0
jj4c0et
false
/r/LocalLLaMA/comments/139tjaa/13b_models_on_6gb_vram/jj4c0et/
false
3
t1_jj4b2j1
The model install or nodejs install? If the model installation then run the install again, it will continue from where it left
2
0
2023-05-06T18:42:14
ido-pluto
false
null
0
jj4b2j1
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4b2j1/
false
2
t1_jj4ar6b
Thank you for your efforts.
2
0
2023-05-06T18:39:50
AlphaPrime90
false
null
0
jj4ar6b
false
/r/LocalLLaMA/comments/138szrl/new_llama_13b_model_from_nomicai_gpt4all13bsnoozy/jj4ar6b/
false
2
t1_jj4abi0
Just put the model in `~/catai/models` directory And then `catai use model_name` The model needs to be type: ggml q4_0 (~ = home directory, in windows: c:/users/user_name)
3
0
2023-05-06T18:36:31
ido-pluto
false
null
0
jj4abi0
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4abi0/
false
3
t1_jj4a3af
if it got all messed up because my install got interrupted maybe what do I do? Node.js v19.7.0 node:internal/modules/cjs/loader:1093 throw err; ^ Error: Cannot find module 'C:\node_modules\npm\bin\npm-cli.js' at Module._resolveFilename (node:internal/modules/cjs/loader:1090:15) ...
2
0
2023-05-06T18:34:49
ninjasaid13
false
null
0
jj4a3af
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj4a3af/
false
2
t1_jj49ri5
Because then we would be still stuck with autocorrect. It's counted intuitive unfortunately it's 100% true humans perform better competing than cooperating.
1
0
2023-05-06T18:32:21
AztalanMaster
false
null
0
jj49ri5
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj49ri5/
false
1
t1_jj49bcr
You could keep the warning and let users install the models anyway? But performance wise, maybe something needs to be checked. Faraday is giving me slower results than other alternatives. For eg. gpt4all has a similar zero-config UI and is super fast even in a M1 8gb model: [https://gpt4all.io/index.html](https://gpt4...
1
0
2023-05-06T18:29:14
Von_Church
false
null
0
jj49bcr
false
/r/LocalLLaMA/comments/13774vr/zeroconfig_desktop_app_for_running_llama/jj49bcr/
false
1
t1_jj499p7
Having just assessed the state of narrative AI myself, unfortunately, none of the publicly available LLMs are going to fulfil your task list at the moment, though some of the best of them have promise and could eventually evolve into a good solution. AI is certainly fun to play with, and can occasionally hit gold, but ...
11
0
2023-05-06T18:28:55
Uoso
false
null
0
jj499p7
false
/r/LocalLLaMA/comments/139uxfh/whats_the_best_local_fiction_writing_assistant/jj499p7/
false
11
t1_jj492v4
Ironically all real socialists called the people that helped create the modern Scandinavian system “capitalist sell outs”. There’s really no such thing as capitalism with socialist features. That’s just called modern, regulated capitalism. Scandinavian countries just have more regulations and safety nets. It’s a common...
5
0
2023-05-06T18:27:39
bacteriarealite
false
null
0
jj492v4
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj492v4/
false
5
t1_jj48gck
Wonderful to see someone solving the usability aspect of playing with LLMs locally; I've been trying to get something working locally most of today (bottleneck is currently my network connection). Installation and basic HowTo guides are all turning out to be atrocious in their inattention to detail. Keeping it as simpl...
8
0
2023-05-06T18:23:19
morphemass
false
null
0
jj48gck
false
/r/LocalLLaMA/comments/139kfrb/how_to_install_wizardvicuna/jj48gck/
false
8
t1_jj48ag9
Even the Scandinavian systems are still capitalist at a core with some socialist traits. I wonder how many people who are calling for socialism will actually last in a socialist society like the one my parents grew up in when Mao was in charge of China. Fortunately, most people who are vocal in their hatred of capitali...
5
0
2023-05-06T18:22:11
ragnarkar
false
null
0
jj48ag9
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj48ag9/
false
5
t1_jj47tr0
Well, let's try it! Another model for the bag. I literally download every single model, even the ones I don't like, and even the ones I can't run on my PC (this one I can). The reason being to keep them safe and in a backup disk, in case governments get touch on AI at some point. But if uncensored without all the eth...
2
0
2023-05-06T18:19:07
CulturedNiichan
false
null
0
jj47tr0
false
/r/LocalLLaMA/comments/1384u1g/wizardlm7buncensored/jj47tr0/
false
2
t1_jj47dy6
Social within the family unit. Not social within a societal unit. We have made no real evolutionary changes since we moved away from family units common in the animal kingdom and towards societal units. We are inherently competitive but cooperation has so many benefits that we have culturally tried to find ways to igno...
-5
0
2023-05-06T18:16:13
bacteriarealite
true
null
0
jj47dy6
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj47dy6/
false
-5
t1_jj46zy0
That assumes there’s anything to get over. Capitalism just means freedom to purchase things and own them, including land and productive technology/equipment. The term capitalism was invented by Marxists to describe a system that exists when you aren’t centralizing the means of production. We’ve figured out that doesn’t...
0
1
2023-05-06T18:13:29
bacteriarealite
false
null
0
jj46zy0
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj46zy0/
false
0
t1_jj46onh
"You don't get it". While rubbing my chin with my finger.
2
0
2023-05-06T18:11:21
AlphaPrime90
false
null
0
jj46onh
false
/r/LocalLLaMA/comments/138nddb/mpt7b_a_opensource_model_trained_on_1_trillion/jj46onh/
false
2
t1_jj46f80
There are aspects of competition and cooperation - we are inherently a social species.
11
0
2023-05-06T18:09:38
satyriosa
false
null
0
jj46f80
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj46f80/
false
11
t1_jj45rze
Fosters humanity far better than any other system.
-3
1
2023-05-06T18:05:13
bacteriarealite
false
null
0
jj45rze
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj45rze/
false
-3
t1_jj45qyu
Capitalism is the best we've ever had, but we've got to get over it
8
0
2023-05-06T18:05:00
jackcloudman
false
null
0
jj45qyu
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj45qyu/
false
8
t1_jj45n6w
> Capitalism doesn’t foster humanity. FTFY
4
0
2023-05-06T18:04:18
candre23
false
null
0
jj45n6w
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj45n6w/
false
4
t1_jj45dni
That's why my bet's with MS & OpenAI quite honestly.
1
0
2023-05-06T18:02:32
pyrodist
false
null
0
jj45dni
false
/r/LocalLLaMA/comments/139meyn/why_dont_companies_collaborate_together_in/jj45dni/
false
1
t1_jj451we
I already have such a character that does whatever I want. Wizard-Vicuna actually is the first and only model I encountered that still refuses even after rerolling a lot, while both Wizard and Vicuna play along, so this offspring is much more censored than each parent.
2
0
2023-05-06T18:00:26
WolframRavenwolf
false
null
0
jj451we
false
/r/LocalLLaMA/comments/137upg4/wizardvicuna13b_hugging_face/jj451we/
false
2