title stringlengths 1 300 | score int64 0 8.54k | selftext stringlengths 0 41.5k | created timestamp[ns]date 2023-04-01 04:30:41 2026-03-04 02:14:14 ⌀ | url stringlengths 0 878 | author stringlengths 3 20 | domain stringlengths 0 82 | edited timestamp[ns]date 1970-01-01 00:00:00 2026-02-19 14:51:53 | gilded int64 0 2 | gildings stringclasses 7
values | id stringlengths 7 7 | locked bool 2
classes | media stringlengths 646 1.8k ⌀ | name stringlengths 10 10 | permalink stringlengths 33 82 | spoiler bool 2
classes | stickied bool 2
classes | thumbnail stringlengths 4 213 ⌀ | ups int64 0 8.54k | preview stringlengths 301 5.01k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Exllama on windows using CPU | 5 | Is it possible to run Exllama on windows with CPU using pytorch cpu?
I tried but I am getting
in \_get\_cuda\_arch\_flags arch\_list\[-1\] += '+PTX' IndexError: list index out of range
From what I understand, it's angry that there are no cuda devices. | 2023-08-18T12:56:31 | https://www.reddit.com/r/LocalLLaMA/comments/15ujv0c/exllama_on_windows_using_cpu/ | HeavyDiamond8069 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ujv0c | false | null | t3_15ujv0c | /r/LocalLLaMA/comments/15ujv0c/exllama_on_windows_using_cpu/ | false | false | self | 5 | null |
Training/Finetuning LLAMA2 on sentence data? | 1 | I have a lot of text data in a language that LLAMA2 is not yet great in. I do not have a Q/A format of data, just sentences. Is there a way I can use that to improve LLAMA2 for that particular language- assuming that the quantity of data and computing resources are not a problem? | 2023-08-18T12:21:03 | https://www.reddit.com/r/LocalLLaMA/comments/15uj2dg/trainingfinetuning_llama2_on_sentence_data/ | xidd1 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15uj2dg | false | null | t3_15uj2dg | /r/LocalLLaMA/comments/15uj2dg/trainingfinetuning_llama2_on_sentence_data/ | false | false | self | 1 | null |
What does time-to-first-token depend upon? | 18 | I am new to LLaMA. I have only used GPT3 and 4 APIs up until. I wanted to explore LLaMA. I have seen some demos of LLaMA but the time-to-first-token appears to be a bit slow often, although the after first token it generates the next ones quite fast. On the other hand Perplexity Chat's LLaMA fork appears to produce the... | 2023-08-18T11:04:18 | https://www.reddit.com/r/LocalLLaMA/comments/15uhffi/what_does_timetofirsttoken_depend_upon/ | me219iitd | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15uhffi | false | null | t3_15uhffi | /r/LocalLLaMA/comments/15uhffi/what_does_timetofirsttoken_depend_upon/ | false | false | self | 18 | null |
What LLM topics, techniques, concepts, or tools are you interested in learning more about? | 6 | Data Science events are everywhere, and LLM sessions are the ones most attended, may it be virtual or in-person. What LLM topic do you think is more interesting? | 2023-08-18T10:54:40 | https://www.reddit.com/r/LocalLLaMA/comments/15uh8ay/what_llm_topics_techniques_concepts_or_tools_are/ | Data_Nerd1979 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15uh8ay | false | null | t3_15uh8ay | /r/LocalLLaMA/comments/15uh8ay/what_llm_topics_techniques_concepts_or_tools_are/ | false | false | self | 6 | null |
Any ideas on how to implement Flowise flows into sheets, like GPT for sheets does? | 8 | This is an amazing project (GPT for Sheets) for productivity, and demands 0 programming knowledge
[https://workspace.google.com/marketplace/app/gpt\_for\_sheets\_and\_docs/677318054654](https://workspace.google.com/marketplace/app/gpt_for_sheets_and_docs/677318054654)
However, it is based on stateless OpenAI.
\- in... | 2023-08-18T10:01:13 | https://www.reddit.com/r/LocalLLaMA/comments/15ug7b6/any_ideas_on_how_to_implement_flowise_flows_into/ | dimknaf | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ug7b6 | false | null | t3_15ug7b6 | /r/LocalLLaMA/comments/15ug7b6/any_ideas_on_how_to_implement_flowise_flows_into/ | false | false | self | 8 | null |
How are your tokens/second speeds? | 1 | [removed] | 2023-08-18T09:48:12 | https://www.reddit.com/r/LocalLLaMA/comments/15ufyrb/how_are_your_tokenssecond_speeds/ | innocuousAzureus | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ufyrb | false | null | t3_15ufyrb | /r/LocalLLaMA/comments/15ufyrb/how_are_your_tokenssecond_speeds/ | false | false | self | 1 | null |
Accelerate not working with merged model? | 2 | I'm using the HuggingFace libraries and Llama 2, in case that changes anything. Also, I'm running all my code on free Colab.
I've trained a QLora adapter. I can load the base model (Llama-2-7B-hf) using AutoModelForCausalLM.from\_pretrained and then the adapter separately as a PeftModel.from\_pretrained, and then us... | 2023-08-18T06:59:15 | https://www.reddit.com/r/LocalLLaMA/comments/15ud06t/accelerate_not_working_with_merged_model/ | rmt77 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ud06t | false | null | t3_15ud06t | /r/LocalLLaMA/comments/15ud06t/accelerate_not_working_with_merged_model/ | false | false | self | 2 | null |
I have a query regarding the creation of a dataset | 2 | Hello all,
This might seem like a stupid question, but please bear with, I'm new to this.
I'm creating a dataset for my new roleplay model. My goal for it is to try and get it as human-sounding as possible, and to make it useable in an online chat-style setting.
For the most part, as a result, I'm mostly roleplayin... | 2023-08-18T06:48:39 | https://www.reddit.com/r/LocalLLaMA/comments/15uctrt/i_have_a_query_regarding_the_creation_of_a_dataset/ | ranting172837294 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15uctrt | false | null | t3_15uctrt | /r/LocalLLaMA/comments/15uctrt/i_have_a_query_regarding_the_creation_of_a_dataset/ | false | false | self | 2 | null |
Why is meta releasing free open source stuff? | 170 | Literally why ? Is zuck the good guy now ? Why am i not seeing praise for him | 2023-08-18T06:29:09 | https://www.reddit.com/r/LocalLLaMA/comments/15ucgr6/why_is_meta_releasing_free_open_source_stuff/ | zikamit111 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ucgr6 | false | null | t3_15ucgr6 | /r/LocalLLaMA/comments/15ucgr6/why_is_meta_releasing_free_open_source_stuff/ | false | false | self | 170 | null |
I released model Griffin 3B | 14 | [https://huggingface.co/acrastt/Griffin-3B](https://huggingface.co/acrastt/Griffin-3B)
Today I released a new model named [Griffin 3B](https://huggingface.co/acrastt/Griffin-3B). It is [OpenLLaMA 3B V2](https://huggingface.co/openlm-research/open_llama_3b_v2) fine-tuned on [Puffin](https://huggingface.co/datasets/LDJn... | 2023-08-18T04:16:08 | https://www.reddit.com/r/LocalLLaMA/comments/15u9w76/i_released_model_griffin_3b/ | bot-333 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u9w76 | false | null | t3_15u9w76 | /r/LocalLLaMA/comments/15u9w76/i_released_model_griffin_3b/ | false | false | self | 14 | {'enabled': False, 'images': [{'id': 'auOIBRF0yqyZrDW-GquK8GoKqd_r-mm2ZFQgU2D3zog', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/9-I994bnpRUcQaMaUUFIxta4DdBcmCUwYoj-Pat8Umo.jpg?width=108&crop=smart&auto=webp&s=bca69a5a4f61f50d18189e6f7a12661e2e1e4c4b', 'width': 108}, {'height': 116, 'url': 'h... |
Meta is preparing to launch a new open source coding model, dubbed Code Llama, that may release as soon as next week | 323 | [https://www.theinformation.com/articles/metas-next-ai-attack-on-openai-free-code-generating-software](https://www.theinformation.com/articles/metas-next-ai-attack-on-openai-free-code-generating-software)
Another exclusive article from The Information. While the full article is paywalled, the introduction explains mos... | 2023-08-18T03:09:22 | https://www.reddit.com/r/LocalLLaMA/comments/15u8i38/meta_is_preparing_to_launch_a_new_open_source/ | llamaShill | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u8i38 | false | null | t3_15u8i38 | /r/LocalLLaMA/comments/15u8i38/meta_is_preparing_to_launch_a_new_open_source/ | false | false | self | 323 | {'enabled': False, 'images': [{'id': 'cd6fHdjsLo7iRaakKntgHxtm76D24XyKZm-tdQD3soA', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/SL6YFG7zVaYaF-lZqTU82RFbvxcHClTsfbS4Dv-a7to.jpg?width=108&crop=smart&auto=webp&s=f42afb33af28f9867ccd377bc49e4e3d8b2b8a88', 'width': 108}, {'height': 121, 'url': 'h... |
Model loaded on one gpu but running on another? | 1 | Hi all, I'm running the Bloke's Llama 2 13B GPTQ model on the auto-gptq=0.3.1 with the unchanged localGPT repo. The inference process is taking really long (5 min for a basic prompt) and so I went to look at the gpu utilisation. I found that GPU 0 has the model loaded in VRAM = 9.1 / 12 GB and 0% utilisation, and GPU 1... | 2023-08-18T02:37:53 | https://www.reddit.com/r/LocalLLaMA/comments/15u7tcf/model_loaded_on_one_gpu_but_running_on_another/ | Historical-Exit-1880 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u7tcf | false | null | t3_15u7tcf | /r/LocalLLaMA/comments/15u7tcf/model_loaded_on_one_gpu_but_running_on_another/ | false | false | self | 1 | null |
New paper that claims to have produced viable 2 bit quantisations (with OPT models) | 73 | 2023-08-18T02:23:25 | https://arxiv.org/abs/2307.13304 | alphakue | arxiv.org | 1970-01-01T00:00:00 | 0 | {} | 15u7hq6 | false | null | t3_15u7hq6 | /r/LocalLLaMA/comments/15u7hq6/new_paper_that_claims_to_have_produced_viable_2/ | false | false | 73 | {'enabled': False, 'images': [{'id': 'q3evP6JeDpAC2MdSQHWYxnCYTqbJkElIQsLFqVSdkss', 'resolutions': [{'height': 63, 'url': 'https://external-preview.redd.it/0HhwdU6MKIAKjL9Y8-B_iH374a3NiPTy0ib8lmloRzA.jpg?width=108&crop=smart&auto=webp&s=2711d572cfc6c713893cf24e8c4a7344d5ad8a4c', 'width': 108}, {'height': 126, 'url': 'h... | ||
What happened to the Llama-cpp-python project? | 5 | They haven't released a new update in almost a month. It's strange because llama.cpp is being actively updated. | 2023-08-18T02:07:10 | https://www.reddit.com/r/LocalLLaMA/comments/15u74ku/what_happened_to_the_llamacpppython_project/ | Big_Communication353 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u74ku | false | null | t3_15u74ku | /r/LocalLLaMA/comments/15u74ku/what_happened_to_the_llamacpppython_project/ | false | false | self | 5 | null |
Is This A Practicle Way Of Fixing The Memory Problem? | Basically Unlimited Memory Unlocked | 1 | [removed] | 2023-08-18T01:57:17 | https://www.reddit.com/r/LocalLLaMA/comments/15u6wcb/is_this_a_practicle_way_of_fixing_the_memory/ | UserX203 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u6wcb | false | null | t3_15u6wcb | /r/LocalLLaMA/comments/15u6wcb/is_this_a_practicle_way_of_fixing_the_memory/ | false | false | self | 1 | null |
I made an experiment to compare OpenChatPreview2, Nous-Hermes, and Airoboros-l2 13b models | 1 | [removed] | 2023-08-18T01:26:21 | https://www.reddit.com/r/LocalLLaMA/comments/15u67ll/i_made_an_experiment_to_compare_openchatpreview2/ | arctic_fly | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u67ll | false | null | t3_15u67ll | /r/LocalLLaMA/comments/15u67ll/i_made_an_experiment_to_compare_openchatpreview2/ | false | false | self | 1 | null |
What kind of differences does `sail-sg/lorahub` have with MoE? | 8 | Since MoE or mixture of loras is supposed to be the gpt4 model underneath, what is the current take on this interesting project?
Does regular MoE require loading all 8 parts into memory?
Does quickly applying loras reduce the x8 vram requirements?
Would difference merging/xor merging help in any case?
Is there a ... | 2023-08-18T00:22:10 | https://www.reddit.com/r/LocalLLaMA/comments/15u4q4n/what_kind_of_differences_does_sailsglorahub_have/ | Aaaaaaaaaeeeee | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u4q4n | false | null | t3_15u4q4n | /r/LocalLLaMA/comments/15u4q4n/what_kind_of_differences_does_sailsglorahub_have/ | false | false | self | 8 | null |
What are the differences between the 2x24GB combos (2x4090, 3090Ti+3090, etc) for running Llama2-70B? | 14 | Title | 2023-08-18T00:21:26 | https://www.reddit.com/r/LocalLLaMA/comments/15u4phs/what_are_the_differences_between_the_2x24gb/ | NLTPanaIyst | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u4phs | false | null | t3_15u4phs | /r/LocalLLaMA/comments/15u4phs/what_are_the_differences_between_the_2x24gb/ | false | false | self | 14 | null |
What am I capable of with my setup? | 5 | I have a 1660ti 6gb and a 1650 4gb. Both of them are idle. I have an Rx 570 as the primary GPU. My CPU is i7-3770 and I have 32gb of ddr3 ram.
I can run 7b gptq pretty easily and have yet to run into memory errors.
I've tried to load a 13b gptq and split the memory between the two Nvidia GPUs and it doesn't work. I g... | 2023-08-18T00:03:55 | https://www.reddit.com/r/LocalLLaMA/comments/15u4aut/what_am_i_capable_of_with_my_setup/ | KeyMillion | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u4aut | false | null | t3_15u4aut | /r/LocalLLaMA/comments/15u4aut/what_am_i_capable_of_with_my_setup/ | false | false | self | 5 | null |
Any open source prompt Enhancing LLM projects? | 4 | Do we have any open source projects for prompt engineering? I saw a demonstration of [https://promptperfect.jina.ai](https://promptperfect.jina.ai/) and immediately started searching for a version of this we can use offline in order to protect our privacy.
I've seen GPT cheat sheets, prompt engineering guides, a... | 2023-08-17T21:54:33 | https://www.reddit.com/r/LocalLLaMA/comments/15u127k/any_open_source_prompt_enhancing_llm_projects/ | No-Ordinary-Prime | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u127k | false | null | t3_15u127k | /r/LocalLLaMA/comments/15u127k/any_open_source_prompt_enhancing_llm_projects/ | false | false | self | 4 | {'enabled': False, 'images': [{'id': 'eIb0TbQyzxFwj0G-16HIwInKlXFfrJMX3fQhf4D7zSw', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/SBtWnhQhnRb9KSFFpBx939YUBMJErogUbFaiP6j92h0.jpg?width=108&crop=smart&auto=webp&s=7d75cfb13950f79cc6b9da7b8a8caae7e88659a8', 'width': 108}, {'height': 112, 'url': 'h... |
Playing around w/ a more structured LLM workflow | 13 | Hey y'all!
We're building an opinionated API + a workflow UI to get more structured output from language models.
The idea is to create a strong set of guardrails on top of language models so that common functionality such as generating templates or getting JSON output can be constrained via a little pre/post processi... | 2023-08-17T21:37:09 | https://www.reddit.com/r/LocalLLaMA/comments/15u0lu6/playing_around_w_a_more_structured_llm_workflow/ | andyndino | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15u0lu6 | false | null | t3_15u0lu6 | /r/LocalLLaMA/comments/15u0lu6/playing_around_w_a_more_structured_llm_workflow/ | false | false | self | 13 | null |
What would the best model be for either question answering or multiple choice question answering? | 1 | [removed] | 2023-08-17T20:56:09 | https://www.reddit.com/r/LocalLLaMA/comments/15tzhsw/what_would_the_best_model_be_for_either_question/ | Crafty_Charge_4079 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tzhsw | false | null | t3_15tzhsw | /r/LocalLLaMA/comments/15tzhsw/what_would_the_best_model_be_for_either_question/ | false | false | self | 1 | null |
Can You Run Same LLM on 3 GPUs | 6 | What I mean is:
1. Same model copying and pasting it 3 times
2. You got 3 different GPUs on the same MB
Lets say: rtx 2060, rtx 3060, rtx 1080
3. Headache free, just works out of the box, no coding needed or hours to figure out why it doesn't work/hours to fix the problem
4. Like selecting a GPU from a menu or someth... | 2023-08-17T20:50:35 | https://www.reddit.com/r/LocalLLaMA/comments/15tzcdh/can_you_run_same_llm_on_3_gpus/ | SakamotoKyu | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tzcdh | false | null | t3_15tzcdh | /r/LocalLLaMA/comments/15tzcdh/can_you_run_same_llm_on_3_gpus/ | false | false | self | 6 | null |
Should cublas be faster than clblas when using an nvidia GPU? | 1 | I just got my new nvidia GPU and when switching over to cublas all my generations took so much longer. My previous GPU was also an nvidia but I mever bothered to try cublas.
Any ideas? | 2023-08-17T20:47:52 | https://www.reddit.com/r/LocalLLaMA/comments/15tz9oi/should_cublas_be_faster_than_clblas_when_using_an/ | wh33t | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tz9oi | false | null | t3_15tz9oi | /r/LocalLLaMA/comments/15tz9oi/should_cublas_be_faster_than_clblas_when_using_an/ | false | false | self | 1 | null |
Using Generated Q/A Pairs for Fine Tuning? Is It Worth It? | 11 | Like most people here, I have lots and lots of internal documents. My current workflow is to ingest, chunk, embed, query embeddings, and then use that subset of text to prompt a local model (whatever is near the top of the HFLB). This works "OK" for simple factual retrieval (e.g. "what is the right torque setting f... | 2023-08-17T20:35:05 | https://www.reddit.com/r/LocalLLaMA/comments/15tywvd/using_generated_qa_pairs_for_fine_tuning_is_it/ | Simusid | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tywvd | false | null | t3_15tywvd | /r/LocalLLaMA/comments/15tywvd/using_generated_qa_pairs_for_fine_tuning_is_it/ | false | false | self | 11 | null |
What happened to Longterm Memory? | 9 | It seemed to me that there was a flurry around adding longterm memory beyond context for llama. Then llama2 released and its like everyone forgot about it, where’s the documentation for implementing it with llama2 with things like ooga? | 2023-08-17T20:17:04 | https://www.reddit.com/r/LocalLLaMA/comments/15tyf3j/what_happened_to_longterm_memory/ | Agured | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tyf3j | false | null | t3_15tyf3j | /r/LocalLLaMA/comments/15tyf3j/what_happened_to_longterm_memory/ | false | false | self | 9 | null |
Finetune LLM model on tabular data | 0 | Is it possible or even recommended to finetune LLMs such as llama2 on tabular data?
I have a csv with historical gold buy prices.
```DAY,HOUR,OPEN,HIGH,LOW,CLOSE,VOLUME
2018.06.28,03:02,1.15603,1.15613,1.15602,1.15605,107```
I'm hoping to be able to ask a question like what was the volume on 2018.06.28 or what date ... | 2023-08-17T19:34:35 | https://www.reddit.com/r/LocalLLaMA/comments/15tx9wc/finetune_llm_model_on_tabular_data/ | fpena06 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tx9wc | false | null | t3_15tx9wc | /r/LocalLLaMA/comments/15tx9wc/finetune_llm_model_on_tabular_data/ | false | false | self | 0 | null |
Coding LLMs | 0 | What is the best coding LLM out there? Is there anyway one can integrate in vscode. Any tutorials one can follow. Also is there a good guide out there which can get you started with getting the necessary knowledge to learn more about running LLMs? | 2023-08-17T19:31:49 | https://www.reddit.com/r/LocalLLaMA/comments/15tx7bx/coding_llms/ | nxtmalteser | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tx7bx | false | null | t3_15tx7bx | /r/LocalLLaMA/comments/15tx7bx/coding_llms/ | false | false | self | 0 | null |
Llama 2 based WizardMath model to solve math problems with examples | 5 | 2023-08-17T18:40:27 | https://ollama.ai/blog/wizardmath-examples | helloPenguin006 | ollama.ai | 1970-01-01T00:00:00 | 0 | {} | 15tvujy | false | null | t3_15tvujy | /r/LocalLLaMA/comments/15tvujy/llama_2_based_wizardmath_model_to_solve_math/ | false | false | default | 5 | null | |
What’s the best ai for programming? | 2 | What is the 70B model really good for? | 2023-08-17T18:19:01 | https://www.reddit.com/r/LocalLLaMA/comments/15tva98/whats_the_best_ai_for_programming/ | PremoSaysThings | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tva98 | false | null | t3_15tva98 | /r/LocalLLaMA/comments/15tva98/whats_the_best_ai_for_programming/ | false | false | self | 2 | null |
What's are the best models so far | 52 | What do you all think are top 3 models rn in terms of uncensorship, math/code abilities, RP and human like chatting? | 2023-08-17T17:57:25 | https://www.reddit.com/r/LocalLLaMA/comments/15tup9v/whats_are_the_best_models_so_far/ | Dr-Dark-Flames | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tup9v | false | null | t3_15tup9v | /r/LocalLLaMA/comments/15tup9v/whats_are_the_best_models_so_far/ | false | false | self | 52 | null |
LLaMa 2 LLMs w/ NVIDIA Jetson and textgeneration-web-ui | 2 | 2023-08-17T17:19:23 | https://www.hackster.io/pjdecarlo/llama-2-llms-w-nvidia-jetson-and-textgeneration-web-ui-96b070 | toolboc | hackster.io | 1970-01-01T00:00:00 | 0 | {} | 15ttosw | false | null | t3_15ttosw | /r/LocalLLaMA/comments/15ttosw/llama_2_llms_w_nvidia_jetson_and/ | false | false | 2 | {'enabled': False, 'images': [{'id': 'PvGZhcat1khEnj-06M1DPsFE41CGTCEn1Ik1zHrqtU4', 'resolutions': [{'height': 81, 'url': 'https://external-preview.redd.it/vtm1hj89XAlUmNsBcCPerHWsGHY-pYKX2u8DbnVLb7k.jpg?width=108&crop=smart&auto=webp&s=8df934c6293be53acb1ba228a50a4cfba5d276b8', 'width': 108}, {'height': 162, 'url': 'h... | ||
Has Anyone Used Llama2 for Text Extraction? | 10 | I have processes in place using OCR and text classification for text documents. I'm not having great luck using traditional methods to extract text from dissimilar documents. Custom Named Entity Recognition type of stuff where I didn't necessarily have a ton of examples for training. I was wondering if anyone had a ... | 2023-08-17T17:15:18 | https://www.reddit.com/r/LocalLLaMA/comments/15ttl55/has_anyone_used_llama2_for_text_extraction/ | jimmc414 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ttl55 | false | null | t3_15ttl55 | /r/LocalLLaMA/comments/15ttl55/has_anyone_used_llama2_for_text_extraction/ | false | false | self | 10 | null |
Retrieval Augmented Generation optimised Llm's | 45 | Hello Local lamas 🦙!
I's super excited to show you newly published **DocsGPT llm’s** on Hugging Face, tailor-made for tasks some of you asked for. From Documentation-based QA, RAG (Retrieval Augmented Generation) to assisting developers and tech support teams by conversing with your data! (basically the same thing tb... | 2023-08-17T17:08:12 | https://www.reddit.com/r/LocalLLaMA/comments/15ttegi/retrieval_augmented_generation_optimised_llms/ | ale10xtu | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ttegi | false | null | t3_15ttegi | /r/LocalLLaMA/comments/15ttegi/retrieval_augmented_generation_optimised_llms/ | false | false | self | 45 | {'enabled': False, 'images': [{'id': '9xTJELL1YL4PyriMXYWRWD3cUAbTClyF15_unUlVjVQ', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/MAdI_F3Sjyc65tBJxktzGh8eySyEKgp7Np0BU1nEI_o.jpg?width=108&crop=smart&auto=webp&s=398d02814010f50239d36285cce603a9956e5ce6', 'width': 108}, {'height': 116, 'url': 'h... |
LLaMA Terminal Completion, a local virtual assistant for the terminal | 17 | 2023-08-17T16:39:24 | https://github.com/adammpkins/llama-terminal-completion | adammpkins | github.com | 1970-01-01T00:00:00 | 0 | {} | 15tsmyo | false | null | t3_15tsmyo | /r/LocalLLaMA/comments/15tsmyo/llama_terminal_completion_a_local_virtual/ | false | false | 17 | {'enabled': False, 'images': [{'id': '4Md0uWeTHcXW75k-J7DzE3DIhj4AB6Er9rtjZw1TOY0', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/pxY56CRbOPYJlaPnofxKyDxqVPW05UeIZOVE8OEv2C0.jpg?width=108&crop=smart&auto=webp&s=e2c526cd92f2e26095166d41978fa87b959e36d5', 'width': 108}, {'height': 108, 'url': 'h... | ||
How to increase max tokens generated? I only generate 50. | 3 | Okay so, I set up everything with kobold cpp, used the 7B Llama 2 chat model, activated kobold, modified the settings in the localhost web page, started Risu, tested some characters but I only get 50 tokens generated max. I put 4096 Max context size in risu and 1024 max response size.
Meanwhile in the localhost I ha... | 2023-08-17T16:29:38 | https://www.reddit.com/r/LocalLLaMA/comments/15tsdoa/how_to_increase_max_tokens_generated_i_only/ | s-cardi | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tsdoa | false | null | t3_15tsdoa | /r/LocalLLaMA/comments/15tsdoa/how_to_increase_max_tokens_generated_i_only/ | false | false | self | 3 | null |
Best instruct 13B model, if possible Llama-2 based? | 11 | A lot of people seem to go hard for more RP-oriented models (Nous Hermes or similar pop up). But I use quite a lot my local AI for instructions. Not coding or anything, but creative writing, where hallucinations aren't such a big concern.
To be honest, Llama-2 Chat seems pretty good. The only problem is the agenda and... | 2023-08-17T16:19:54 | https://www.reddit.com/r/LocalLLaMA/comments/15ts57p/best_instruct_13b_model_if_possible_llama2_based/ | CulturedNiichan | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ts57p | false | null | t3_15ts57p | /r/LocalLLaMA/comments/15ts57p/best_instruct_13b_model_if_possible_llama2_based/ | false | false | self | 11 | null |
GGUF is going to make llama.cpp much better and it's almost ready | 281 | The .bin files that are used by llama.cpp to easily allow users to share models in a single file. Except they had one big problem: lack of flexibility. You could not add additional information about the model.
Compare that to GGUF:
> It is a successor file format to GGML, GGMF and GGJT, and is designed to be unambiguo... | 2023-08-17T15:56:16 | https://www.reddit.com/r/LocalLLaMA/comments/15triq2/gguf_is_going_to_make_llamacpp_much_better_and/ | samfundev | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15triq2 | false | null | t3_15triq2 | /r/LocalLLaMA/comments/15triq2/gguf_is_going_to_make_llamacpp_much_better_and/ | false | false | self | 281 | {'enabled': False, 'images': [{'id': 'ZM9PECBcTZkNMEISI3bM9W7NHbCWxrzsDXt88qU14Bg', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/G5eXpZbi9LoXJEEtPRtQFQNhr8rz9l8OPEdSOBHq5kQ.jpg?width=108&crop=smart&auto=webp&s=9230c6483481e771c5999476c942dcd8aebbd972', 'width': 108}, {'height': 108, 'url': 'h... |
Advice for large text input | 2 | I used whisper ai to trancribe about 600 speaches that were about an hour long. So now I have a bunch of fairly large text files with no formatting. I want to have a language model divide it into paragraphs and correct punctuation. Id also like to use api commands because I have a lot of files.
​
Ive been fo... | 2023-08-17T15:43:30 | https://www.reddit.com/r/LocalLLaMA/comments/15tr6ks/advice_for_large_text_input/ | I_dream_of_doritos | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tr6ks | false | null | t3_15tr6ks | /r/LocalLLaMA/comments/15tr6ks/advice_for_large_text_input/ | false | false | self | 2 | null |
Best way to create chatbot with own knowledge base from word files | 1 | [removed] | 2023-08-17T15:27:34 | https://www.reddit.com/r/LocalLLaMA/comments/15tqr8m/best_way_to_create_chatbot_with_own_knowledge/ | stopped_clock | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tqr8m | false | null | t3_15tqr8m | /r/LocalLLaMA/comments/15tqr8m/best_way_to_create_chatbot_with_own_knowledge/ | false | false | self | 1 | null |
GPU Acceleration n_gpu_layers: How to determine number of layers? | 1 | [removed] | 2023-08-17T15:22:33 | https://www.reddit.com/r/LocalLLaMA/comments/15tqmge/gpu_acceleration_n_gpu_layers_how_to_determine/ | innocuousAzureus | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tqmge | false | null | t3_15tqmge | /r/LocalLLaMA/comments/15tqmge/gpu_acceleration_n_gpu_layers_how_to_determine/ | false | false | self | 1 | null |
Organizing LLaMA Book Project, Subject Matter Experts, Please Help and Be a Part of It | 0 | Warm hello, fellow tech explorers and AI aficionados of r/LocalLLaMA! 🤖🌐
It's so wild to imagine having the power to run your own mind-bending models right from the comfort of your home—it's like Prometheus himself snatched fire from the gods! 💥 But, hold on a sec, haven't you ever felt like there's a secret club h... | 2023-08-17T14:24:57 | https://www.reddit.com/r/LocalLLaMA/comments/15tp3r5/organizing_llama_book_project_subject_matter/ | JodyShackelford | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tp3r5 | false | null | t3_15tp3r5 | /r/LocalLLaMA/comments/15tp3r5/organizing_llama_book_project_subject_matter/ | false | false | self | 0 | null |
Democratize AI - Run your private local AI girlfriend or AI anything using a $95 chip which can be turned into a 16GB VRAM GPU. The chip is 4600G. 5600G or 5700G also works. | 1 | [removed] | 2023-08-17T13:39:19 | https://www.reddit.com/r/LocalLLaMA/comments/15tnxpx/democratize_ai_run_your_private_local_ai/ | chain-77 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tnxpx | false | null | t3_15tnxpx | /r/LocalLLaMA/comments/15tnxpx/democratize_ai_run_your_private_local_ai/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': 'mrOjLCG8TnErw1I6bstOH_USFzhjyh1ju5nf5kYtAIM', 'resolutions': [{'height': 81, 'url': 'https://external-preview.redd.it/wXkIktd8a0XTTycZeDizre4Ez0c5zd5iZ6LGm0rEgko.jpg?width=108&crop=smart&auto=webp&s=6c9c4dd7ae2ba6933c319235d5d91d51089108eb', 'width': 108}, {'height': 162, 'url': 'h... |
Update to the Chess riddle from yesterday. | 13 | I think it's worth making a post about this because it seems that the version of llama.cpp I was using yesterday was broken somehow. The latest version aces this test with llama-2-70b-chat.ggmlv3.q6_K.bin.
I updated llamacpp (cuda12) version to the latest release, and llama-2-70b-chat.ggmlv3.q6_K.bin gave a correct an... | 2023-08-17T12:20:49 | https://www.reddit.com/r/LocalLLaMA/comments/15tlvm9/update_to_the_chess_riddle_from_yesterday/ | ambient_temp_xeno | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tlvm9 | false | null | t3_15tlvm9 | /r/LocalLLaMA/comments/15tlvm9/update_to_the_chess_riddle_from_yesterday/ | false | false | self | 13 | null |
How to use loRA in Kobold? | 9 | I noticed there are loRA settings in Koboldcpp, but haven't been able to find any documentation on how to use it or how it works. Tried downloading a few loRA and loading their different files through trial and error, but to no avail. | 2023-08-17T12:14:56 | https://www.reddit.com/r/LocalLLaMA/comments/15tlqxp/how_to_use_lora_in_kobold/ | superthrowawayman_ | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tlqxp | false | null | t3_15tlqxp | /r/LocalLLaMA/comments/15tlqxp/how_to_use_lora_in_kobold/ | false | false | self | 9 | null |
Best LLM for document QA with 3b or less parameters. | 12 | I am trying to use a llm alongside langchain and vector database to answer questions from user manual pdf documents. The one that worked quite well was llama2-7b quantized. But the response time was extremely slow. I was testing on a gpu with 12gb vram. Which model would be best for this use case and has 3b or less par... | 2023-08-17T11:23:05 | https://www.reddit.com/r/LocalLLaMA/comments/15tklu2/best_llm_for_document_qa_with_3b_or_less/ | Rude_Alternative_216 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tklu2 | false | null | t3_15tklu2 | /r/LocalLLaMA/comments/15tklu2/best_llm_for_document_qa_with_3b_or_less/ | false | false | self | 12 | null |
Help me choose OS? | 1 | Hi!
So, long time Windows user here, I finally decided to pick up the slack and make a dual boot for running local LLM. Windows being a resource hog.
But it's been a long time since I used anything else than Windows, last being Ubuntu. I've also heard some recommend CentOS.
So, polling time...
[View Poll](htt... | 2023-08-17T11:17:20 | https://www.reddit.com/r/LocalLLaMA/comments/15tkhas/help_me_choose_os/ | nollataulu | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tkhas | false | null | t3_15tkhas | /r/LocalLLaMA/comments/15tkhas/help_me_choose_os/ | false | false | self | 1 | null |
Norwegian LlaMa 2 13b chat (OpenOrca dataset) | 27 | [**Ruter AI Lab**](https://ruter.no/) released Norwegian 13b model: [RuterNorway/Llama-2-13b-chat-norwegian · Hugging Face](https://huggingface.co/RuterNorway/Llama-2-13b-chat-norwegian)
My ggml quant: [https://huggingface.co/NikolayKozloff/Llama-2-13b-chat-norwegian/resolve/main/Llama-2-13b-chat-norwegian-Q6\_K.bin... | 2023-08-17T11:13:19 | https://www.reddit.com/r/LocalLLaMA/comments/15tkeg8/norwegian_llama_2_13b_chat_openorca_dataset/ | Languages_Learner | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tkeg8 | false | null | t3_15tkeg8 | /r/LocalLLaMA/comments/15tkeg8/norwegian_llama_2_13b_chat_openorca_dataset/ | false | false | self | 27 | {'enabled': False, 'images': [{'id': '456VM0yjXNilEdG1FHJe_bUFgepbsNhROEZZAPiGZ4w', 'resolutions': [{'height': 81, 'url': 'https://external-preview.redd.it/CAYTAifXu_jLxRzf8NLU1-UDo8ANEsn3Xt7wucTFJc4.jpg?width=108&crop=smart&auto=webp&s=f335ab1a10ca2967747edf3763406e38c218d689', 'width': 108}, {'height': 162, 'url': 'h... |
Why Llama-2 7B Chat is generating a full conversation instead just reply? | 9 | Using the model through the HF space works well: [https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat](https://huggingface.co/spaces/huggingface-projects/llama-2-7b-chat)
My input:
how are you
Response:
I'm just an AI assistant, I don't have feelings or emotions like humans do, so I... | 2023-08-17T11:03:37 | https://www.reddit.com/r/LocalLLaMA/comments/15tk7bq/why_llama2_7b_chat_is_generating_a_full/ | angeljdm | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tk7bq | false | null | t3_15tk7bq | /r/LocalLLaMA/comments/15tk7bq/why_llama2_7b_chat_is_generating_a_full/ | false | false | self | 9 | {'enabled': False, 'images': [{'id': 'oAR_VnwGDygeesSQ2kvQGUXSBmQukJtmHJ92jdW6otQ', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/HJ8CyesS04vxm6nH0d8efEMe8_u6mGpXQCeGF0I0Y-k.jpg?width=108&crop=smart&auto=webp&s=cb8cc3d09eabf134f44a62528c8e6bb6c0b43650', 'width': 108}, {'height': 116, 'url': 'h... |
How to increase max tokens generated? I only generate 50. | 2 | Okay so, I set up everything with kobold cpp, used the 7B Llama 2 chat model, activated kobold, modified the settings in the localhost web page, started Risu, tested some characters but I only get 50 tokens generated max. I put 4096 Max context size in risu and 1024 max response size.
Meanwhile in the localhost I hav... | 2023-08-17T10:31:16 | https://www.reddit.com/r/LocalLLaMA/comments/15tjk4b/how_to_increase_max_tokens_generated_i_only/ | s-cardi | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tjk4b | false | null | t3_15tjk4b | /r/LocalLLaMA/comments/15tjk4b/how_to_increase_max_tokens_generated_i_only/ | false | false | self | 2 | null |
Is there something like a LoRA for Llama language models? | 1 | [removed] | 2023-08-17T10:04:13 | https://www.reddit.com/r/LocalLLaMA/comments/15tj1bd/is_there_something_like_a_lora_for_llama_language/ | innocuousAzureus | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tj1bd | false | null | t3_15tj1bd | /r/LocalLLaMA/comments/15tj1bd/is_there_something_like_a_lora_for_llama_language/ | false | false | self | 1 | null |
What is the easiest way to make a local Llama more expert in a subject area? | 1 | [removed] | 2023-08-17T10:01:12 | https://www.reddit.com/r/LocalLLaMA/comments/15tiyzl/what_is_the_easiest_way_to_make_a_local_llama/ | innocuousAzureus | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tiyzl | false | null | t3_15tiyzl | /r/LocalLLaMA/comments/15tiyzl/what_is_the_easiest_way_to_make_a_local_llama/ | false | false | self | 1 | null |
Best LLM for image description? | 7 | Hi guys, I'm working on a personal project of my own. I came up with the idea of using LLM to convert a UI screenshot to programming code, so that a designer with no experience with coding can easily create UI designs. I have considered multimodal LLMs like LLaVA and Mini-GPT4, and have tried them with the Oogabooga's ... | 2023-08-17T09:32:03 | https://www.reddit.com/r/LocalLLaMA/comments/15tif86/best_llm_for_image_description/ | HummonityNew | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tif86 | false | null | t3_15tif86 | /r/LocalLLaMA/comments/15tif86/best_llm_for_image_description/ | false | false | self | 7 | {'enabled': False, 'images': [{'id': 'RdGwpmfsRT6xv4wrxi_9C371bNJWYxE8Od94_L2948k', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/0YH4TeF7Y_raPNNupqb1thkcSddkQlRBznIPWC_FuIM.jpg?width=108&crop=smart&auto=webp&s=73a128d613662c657b42e2c8aa3424d23012b59a', 'width': 108}, {'height': 116, 'url': 'h... |
llama-cpp-python server and json answer from model | 5 | if i write a prompt like "....your response must be in json format" then in the response from the server i got only a {, maybe there is a newline character. how can i achieve to get a proper json answer? (maybe escaped) | 2023-08-17T09:21:31 | https://www.reddit.com/r/LocalLLaMA/comments/15ti8j0/llamacpppython_server_and_json_answer_from_model/ | kontostamas | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ti8j0 | false | null | t3_15ti8j0 | /r/LocalLLaMA/comments/15ti8j0/llamacpppython_server_and_json_answer_from_model/ | false | false | self | 5 | null |
A code interpreter for sensitive data with Llama 2 | 77 | 2023-08-17T09:08:02 | https://v.redd.it/189u20nwymib1 | silvanmelchior | v.redd.it | 1970-01-01T00:00:00 | 0 | {} | 15thzyl | false | {'reddit_video': {'bitrate_kbps': 5000, 'dash_url': 'https://v.redd.it/189u20nwymib1/DASHPlaylist.mpd?a=1694855296%2COTI3ZmFlYWFlMmUwOWJhZDIzNGFhOWMyYTExYTI5NmJlNDdkMmI3MDFjNWU1YTdiZmE1NTYxN2YzOWUyZjg0Ng%3D%3D&v=1&f=sd', 'duration': 49, 'fallback_url': 'https://v.redd.it/189u20nwymib1/DASH_1080.mp4?source=fallback', 'h... | t3_15thzyl | /r/LocalLLaMA/comments/15thzyl/a_code_interpreter_for_sensitive_data_with_llama_2/ | false | false | 77 | {'enabled': False, 'images': [{'id': 'eISh9SSwBOXgdrt1yhsShKEQYBqdQ-S4Jwm72-wl0-c', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/Ssk5_6pHLQFBzqZ7vcmu2uTaeR4adVL2Ix4M5Iwn5M8.png?width=108&crop=smart&format=pjpg&auto=webp&s=c915ab2fb216faf41718f4722446e718ec203e42', 'width': 108}, {'height': 12... | ||
Are these good settings to run Llama? I don't know what the most efficient settings are. | 1 | 2023-08-17T08:35:05 | s-cardi | i.redd.it | 1970-01-01T00:00:00 | 0 | {} | 15the0t | false | null | t3_15the0t | /r/LocalLLaMA/comments/15the0t/are_these_good_settings_to_run_llama_i_dont_know/ | false | false | 1 | {'enabled': True, 'images': [{'id': 'H6jEe_wc0TzM_3Krxsx-9YnpAIE_SCjuAHA50ywuSB8', 'resolutions': [{'height': 108, 'url': 'https://preview.redd.it/y1f3g30ktmib1.png?width=108&crop=smart&auto=webp&s=cffcecf1e7637b2a83047c70a5bdeae2a4e347f8', 'width': 108}, {'height': 216, 'url': 'https://preview.redd.it/y1f3g30ktmib1.pn... | |||
Does fine tuning llama2 with the hugging face libraries removes its safety features | 4 | I have a dataset of 5000 examples of text between a doctor and patient , does fine tuning llama 2 on that remove all the safety features , coz i read that the llama2 chat was fine tuned with that in mind using RLFH and other techniques , or is there some inbulit module inside hugging face that checks for safety , coz i... | 2023-08-17T07:53:15 | https://www.reddit.com/r/LocalLLaMA/comments/15tgngo/does_fine_tuning_llama2_with_the_hugging_face/ | skeletons_of_closet | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tgngo | false | null | t3_15tgngo | /r/LocalLLaMA/comments/15tgngo/does_fine_tuning_llama2_with_the_hugging_face/ | false | false | self | 4 | null |
Ideas for retrieving info | 1 | So as mentioned in a previous post, I'm trying to build a a LLM linked with a vector database.
I want to retrieve the relevant vectors from the database based on a prompt and give the retrieved info as context and the propmt as a question to the LLM.
I thought I could similarity search, but I faced an issue with it.
Wh... | 2023-08-17T07:49:53 | https://www.reddit.com/r/LocalLLaMA/comments/15tgl9g/ideas_for_retrieving_info/ | IamFuckinTomato | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tgl9g | false | null | t3_15tgl9g | /r/LocalLLaMA/comments/15tgl9g/ideas_for_retrieving_info/ | false | false | self | 1 | null |
How to remove "Of course!" "Certainly!" and such from the model answer? | 10 | I'm trying to roleplay with a model, the game goes well for the most part, but at the first prompt it aknowledge the game rules with those utterances instead of going straight into it's role as game master. What would be a good prompting to remove these? | 2023-08-17T07:29:02 | https://www.reddit.com/r/LocalLLaMA/comments/15tg82u/how_to_remove_of_course_certainly_and_such_from/ | LoSboccacc | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tg82u | false | null | t3_15tg82u | /r/LocalLLaMA/comments/15tg82u/how_to_remove_of_course_certainly_and_such_from/ | false | false | self | 10 | null |
Install OrcaPlatypus Locally - open-Orca-Platypus | 1 | 2023-08-17T07:23:25 | https://www.fahdmirza.com/2023/08/open-orca-platypus-step-by-step-local.html?m=1 | Lopsided_Dot_4557 | fahdmirza.com | 1970-01-01T00:00:00 | 0 | {} | 15tg4k7 | false | null | t3_15tg4k7 | /r/LocalLLaMA/comments/15tg4k7/install_orcaplatypus_locally_openorcaplatypus/ | false | false | 1 | {'enabled': False, 'images': [{'id': 'YtEIElOUyUQMRjtLyEFJv3qf-7F55p3IDakbFHXZKxg', 'resolutions': [{'height': 81, 'url': 'https://external-preview.redd.it/oP5mgo2GfRJZpqVSX3Dd65nUHmamE92Ol7z_IpeLKHE.jpg?width=108&crop=smart&auto=webp&s=48c6192c091cc6cdaca4410faf40d3d3af33e7f9', 'width': 108}, {'height': 162, 'url': 'h... | ||
Need help regarding the input format for hugging face vs the official repo | 1 | So I downloaded the weights from the mail provided and not from hugging face and this is what how their prompt looks like
dialogs = [
[{"role": "user", "content": "what is the recipe of mayonnaise?"}],
[
{"role": "user", "content": "I am going to Paris, what should I see?"},... | 2023-08-17T06:55:48 | https://www.reddit.com/r/LocalLLaMA/comments/15tfm0r/need_help_regarding_the_input_format_for_hugging/ | skeletons_of_closet | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tfm0r | false | null | t3_15tfm0r | /r/LocalLLaMA/comments/15tfm0r/need_help_regarding_the_input_format_for_hugging/ | false | false | self | 1 | null |
Does the program ingest the document everytime I make a query and if so, how do I make it happen only once per document? | 1 | 2023-08-17T06:34:25 | Chuckycutie1993 | i.redd.it | 1970-01-01T00:00:00 | 0 | {} | 15tf7no | false | null | t3_15tf7no | /r/LocalLLaMA/comments/15tf7no/does_the_program_ingest_the_document_everytime_i/ | false | false | 1 | {'enabled': True, 'images': [{'id': '8DW3tIuq4ULD-ybgEOWZm7w4wDw4g5NILefQKaUkXuo', 'resolutions': [{'height': 80, 'url': 'https://preview.redd.it/3u45o4108mib1.png?width=108&crop=smart&auto=webp&s=e54ffd758423680e85b2af1874f09a40a63ab2cc', 'width': 108}, {'height': 160, 'url': 'https://preview.redd.it/3u45o4108mib1.png... | |||
I'm new and I'm finding 13b ggml q4_K_S to be too slow. Would it be better to use a 13b q2 model or a 7b ggml model to go faster? | 6 | I'm just messing around currently, so I don't care too much about quality, but obviously I don't want it completely braindead.
If I should go with 7b, should I stick with q4 and any recommendations for a specific model? I'm looking for general use and storytelling/roleplay.
Sorry if this is a common question, I just ... | 2023-08-17T04:54:03 | https://www.reddit.com/r/LocalLLaMA/comments/15td9ym/im_new_and_im_finding_13b_ggml_q4_k_s_to_be_too/ | LeavingTea | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15td9ym | false | null | t3_15td9ym | /r/LocalLLaMA/comments/15td9ym/im_new_and_im_finding_13b_ggml_q4_k_s_to_be_too/ | false | false | self | 6 | null |
Best way to create chatbot with own knowledge base from word files | 1 | [removed] | 2023-08-17T04:49:10 | https://www.reddit.com/r/LocalLLaMA/comments/15td6he/best_way_to_create_chatbot_with_own_knowledge/ | stopped_clock | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15td6he | false | null | t3_15td6he | /r/LocalLLaMA/comments/15td6he/best_way_to_create_chatbot_with_own_knowledge/ | false | false | self | 1 | null |
Avatar for LLM | 6 | I have this wild idea. I am not sure if this is already existing or I am just crazy.
Would it be nice to have an avatar for your LLM? Say SillyTavern with an anime character doing emotions for your role play. It would be really good for immersion. Or even better, something like VROID models that move. It would be very... | 2023-08-17T02:53:59 | https://www.reddit.com/r/LocalLLaMA/comments/15tap75/avatar_for_llm/ | Spirited_Employee_61 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15tap75 | false | null | t3_15tap75 | /r/LocalLLaMA/comments/15tap75/avatar_for_llm/ | false | false | self | 6 | null |
I build a dis cord chatbot with llama. | 1 | [removed] | 2023-08-17T02:41:06 | https://www.reddit.com/r/LocalLLaMA/comments/15taesa/i_build_a_dis_cord_chatbot_with_llama/ | warycat | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15taesa | false | null | t3_15taesa | /r/LocalLLaMA/comments/15taesa/i_build_a_dis_cord_chatbot_with_llama/ | false | false | self | 1 | null |
Finetuning on PCs: WSL or Windows | 11 | Hey all, I have a (gaming) PC with 4090 24GB card. I've been trying to fine tune LLAMA 7B on my PC and keep running into many issues.
For ex:
\- CUDA 12.2 is too new for some of the plugins as pytorch stable expects 11.8
\- bitsandbytes doesn't support windows
I spent the better part of my day chasing down depen... | 2023-08-17T02:21:11 | https://www.reddit.com/r/LocalLLaMA/comments/15t9yew/finetuning_on_pcs_wsl_or_windows/ | f1nuttic | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15t9yew | false | null | t3_15t9yew | /r/LocalLLaMA/comments/15t9yew/finetuning_on_pcs_wsl_or_windows/ | false | false | self | 11 | null |
Looking for advice on which enterprise-grade tooling/framework(s) to start building my project with | 5 | Hello all. I've been hanging around here for a bit now, and have successfully had various models up and running on my home server. Now I'm looking to take it to the next level, but I'm not sure exactly where to focus, so I'm hoping one of y'all fine folk can point me in the right direction.
I want to start on my perso... | 2023-08-17T00:56:17 | https://www.reddit.com/r/LocalLLaMA/comments/15t7y2k/looking_for_advice_on_which_enterprisegrade/ | SilverbackReborn | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15t7y2k | false | null | t3_15t7y2k | /r/LocalLLaMA/comments/15t7y2k/looking_for_advice_on_which_enterprisegrade/ | false | false | self | 5 | null |
I released model Vicuna 3B. | 8 | [https://huggingface.co/acrastt/Vicuna-3B](https://huggingface.co/acrastt/Vicuna-3B)
Today I released a new model named [Vicuna 3B](https://huggingface.co/acrastt/Vicuna-3B). It is [OpenLLaMA 3B V2](https://huggingface.co/openlm-research/open_llama_3b_v2) fine-tuned on [ShareGPT Hyperfiltered](https://huggingface.co/... | 2023-08-16T22:16:32 | https://www.reddit.com/r/LocalLLaMA/comments/15t403v/i_released_model_vicuna_3b/ | bot-333 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15t403v | false | null | t3_15t403v | /r/LocalLLaMA/comments/15t403v/i_released_model_vicuna_3b/ | false | false | self | 8 | {'enabled': False, 'images': [{'id': '-URxgTwhClQ8BQDSYsPzt8XD3CiE35f6Psu9ho1HbEY', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/KqNo9QT53xlwB8gK3rTxnd4vZfQ8tImOB4L7OL0jlLg.jpg?width=108&crop=smart&auto=webp&s=0fd3a489004cf3c2048a4546e13cb2bdcd1bfd0b', 'width': 108}, {'height': 116, 'url': 'h... |
LLAMA 70B Chat - what am I doing wrong? | 1 | Why is LLAMA getting this wrong? This is a very simple ask no? Only GPT seems to get this right. (Name 1 student rating) https://gpt.h2o.ai/
https://preview.redd.it/cx9f3hr7hjib1.png?width=1328&format=png&auto=webp&s=818acedf15c28830ab280e7d55f567634a4202e5
Use the following pieces of context to answer the qu... | 2023-08-16T21:21:01 | https://www.reddit.com/r/LocalLLaMA/comments/15t2hmh/llama_70b_chat_what_am_i_doing_wrong/ | Alert_Record5063 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15t2hmh | false | null | t3_15t2hmh | /r/LocalLLaMA/comments/15t2hmh/llama_70b_chat_what_am_i_doing_wrong/ | false | false | 1 | null | |
SOLVING CHALLENGING MATH WORD PROBLEMS USING GPT-4 CODE INTERPRETER WITH CODE-BASED SELF-VERIFICATION | 0 | [https://arxiv.org/pdf/2308.07921.pdf](https://arxiv.org/pdf/2308.07921.pdf)
This is not my paper.
Seems like the same method should work for Llama models. definitely should help with dataset creation. | 2023-08-16T20:43:56 | https://www.reddit.com/r/LocalLLaMA/comments/15t1h7f/solving_challenging_math_word_problems_using_gpt4/ | metalman123 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15t1h7f | false | null | t3_15t1h7f | /r/LocalLLaMA/comments/15t1h7f/solving_challenging_math_word_problems_using_gpt4/ | false | false | self | 0 | null |
Llama2 on Replicate faster than ChatGPT? | 9 | Ran some testing and found that Llama2 on Replicate is faster than chatgpt.
Code - [https://github.com/BerriAI/litellm/blob/main/cookbook/Evaluating\_LLMs.ipynb](https://github.com/BerriAI/litellm/blob/main/cookbook/Evaluating_LLMs.ipynb)
​
Are others seeing similar results?
​
https://preview.re... | 2023-08-16T20:27:02 | https://www.reddit.com/r/LocalLLaMA/comments/15t10hc/llama2_on_replicate_faster_than_chatgpt/ | VideoTo | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15t10hc | false | null | t3_15t10hc | /r/LocalLLaMA/comments/15t10hc/llama2_on_replicate_faster_than_chatgpt/ | false | false | 9 | {'enabled': False, 'images': [{'id': 'HntGlUG9QVJz35VFlrnNDamCLoG3v2oqpJwQYex7etA', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/ibRkyuOT4uj49tj7aDXOiHX5hBpVJ6tP_-aD034ZvwE.jpg?width=108&crop=smart&auto=webp&s=0582259d9eb13e5e14bf4395867082d0162a97a7', 'width': 108}, {'height': 108, 'url': 'h... | |
Help me out! | 1 | I have conversational customer support data, and now I want to train it on the LLM model, but as fine-tuning I just don't want to give it a conversation, but what was the user history as well with conversation. I have data in this format ###user: ..... ###agent ...... & so on, how to incorporate user history as well in... | 2023-08-16T20:00:29 | https://www.reddit.com/r/LocalLLaMA/comments/15t0aze/help_me_out/ | Anu_Rag9704 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15t0aze | false | null | t3_15t0aze | /r/LocalLLaMA/comments/15t0aze/help_me_out/ | false | false | self | 1 | null |
ComfyUI for llms? | 7 | Is there a similar UI for LLMs such as [ComfyUI](https://github.com/comfyanonymous/ComfyUI)?
Thanks | 2023-08-16T18:31:37 | https://www.reddit.com/r/LocalLLaMA/comments/15sxxti/comfyui_for_llms/ | fpena06 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sxxti | false | null | t3_15sxxti | /r/LocalLLaMA/comments/15sxxti/comfyui_for_llms/ | false | false | self | 7 | {'enabled': False, 'images': [{'id': 'a5om-sjqg5RgnDpP2hxaN_djs6lvIVDvEWRO94GmfmU', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/b6GY2FRy7_HMg93VgcY0nVSaTKucDIKTuuuwHAyEOss.jpg?width=108&crop=smart&auto=webp&s=77824ba83cd090340a0b6ace41d7e750410274aa', 'width': 108}, {'height': 108, 'url': 'h... |
Ways to speed up inference | 2 | Hey everyone , for last week I have been researching a lot on faster inference of private llama 2 deployment.
Context : I have used Huggingface to load llama 2 13B chat hf and then made a fast api model and deployed on ec2 with g4dnXL.
So these are the ways that I have understood to speed up inference, can you guys giv... | 2023-08-16T18:15:33 | https://www.reddit.com/r/LocalLLaMA/comments/15sxiht/ways_to_speed_up_inference/ | Spiritual-Rub925 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sxiht | false | null | t3_15sxiht | /r/LocalLLaMA/comments/15sxiht/ways_to_speed_up_inference/ | false | false | self | 2 | null |
Sharded Models and Free Colab | 3 | Hi all, I am recently fascinated with the stuff like sharding and quantization that allows models up to 13B parameters to be inferenced on free google colab, and fine-tune models of up to 7B parameters on free colab. Before this there used to be an issue of just using 1B parameter model on colab.
Feel free to check-o... | 2023-08-16T18:09:06 | https://www.reddit.com/r/LocalLLaMA/comments/15sxcbw/sharded_models_and_free_colab/ | Electrical-Cup3175 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sxcbw | false | null | t3_15sxcbw | /r/LocalLLaMA/comments/15sxcbw/sharded_models_and_free_colab/ | false | false | self | 3 | {'enabled': False, 'images': [{'id': 'gE0KgCLAyzcHE-o8B7v1_DRQfi68t1dcl22Pfvmf2BA', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/zkJsQww7xafZ7_OUYJA62u_kRniLtaUEqNK60w5z_VE.jpg?width=108&crop=smart&auto=webp&s=c490077f5f0d74c9446361c2f51e3c75f0711144', 'width': 108}, {'height': 116, 'url': 'h... |
Training Llama on friends chat | 1 | [removed] | 2023-08-16T17:48:34 | https://www.reddit.com/r/LocalLLaMA/comments/15swsih/training_llama_on_friends_chat/ | FarCounty5232 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15swsih | false | null | t3_15swsih | /r/LocalLLaMA/comments/15swsih/training_llama_on_friends_chat/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': 'xmJssDdwe5jayzxRpPODqWkdPUPI6UKgkvDlnavO4n4', 'resolutions': [{'height': 33, 'url': 'https://external-preview.redd.it/ZdRa_OvnuELBWXuglGbO8IrpL_CGohTVLpBrCwVwztg.jpg?width=108&crop=smart&auto=webp&s=60ec707e55d359696515b2b04d0d54a3fd236e7a', 'width': 108}, {'height': 66, 'url': 'ht... |
How to train a LoRA for story generation? | 2 | I've installed text-generation-webui and the Guanaco-7B-GPTQ model and wanted to train a LoRA from a text (raw text, no question answering). First the webui warns that training Llama is experimental, then it tells to load the model in 8bit (AutoGPTQ has no such option) and afterward it starts the training which instant... | 2023-08-16T17:12:58 | https://www.reddit.com/r/LocalLLaMA/comments/15svtys/how_to_train_a_lora_for_story_generation/ | _allo_ | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15svtys | false | null | t3_15svtys | /r/LocalLLaMA/comments/15svtys/how_to_train_a_lora_for_story_generation/ | false | false | self | 2 | null |
Unable to use load using GPTQ-for-LLaMa anymore, and other loaders are 10+ times slower. | 1 | [removed] | 2023-08-16T17:03:16 | https://www.reddit.com/r/LocalLLaMA/comments/15svkm9/unable_to_use_load_using_gptqforllama_anymore_and/ | SGAShepp | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15svkm9 | false | null | t3_15svkm9 | /r/LocalLLaMA/comments/15svkm9/unable_to_use_load_using_gptqforllama_anymore_and/ | false | false | self | 1 | null |
Local LLM Dlscord? | 3 | Is there a server with like minded ppl | 2023-08-16T16:20:37 | https://www.reddit.com/r/LocalLLaMA/comments/15sues5/local_llm_dlscord/ | ThemeZealousideal631 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sues5 | false | null | t3_15sues5 | /r/LocalLLaMA/comments/15sues5/local_llm_dlscord/ | false | false | self | 3 | null |
Llama 2 optimization | 1 | [removed] | 2023-08-16T15:41:28 | https://www.reddit.com/r/LocalLLaMA/comments/15std01/llama_2_optimization/ | BrilliantCultural116 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15std01 | false | null | t3_15std01 | /r/LocalLLaMA/comments/15std01/llama_2_optimization/ | false | false | self | 1 | null |
Optimization of Llama inferencing | 1 | I have been trying to optimise the Llama 2 outputs for some time. I have tried with batch processing, quantization and now trying deepspeed.
Any other libraries I can use.
I am running it on AWS g5dn machines because g4 is very slow. | 2023-08-16T15:37:43 | https://www.reddit.com/r/LocalLLaMA/comments/15st9cy/optimization_of_llama_inferencing/ | shadaab96 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15st9cy | false | null | t3_15st9cy | /r/LocalLLaMA/comments/15st9cy/optimization_of_llama_inferencing/ | false | false | self | 1 | null |
Using SillyTavern with oobabooga | 8 | Hey everyone!
I will be straight to the point so as to not waste anyone's time:
https://files.catbox.moe/hanhd4.jpg
The above image is the problem. I am trying to use SillyTavern with oobaabooga and whenever I write something the bottom part of the image first happens and after five times I get the above part of the... | 2023-08-16T15:11:35 | https://www.reddit.com/r/LocalLLaMA/comments/15ssk8w/using_sillytavern_with_oobabooga/ | HDTurtle | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ssk8w | false | null | t3_15ssk8w | /r/LocalLLaMA/comments/15ssk8w/using_sillytavern_with_oobabooga/ | false | false | self | 8 | {'enabled': False, 'images': [{'id': 'bpIAV6SAuHDdPjoJcKy4Gk60lmWu1E9kOmcp3L2fA4U', 'resolutions': [{'height': 37, 'url': 'https://external-preview.redd.it/yfxyd2FgEZPrMR-IebQgciXuWyLhgUv1YmfEYZcVjPE.jpg?width=108&crop=smart&auto=webp&s=1534c78bc84047b905fd2f465ba3c38609fa456f', 'width': 108}, {'height': 75, 'url': 'ht... |
Which option should I run the LLM on and which LLM should I run? | 6 | I have a MacBook Air M2 with 16gb RAM and an i7-9850 with 64gb(can upgrade to 128gb) RAM and a 4GB VRAM GPU. Which laptop should I run the LLM on?
I want to feed in large pdfs and get the LLM to summarize and recap the content of the pdfs. Which model would be best for this and would run reasonably well?
Thanks! | 2023-08-16T15:10:58 | https://www.reddit.com/r/LocalLLaMA/comments/15ssjls/which_option_should_i_run_the_llm_on_and_which/ | ajollygdfellow | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ssjls | false | null | t3_15ssjls | /r/LocalLLaMA/comments/15ssjls/which_option_should_i_run_the_llm_on_and_which/ | false | false | self | 6 | null |
Llama-2 GPTQ text generation web ui, | 1 | [removed] | 2023-08-16T15:10:38 | https://www.reddit.com/r/LocalLLaMA/comments/15ssj9r/llama2_gptq_text_generation_web_ui/ | sigiel | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15ssj9r | false | null | t3_15ssj9r | /r/LocalLLaMA/comments/15ssj9r/llama2_gptq_text_generation_web_ui/ | false | false | self | 1 | null |
LlamaGPT - Self-hosted, offline, private AI chatbot, powered by Nous Hermes Llama 2. Install on umbrelOS home server, or anywhere with Docker | 92 | 2023-08-16T14:58:19 | https://github.com/getumbrel/llama-gpt | getumbrel | github.com | 1970-01-01T00:00:00 | 0 | {} | 15ss7d2 | false | null | t3_15ss7d2 | /r/LocalLLaMA/comments/15ss7d2/llamagpt_selfhosted_offline_private_ai_chatbot/ | false | false | 92 | {'enabled': False, 'images': [{'id': 'hGEThUPSYlZWezmiKo4-pD4NCa5xvjWgYPwphTBMUMQ', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/fFCsoPFuujuQTen7wgIU4-PIvFCMcLYSBTQoBgW0jeU.jpg?width=108&crop=smart&auto=webp&s=35f675db387826cd5f77568fb761fd635596be1b', 'width': 108}, {'height': 108, 'url': 'h... | ||
Two Polish Llama 2 models: 7b and 13b | 30 | Today VoiceLab AI ([https://voicelab.ai/](https://voicelab.ai/)) released two Polish LLaMa 2 models.
Source:
[https://huggingface.co/Voicelab/trurl-2-7b](https://huggingface.co/Voicelab/trurl-2-7b)
[https://huggingface.co/Voicelab/trurl-2-13b](https://huggingface.co/Voicelab/trurl-2-13b)
I made ggml quants for both... | 2023-08-16T14:47:55 | https://www.reddit.com/r/LocalLLaMA/comments/15srxq7/two_polish_llama_2_models_7b_and_13b/ | Languages_Learner | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15srxq7 | false | null | t3_15srxq7 | /r/LocalLLaMA/comments/15srxq7/two_polish_llama_2_models_7b_and_13b/ | false | false | self | 30 | {'enabled': False, 'images': [{'id': 'dZqLmN31dr-peDehwiaWtRvq4_xdU1PfzaOQ6smpnBk', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/XG1B6ElhPKKxlZFgJBtiZfL6fSYZjxbo7X96J-lu97U.jpg?width=108&crop=smart&auto=webp&s=e6a647b990fb1e626a6474831215da1c7bb638f1', 'width': 108}, {'height': 113, 'url': 'h... |
I've got the Llama 2 models available, what do I do next? Want to host it on my pc and utilize my API key. | 10 | I sent the request and got a confirmation that I can use the Llama 2 models. The problem is that I'm on windows and have an AMD GPU.
I do have an old kali linux version on virtualbox, bot should I download another linux version?
Also I know that there are some things like MLC-LLM or Llama.ccp that could possibly hel... | 2023-08-16T14:33:55 | https://www.reddit.com/r/LocalLLaMA/comments/15srkua/ive_got_the_llama_2_models_available_what_do_i_do/ | s-cardi | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15srkua | false | null | t3_15srkua | /r/LocalLLaMA/comments/15srkua/ive_got_the_llama_2_models_available_what_do_i_do/ | false | false | self | 10 | null |
Are there any LLM models focused on specific programming languages and design patterns? | 6 | So, I'm new to this LLM thing and I'm lurking for a while here. I've been following some posts about WizardCoder. I'd like to ask if there are any models fine-tuned to a specific set of languages, instead of being more general. Example: A model that would be fine-tuned for (or at least focused on) .NET-based developmen... | 2023-08-16T14:31:35 | https://www.reddit.com/r/LocalLLaMA/comments/15sris6/are_there_any_llm_models_focused_on_specific/ | el_calamann | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sris6 | false | null | t3_15sris6 | /r/LocalLLaMA/comments/15sris6/are_there_any_llm_models_focused_on_specific/ | false | false | self | 6 | null |
Has anyone tried using MLM on models like MPT? If yes, do you have any reference articles or codebase which I can refer to? | 1 | [removed] | 2023-08-16T14:17:50 | https://www.reddit.com/r/LocalLLaMA/comments/15sr6ot/has_anyone_tried_using_mlm_on_models_like_mpt_if/ | No_Cap_5975 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sr6ot | false | null | t3_15sr6ot | /r/LocalLLaMA/comments/15sr6ot/has_anyone_tried_using_mlm_on_models_like_mpt_if/ | false | false | self | 1 | null |
Is words represented as embedding fed to the LLM's best way to train and do inference? | 4 | Words represented as vectors fed to Transformer models seems inefficient. As the attention mechanisms in transformer models has to learn the matrices used to generate query(what word searches for), key( ID for what word searches for), value(value for the ID). So the model has to learn to extract these representations f... | 2023-08-16T14:07:51 | https://www.reddit.com/r/LocalLLaMA/comments/15sqxqb/is_words_represented_as_embedding_fed_to_the_llms/ | Reddeasa | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sqxqb | false | null | t3_15sqxqb | /r/LocalLLaMA/comments/15sqxqb/is_words_represented_as_embedding_fed_to_the_llms/ | false | false | self | 4 | null |
I never found a LLM that solves this simple logic question | 37 | Some time ago, I see a post here with simple logic question used to test LLMs. The question is: there are n sisters in a room, you give information about the activities of all sisters less one. All the activities are individual like reading a book, listen to music except for playing chess. So, logically the missing sis... | 2023-08-16T13:40:38 | https://www.reddit.com/r/LocalLLaMA/comments/15sq8tz/i_never_found_a_llm_that_solves_this_simple_logic/ | GG9242 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sq8tz | false | null | t3_15sq8tz | /r/LocalLLaMA/comments/15sq8tz/i_never_found_a_llm_that_solves_this_simple_logic/ | false | false | self | 37 | null |
Potential scammer on github? | 42 | I was looking for implementation of this paper
https://arxiv.org/pdf/2306.04031.pdf
so I searched for logicguide github and found this repo
https://github.com/kyegomez/LOGICGUIDE
I noticed the small number of stars but I thought it was just a new paper. I tried to run the code and got multiple error messages. I ... | 2023-08-16T13:27:56 | https://www.reddit.com/r/LocalLLaMA/comments/15spxn3/potential_scammer_on_github/ | saintshing | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15spxn3 | false | null | t3_15spxn3 | /r/LocalLLaMA/comments/15spxn3/potential_scammer_on_github/ | false | false | self | 42 | null |
Dedicated Riffusion interface akin to Automatic111 SD-Web-UI or Audiocraft_Plus? | 5 | Hey all! Long time lurker and huge fan of all the great knowledge and resources this community provides! I am new to the ML/AI field so being able to come here and learn from what others are doing has been so helpful. I don't think this is the exact right place for a post like this but I honestly wasn't sure where else... | 2023-08-16T13:21:29 | https://www.reddit.com/r/LocalLLaMA/comments/15sps2m/dedicated_riffusion_interface_akin_to/ | vesudeva | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sps2m | false | null | t3_15sps2m | /r/LocalLLaMA/comments/15sps2m/dedicated_riffusion_interface_akin_to/ | false | false | self | 5 | {'enabled': False, 'images': [{'id': 'A_jTs5TGN2mHg149EeFHkAWcmHzr6tWLUkw2SavRpnA', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/tiDGDpOqGfyFi-BfGCG9jsFLVTaAxpMQBVa08tyZg6A.jpg?width=108&crop=smart&auto=webp&s=48166a593c80245fbb3db15dd219866204d0b4fb', 'width': 108}, {'height': 108, 'url': 'h... |
Sudden drop in speed with exllama | 1 | Greetings!
First of all, my computer specs:
RTX 3060 6GB VRAM, 32GB RAM
Intel I7-12700H
Since I started language models I was having problems with my token speed, so having heard people getting incredible results with Exllama I wanted to try it out. Previously my token speed was around 2-3 t/s with 13B or 7B mode... | 2023-08-16T13:20:50 | https://www.reddit.com/r/LocalLLaMA/comments/15sprg6/sudden_drop_in_speed_with_exllama/ | HDTurtle | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sprg6 | false | null | t3_15sprg6 | /r/LocalLLaMA/comments/15sprg6/sudden_drop_in_speed_with_exllama/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': 'oW9oFokdmn8DPh0hd54TL3FbZz0pz5Os0abkKXD0x6I', 'resolutions': [{'height': 105, 'url': 'https://external-preview.redd.it/r6SklTingQnQ-O5tG146LGuDcDk7gFt9AJdTqG9iqjg.jpg?width=108&crop=smart&auto=webp&s=d50f67a693763708833669c64574a63c9f0cf3a3', 'width': 108}, {'height': 211, 'url': '... |
[Tutorial] Simple Soft Unlock of any model with a negative prompt (no training, no fine-tuning, inference only fix) | 37 | Almost all great recent llama2 models are censored, which from a PR perspective of big tech is understandable, but ruining the idea that users have full control over their local models.
Previously [I found a kind-of-working method](https://www.reddit.com/r/LocalLLaMA/comments/13j3747/tutorial_a_simple_way_to_get_rid_o... | 2023-08-16T11:46:06 | https://www.reddit.com/r/LocalLLaMA/comments/15snlv1/tutorial_simple_soft_unlock_of_any_model_with_a/ | Shir_man | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15snlv1 | false | null | t3_15snlv1 | /r/LocalLLaMA/comments/15snlv1/tutorial_simple_soft_unlock_of_any_model_with_a/ | false | false | 37 | {'enabled': False, 'images': [{'id': '0bhSXQSMEPE7_zOKqe7hC25hT6frBYp-DmN22c_am7o', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/axMSbPXgiT0dZXdhXPDupqUziaHnrNfm-N2OKThsfGA.jpg?width=108&crop=smart&auto=webp&s=4d6c0901b8eb9adada171b67271f68a0389a5b00', 'width': 108}, {'height': 108, 'url': 'h... | |
Got a weird output from meta-llama-2-7b-chat-hf | 2 | So I am trying to build a chatbot to be able to answer questions from set of pdf files. In the process, I am trying to give llama-2 a try locally and wrote a small code to enable chat history and got this word допомогать. Is it some indication that I need to change the model parameters or is it something common and I'... | 2023-08-16T11:13:59 | https://www.reddit.com/r/LocalLLaMA/comments/15smxv6/got_a_weird_output_from_metallama27bchathf/ | IamFuckinTomato | self.LocalLLaMA | 2023-08-16T11:18:43 | 0 | {} | 15smxv6 | false | null | t3_15smxv6 | /r/LocalLLaMA/comments/15smxv6/got_a_weird_output_from_metallama27bchathf/ | false | false | self | 2 | null |
Running LLM CPU-only and Stable Diffusion in GPU at the same time, will it work? | 7 | I'm using a laptop with 5800H, 16GB RAM(14GB usable), and 3060 6GB.
I tried 7B model CPU-only and it runs pretty well, and 13B works to with VRAM offloading. But of course this isn't enough to run SD simultaneously.
I'm planning to run SD 1.5 model in 512x512 and whatever LLM I can run.
So I thought I'll upgrade my ... | 2023-08-16T09:25:22 | https://www.reddit.com/r/LocalLLaMA/comments/15skvu3/running_llm_cpuonly_and_stable_diffusion_in_gpu/ | axcxxz | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15skvu3 | false | null | t3_15skvu3 | /r/LocalLLaMA/comments/15skvu3/running_llm_cpuonly_and_stable_diffusion_in_gpu/ | false | false | self | 7 | null |
Cohere APIs Vs llama 2 | 1 | [removed] | 2023-08-16T08:17:18 | https://www.reddit.com/r/LocalLLaMA/comments/15sjni5/cohere_apis_vs_llama_2/ | technolovco | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15sjni5 | false | null | t3_15sjni5 | /r/LocalLLaMA/comments/15sjni5/cohere_apis_vs_llama_2/ | false | false | self | 1 | null |
Catching up on LLaMAs and anything related to local LLMs | 1 | [removed] | 2023-08-16T07:23:29 | https://www.reddit.com/r/LocalLLaMA/comments/15siogi/catching_up_on_llamas_and_anything_related_to/ | Unreal_777 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 15siogi | false | null | t3_15siogi | /r/LocalLLaMA/comments/15siogi/catching_up_on_llamas_and_anything_related_to/ | false | false | self | 1 | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.