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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Is there any way to use the GPU of the AMD 5700G APU for accelerating inference? | 1 | [removed] | 2023-10-24T07:45:34 | https://www.reddit.com/r/LocalLLaMA/comments/17f7d4r/is_there_any_way_to_use_the_gpu_of_the_amd_5700g/ | PersonalConfidence_ | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f7d4r | false | null | t3_17f7d4r | /r/LocalLLaMA/comments/17f7d4r/is_there_any_way_to_use_the_gpu_of_the_amd_5700g/ | false | false | self | 1 | null |
Are there any nice frontends for web (and iOS) that I can use with my custom LLM setup running on a server? | 4 | I want to create a local LLM system using haystack or similar for retaining and searching through the log, with nightly or weekly fine-tuning of the LLM. I want to be able to access this from wherever, both web based and possibly through an app on iOS. Instead of making this from scratch, are there any good implementat... | 2023-10-24T07:35:13 | https://www.reddit.com/r/LocalLLaMA/comments/17f7860/are_there_any_nice_frontends_for_web_and_ios_that/ | NorthernSouth | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f7860 | false | null | t3_17f7860 | /r/LocalLLaMA/comments/17f7860/are_there_any_nice_frontends_for_web_and_ios_that/ | false | false | self | 4 | null |
How much video memory is needed on a video card to train lora for the 70B model? | 3 | My UHD770 takes 32 gigabytes of video memory from 62 gigabytes of RAM. I think I could train Lora very slowly for the 70B model, but I'm not exactly sure how much video memory is needed. | 2023-10-24T07:26:19 | https://www.reddit.com/r/LocalLLaMA/comments/17f73ux/how_much_video_memory_is_needed_on_a_video_card/ | Secret_Joke_2262 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f73ux | false | null | t3_17f73ux | /r/LocalLLaMA/comments/17f73ux/how_much_video_memory_is_needed_on_a_video_card/ | false | false | self | 3 | null |
Using LLaMA for json data generation, help | 1 | Hi all,
I’m having a bit of trouble, I’m wanting to generate content for a language learning app I’m working on.
I use this as a prompt:
‘’’
Generate 10 beginner-friendly sentences in French and their English
translations. The topics should asking for directions and giving directions. Please format
the output as a ... | 2023-10-24T06:40:25 | https://www.reddit.com/r/LocalLLaMA/comments/17f6gg7/using_llama_for_json_data_generation_help/ | hoteluniformgolfs | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f6gg7 | false | null | t3_17f6gg7 | /r/LocalLLaMA/comments/17f6gg7/using_llama_for_json_data_generation_help/ | false | false | self | 1 | null |
What ai model can run on localai llama2 or mistral or falcon closest to chatgpt within 7b and 30b range? | 1 | I am looking to run ai model with local ai obviously quantized. I have 24 gb ram and 4 core processor.
The processor is Arm 3.0 Ghz | 2023-10-24T05:48:39 | https://www.reddit.com/r/LocalLLaMA/comments/17f5pv2/what_ai_model_can_run_on_localai_llama2_or/ | gptgpt1234 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f5pv2 | false | null | t3_17f5pv2 | /r/LocalLLaMA/comments/17f5pv2/what_ai_model_can_run_on_localai_llama2_or/ | false | false | self | 1 | null |
Best long-context models, and what's up with LLongMA? | 8 | I have been looking for models that were trained on long-context tasks, and stumbled on series of posts culminating in [this one](https://www.reddit.com/r/LocalLLaMA/comments/15c0pbs/llongma2_16k_a_llama_2_16k_model/) about LLongMA 16K.
All of the original models seem to be gone from HuggingFace's hub (though there ar... | 2023-10-24T05:19:26 | https://www.reddit.com/r/LocalLLaMA/comments/17f59i3/best_longcontext_models_and_whats_up_with_llongma/ | Palmik | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f59i3 | false | null | t3_17f59i3 | /r/LocalLLaMA/comments/17f59i3/best_longcontext_models_and_whats_up_with_llongma/ | false | false | self | 8 | null |
Questions/Issues finetuning LLaMA 2 7B with QLoRA locally | 1 | I'm trying to finetune LLaMA 2 7B with QLoRA locally on a Windows 11 machine using the hugging face trl library. System specs are i9-13900k, RTX 4080 (16GB VRAM), and 64GB RAM. I'm using the huggingface trl library for this. However, since their bitsandbytes library doesn't support Windows I'm running this under WSL (G... | 2023-10-24T05:10:06 | https://www.reddit.com/r/LocalLLaMA/comments/17f542t/questionsissues_finetuning_llama_2_7b_with_qlora/ | gamesntech | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f542t | false | null | t3_17f542t | /r/LocalLLaMA/comments/17f542t/questionsissues_finetuning_llama_2_7b_with_qlora/ | false | false | self | 1 | null |
Why isn’t exl2 more popular? | 85 | I just found out exl2 format yesterday, and gave it a try. Using one 4090, I can run a 70B 2.3bpw model with ease, around 25t/s after second generation. The model is only using 22gb of vram so I can do other tasks at the meantime too. Nonetheless, exl2 models are less discussed(?), and the download count on Hugging fac... | 2023-10-24T04:59:56 | https://www.reddit.com/r/LocalLLaMA/comments/17f4y11/why_isnt_exl2_more_popular/ | lasaiy | self.LocalLLaMA | 2023-10-24T08:59:29 | 0 | {} | 17f4y11 | false | null | t3_17f4y11 | /r/LocalLLaMA/comments/17f4y11/why_isnt_exl2_more_popular/ | false | false | self | 85 | {'enabled': False, 'images': [{'id': 'BC_fw19RpC8S6hYG7071Hcv5jfOQwDfw_nZcjSOrYgI', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/yMrrK2oisRit9neCDHnTGRejrme5cZMTUQK7J6Wf4A8.jpg?width=108&crop=smart&auto=webp&s=2db0399ae309dda1c24474de141ec6073e6e67a2', 'width': 108}, {'height': 116, 'url': 'h... |
Rules question (rule 4) | 1 | Rule #4: limit self promotion. "does more than 10% of my content" include both posts AND comments, or just posts? And does sharing someone else's model (when I know the person) count as self promotion? I finished a model the same day someone else asked me to upload theirs and post about it here, and I don't want to get... | 2023-10-24T04:42:24 | https://www.reddit.com/r/LocalLLaMA/comments/17f4nz3/rules_question_rule_4/ | Heralax_Tekran | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f4nz3 | false | null | t3_17f4nz3 | /r/LocalLLaMA/comments/17f4nz3/rules_question_rule_4/ | false | false | self | 1 | null |
Cat V0.5 — an uncensored biology and clinical model by Kal'tsit. | 40 | Cat v0.5 ([HuggingFace page](https://huggingface.co/Heralax/Cat-0.5)) is a Llama2 finetune trained on **100k**(!) **decensored** **rows** of text. It's intended to excel in biology and clinical science (i.e., disease diagnosis) while remaining skilled in conversation and entertainment. This balance of skills was achiev... | 2023-10-24T04:27:17 | https://www.reddit.com/r/LocalLLaMA/comments/17f4et3/cat_v05_an_uncensored_biology_and_clinical_model/ | Heralax_Tekran | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f4et3 | false | null | t3_17f4et3 | /r/LocalLLaMA/comments/17f4et3/cat_v05_an_uncensored_biology_and_clinical_model/ | false | false | 40 | {'enabled': False, 'images': [{'id': 'aTQQZIVD6xOkn_n7j4pbWZeOl34fR9un9IuZF74Ujuc', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/BjQ95U51Yz1DX97Cj5dXDlEJjAAxawvT8Vlwbl7UceI.jpg?width=108&crop=smart&auto=webp&s=8c64ce01b5e448a7278b0fe78c30e6757f0636b1', 'width': 108}, {'height': 116, 'url': 'h... | |
Riley Reid's uncensored RAG chatbot | 47 | It seems she has founded an AI company:
https://www.404media.co/riley-reid-clona-ai-chatbot-virtual-companion/
This is the platform: https://clona.ai/
In the interview, she claims the AI is completely uncensored and fine-tuned on extensive training data from her chat history. The chatbot seems to offer "long term m... | 2023-10-24T03:16:05 | https://www.reddit.com/r/LocalLLaMA/comments/17f34a7/riley_reids_uncensored_rag_chatbot/ | noellarkin | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f34a7 | false | null | t3_17f34a7 | /r/LocalLLaMA/comments/17f34a7/riley_reids_uncensored_rag_chatbot/ | false | false | self | 47 | {'enabled': False, 'images': [{'id': 'zTfYel8O3_xZ2q63LigmJ-sTLNHI6i2uP_pikUmsAKo', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/UR5hR-eCo-2pDeNfDQcWMeK0g1Xiw0S9UBDjZPcHTG8.jpg?width=108&crop=smart&auto=webp&s=9e0b57acfb61a6aef60be935c5753999efcb049a', 'width': 108}, {'height': 121, 'url': 'h... |
What's next? | 20 | So I programmed multiple ChatBots using various LLM models, RAG etc. Now what's next? What do you all do challenging to go to next level in Generative AI? | 2023-10-24T03:02:48 | https://www.reddit.com/r/LocalLLaMA/comments/17f2v5j/whats_next/ | meetrais | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f2v5j | false | null | t3_17f2v5j | /r/LocalLLaMA/comments/17f2v5j/whats_next/ | false | false | self | 20 | null |
Llama-GPT via Docker container - issues/questions | 1 | Hi!
I've installed Llama-GPT on Xpenology based NAS server via docker (portainer). It works well, mostly. But I am having trouble using more than one model (so I can switch between them without having to update the stack each time). Also, Every time I update the stack, any existing chats stop working and I have to cr... | 2023-10-24T02:34:49 | https://www.reddit.com/r/LocalLLaMA/comments/17f2bim/llamagpt_via_docker_container_issuesquestions/ | dropswisdom | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f2bim | false | null | t3_17f2bim | /r/LocalLLaMA/comments/17f2bim/llamagpt_via_docker_container_issuesquestions/ | false | false | self | 1 | null |
Anthropic/Claude (by extension Amazon?) sued by big entertainment. Who's next? | 1 | [removed] | 2023-10-24T02:21:02 | https://www.reddit.com/r/LocalLLaMA/comments/17f217u/anthropicclaude_by_extension_amazon_sued_by_big/ | Natural-Sentence-601 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f217u | false | null | t3_17f217u | /r/LocalLLaMA/comments/17f217u/anthropicclaude_by_extension_amazon_sued_by_big/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': 'LA4eyla76DdxKXcDn-GOlpK91WiJMIrh0m4DHTFFlk4', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/Ecb17sydqGac7T93aplDH5Ti9kD2Q5eStKWhWQqE1OE.jpg?width=108&crop=smart&auto=webp&s=fbe714f123e7d73892dde48515f03eb26a6ea7fc', 'width': 108}, {'height': 113, 'url': 'h... |
Do you think corporations will achieve AGI or ASI faster then we get our local GPT-4 like models? | 10 | I mean even if language models are not the correct path for AGI, it still might take less time for them to develop da real intelligence and then a personal computer might quickly become an obsolete thing like a telegraph
​ | 2023-10-24T02:17:09 | https://www.reddit.com/r/LocalLLaMA/comments/17f1ye1/do_you_think_corporations_will_achieve_agi_or_asi/ | Ill-Yellow-672 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f1ye1 | false | null | t3_17f1ye1 | /r/LocalLLaMA/comments/17f1ye1/do_you_think_corporations_will_achieve_agi_or_asi/ | false | false | self | 10 | null |
Help with a trained LoRA trained in llamacpp | 0 | Hello reddit. Need a little help with a loRA i trained using llamacpp. I used the finetune.exe to train a LoRA from a GGUF.
After 12 hours of training, I got two files, a gguf and a bin. Now when I load up Oobabooga and load the base gguf model and attach the lora, I get the error
AttributeError: 'LlamaCppModel' obj... | 2023-10-24T01:58:31 | https://www.reddit.com/r/LocalLLaMA/comments/17f1kcy/help_with_a_trained_lora_trained_in_llamacpp/ | AdministrativeLie745 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f1kcy | false | null | t3_17f1kcy | /r/LocalLLaMA/comments/17f1kcy/help_with_a_trained_lora_trained_in_llamacpp/ | false | false | self | 0 | null |
I released Marx 3B V3. | 47 | <a href="https://www.buymeacoffee.com/acrastt" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
Today I released [Marx 3B V3](https://huggingface.co/acrastt/Marx-3B-V3).
[Marx 3B V3](https://huggi... | 2023-10-24T01:53:07 | https://www.reddit.com/r/LocalLLaMA/comments/17f1gcu/i_released_marx_3b_v3/ | bot-333 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f1gcu | false | null | t3_17f1gcu | /r/LocalLLaMA/comments/17f1gcu/i_released_marx_3b_v3/ | false | false | self | 47 | {'enabled': False, 'images': [{'id': 'ojWDPvljEfitKccZa6oiEZUoNb3X0K_vzy_5sXXUOoI', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/kkgpSXybDD5-7EgJLsMC92Vm4emxC0jScDyTWc7JLE8.jpg?width=108&crop=smart&auto=webp&s=8b19ae3b1dcc44e726c67fd09a6461988c3258fb', 'width': 108}, {'height': 116, 'url': 'h... |
I released Marx 3B V2 | 1 | Today, I released [Marx 3B V3](https://huggingface.co/acrastt/Marx-3B-V3).
[Marx 3B V3](https://huggingface.co/acrastt/Marx-3B-V3) is [StableLM 3B 4E1T](https://huggingface.co/stabilityai/stablelm-3b-4e1t) finetuned on [EverythingLM Data V3(ShareGPT format)](https://huggingface.co/datasets/acrastt/EverythingLM-V3-Shar... | 2023-10-24T01:49:53 | https://www.reddit.com/r/LocalLLaMA/comments/17f1duv/i_released_marx_3b_v2/ | bot-333 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f1duv | false | null | t3_17f1duv | /r/LocalLLaMA/comments/17f1duv/i_released_marx_3b_v2/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': 'ojWDPvljEfitKccZa6oiEZUoNb3X0K_vzy_5sXXUOoI', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/kkgpSXybDD5-7EgJLsMC92Vm4emxC0jScDyTWc7JLE8.jpg?width=108&crop=smart&auto=webp&s=8b19ae3b1dcc44e726c67fd09a6461988c3258fb', 'width': 108}, {'height': 116, 'url': 'h... |
Some advice on running Guidance? | 1 | I would like to run Guidance on a local model and while reading the Guidance docs I saw this message " we use LLaMA here, but any GPT-style model will do ". So that lead me to a few questions;
- How do I find out what style a model is? I am assuming that this has to do with the prompt format it was trained on. I wou... | 2023-10-24T01:32:17 | https://www.reddit.com/r/LocalLLaMA/comments/17f1119/some_advice_on_running_guidance/ | iChinguChing | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f1119 | false | null | t3_17f1119 | /r/LocalLLaMA/comments/17f1119/some_advice_on_running_guidance/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': '2HUW3Mxhf4cez0PUGvnV8pTXDe4_Q5zAcy87JyIjn5Q', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/28JSYqNJ4oadekLdOUL3HnHcjfyBsCUUgUVsIJMn6to.jpg?width=108&crop=smart&auto=webp&s=45bf82dacd86ce33b04406b064342716117d0380', 'width': 108}, {'height': 108, 'url': 'h... |
What's the deal with the LLM and overall AI hate? | 129 | I've come across a number of youtube videos and things written by people who **hate** everything about AI. They say things like the models only produce rip-offs or super substandard art. Nothing *ever* creative.
I've been using the llama model and I love it. While I am at work, I will give it creative writing promp... | 2023-10-24T01:31:06 | https://www.reddit.com/r/LocalLLaMA/comments/17f104j/whats_the_deal_with_the_llm_and_overall_ai_hate/ | Red_Redditor_Reddit | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f104j | false | null | t3_17f104j | /r/LocalLLaMA/comments/17f104j/whats_the_deal_with_the_llm_and_overall_ai_hate/ | false | false | self | 129 | null |
i could use help installing and running llama on my m2 mac. | 1 | i have ollama and it works. however, i downloaded a new model to try and i don't know how to install or run it. could anybody help me get it working?
it's called: yarn-llama-2-7b-128k.Q4\_K\_M.gguf | 2023-10-24T01:14:35 | https://www.reddit.com/r/LocalLLaMA/comments/17f0ntb/i_could_use_help_installing_and_running_llama_on/ | CoyNox | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f0ntb | false | null | t3_17f0ntb | /r/LocalLLaMA/comments/17f0ntb/i_could_use_help_installing_and_running_llama_on/ | false | false | self | 1 | null |
What are the best datasets right now? | 31 | * open orca / flan v2
* evol instruct
come to mind
but this is just from a list I've been gathering, would love to hear what the crowd thinks is the best datasets atm.
I'm looking to train a smaller mistral model (2b) using quantization from scratch, but doing it 'by the books', and I'm looking for a well rounded su... | 2023-10-24T01:11:21 | https://www.reddit.com/r/LocalLLaMA/comments/17f0lha/what_are_the_best_datasets_right_now/ | Thistleknot | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f0lha | false | null | t3_17f0lha | /r/LocalLLaMA/comments/17f0lha/what_are_the_best_datasets_right_now/ | false | false | self | 31 | {'enabled': False, 'images': [{'id': 'lynN_16lehfUmbmBuj4YQFMhjDouN6ArdK5gOg_5hMI', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/9dU-EuW4Vsqe5VnjZLOThQcnfPGZFO5wxJOceG8Y4v8.jpg?width=108&crop=smart&auto=webp&s=5e6832356f778502e60f022ee8feb8d9d64a9173', 'width': 108}, {'height': 116, 'url': 'h... |
Falcon 40B on SageMaker vs GPT3.5-Turbo Cost | 2 | How does Falcon cloud-hosted compare by cost to GPT3.5-Turbo? Open to other cloud hosting. | 2023-10-24T00:53:02 | https://www.reddit.com/r/LocalLLaMA/comments/17f07rv/falcon_40b_on_sagemaker_vs_gpt35turbo_cost/ | Able-Worldliness-711 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17f07rv | false | null | t3_17f07rv | /r/LocalLLaMA/comments/17f07rv/falcon_40b_on_sagemaker_vs_gpt35turbo_cost/ | false | false | self | 2 | null |
You might want to update your ooba if you haven't recently. (maybe just pascal users) | 10 | I don't update my stuff very frequently when it works because I have a fear of it breaking, but I updated my ooba yesterday because it had been a month or two.
Man was I surprised.
I usually use Llama.cpp as the loader because I have a 3x p40 setup and that's been the one I've had the fewest headaches with, and I was... | 2023-10-24T00:41:38 | https://www.reddit.com/r/LocalLLaMA/comments/17ezz0p/you_might_want_to_update_your_ooba_if_you_havent/ | mynadestukonu | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ezz0p | false | null | t3_17ezz0p | /r/LocalLLaMA/comments/17ezz0p/you_might_want_to_update_your_ooba_if_you_havent/ | false | false | self | 10 | null |
Llama-cpp-Python is all in one? | 6 | Hello everyone,
I was wondering if I pip install llama-cpp-Python , do I still need to go through the llama.coo installation steps?
It says in the git hub page that it installs the package and builds llama.cpp from source, so I am unsure if I need to go through the llama.cpp steps.
I appreciate all the help, thank ... | 2023-10-24T00:31:38 | https://www.reddit.com/r/LocalLLaMA/comments/17ezrlq/llamacpppython_is_all_in_one/ | Slimxshadyx | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ezrlq | false | null | t3_17ezrlq | /r/LocalLLaMA/comments/17ezrlq/llamacpppython_is_all_in_one/ | false | false | self | 6 | null |
How to run Llama-2 on CPU with GGML after fine-tuning with LoRA | 4 | I found the steps to fine-tune Llama-2 and export to GGML to be a little cumbersome, so I put all the steps together in a guide.
[https://blog.oxen.ai/how-to-run-llama-2-on-cpu-after-fine-tuning-with-lora/](https://blog.oxen.ai/how-to-run-llama-2-on-cpu-after-fine-tuning-with-lora/)
The steps at a high level are:... | 2023-10-23T23:35:08 | https://www.reddit.com/r/LocalLLaMA/comments/17eykxp/how_to_run_llama2_on_cpu_with_ggml_after/ | FallMindless3563 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eykxp | false | null | t3_17eykxp | /r/LocalLLaMA/comments/17eykxp/how_to_run_llama2_on_cpu_with_ggml_after/ | false | false | self | 4 | {'enabled': False, 'images': [{'id': 'qKzsayrkJ8lnqdsb2GQZnPpckWPllq3s4Oi9zCKQUEQ', 'resolutions': [{'height': 44, 'url': 'https://external-preview.redd.it/aQG7FnEUscJmOO9Izve064mHvSRaX6F5iRufQqP_CyA.jpg?width=108&crop=smart&auto=webp&s=9897b688cb144c48d8794ab15f2b8767297a9cc1', 'width': 108}, {'height': 88, 'url': 'ht... |
pad_token_id missing on Mistral-7B-OpenOrca-GPTQ | 1 |
ValueError: If eos_token_id is defined, make sure that pad_token_id is defined.
Anyone got this error running?
Mistral-7B-OpenOrca-GPTQ
Full traceback: [https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GPTQ/discussions/5](https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GPTQ/discussions/5) | 2023-10-23T22:49:30 | https://www.reddit.com/r/LocalLLaMA/comments/17exkl1/pad_token_id_missing_on_mistral7bopenorcagptq/ | Evirua | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17exkl1 | false | null | t3_17exkl1 | /r/LocalLLaMA/comments/17exkl1/pad_token_id_missing_on_mistral7bopenorcagptq/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': '_rEX1xvwdv17x6NFAWQpYFNONQ0BKA5Qw0Eo0JX0zWU', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/OFWu5qxCY4R2hQfI_vzWYgK2ON5meupO-ZR0eRPmsP8.jpg?width=108&crop=smart&auto=webp&s=4bc231a80d79babe4e6cddf7b4c71dcb0aa8f8ff', 'width': 108}, {'height': 116, 'url': 'h... |
Smaller models (<7b): How much "intelligence" can we extract from them? Mistral 7b shows there's still room for improvement, but are we near the upper-bound capacity of 7b models? | 15 | And on top of that, aren't finetuned versions of smaller models actually "worse" due to "catastrophic forgetting"? | 2023-10-23T22:23:13 | https://www.reddit.com/r/LocalLLaMA/comments/17ewyt3/smaller_models_7b_how_much_intelligence_can_we/ | nderstand2grow | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ewyt3 | false | null | t3_17ewyt3 | /r/LocalLLaMA/comments/17ewyt3/smaller_models_7b_how_much_intelligence_can_we/ | false | false | self | 15 | null |
If LLMs predict one token at a time is the total compute a product of the sum of the cumulative inputs? | 11 | It is said that llms just predict the next token based on the words that have come before.
When you make a request to someone like OpenAI they will charge you for prompt tokens and completion tokens.
So let’s say I ask it
> write a sentence about dogs
It returns
> I used to have a spotty dog called Jack
I pay for... | 2023-10-23T22:14:31 | https://www.reddit.com/r/LocalLLaMA/comments/17ewrc3/if_llms_predict_one_token_at_a_time_is_the_total/ | reddysteady | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ewrc3 | false | null | t3_17ewrc3 | /r/LocalLLaMA/comments/17ewrc3/if_llms_predict_one_token_at_a_time_is_the_total/ | false | false | self | 11 | null |
What is the status of autonomous agents manipulating our browser? | 10 | My vision of what autonomous agents will do includes going out on the web, logging into sites, filling out forms, uploading documents it has created, etc. all in pursuit of a larger mission and all without having to be explicitly programmed to do all the small sub tasks.
How far away are we from this? Meaning, what is... | 2023-10-23T22:07:29 | https://www.reddit.com/r/LocalLLaMA/comments/17ewllv/what_is_the_status_of_autonomous_agents/ | kecepa5669 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ewllv | false | null | t3_17ewllv | /r/LocalLLaMA/comments/17ewllv/what_is_the_status_of_autonomous_agents/ | false | false | self | 10 | null |
HF's IDEFICS Multimodal model. {9B, 80B} * {pretrained, instruct tuned}. | 4 | 2023-10-23T20:49:34 | https://huggingface.co/collections/HuggingFaceM4/idefics-6509a1aaabdde5290e80b855 | BayesMind | huggingface.co | 1970-01-01T00:00:00 | 0 | {} | 17euq18 | false | null | t3_17euq18 | /r/LocalLLaMA/comments/17euq18/hfs_idefics_multimodal_model_9b_80b_pretrained/ | false | false | 4 | {'enabled': False, 'images': [{'id': 'S-Xs0Csyem0gMo6_i6ThXvgHori_19spzS0tm5reJSM', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/MDuKY-DPYZK75LOfSKkXT8aup3ZGo6DxfHk2mfxrDvE.jpg?width=108&crop=smart&auto=webp&s=2a591cba82cb843af2c5c064f2d515702dc8b597', 'width': 108}, {'height': 116, 'url': 'h... | ||
Suggestions for handling complex queries in order to perform natural language to database query generation. | 1 | I recently worked on a personal project which converts natural language input to either of the four pandas, MongoDB, Kusto and Cypher queries. It can currently handle only single table queries, and I want to expand it to multiple tables. Currently is uses CodeT5+ for the generation, but I also want to try some complex ... | 2023-10-23T19:37:58 | https://www.reddit.com/r/LocalLLaMA/comments/17et0ti/suggestions_for_handling_complex_queries_in_order/ | WorryWhole7805 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17et0ti | false | null | t3_17et0ti | /r/LocalLLaMA/comments/17et0ti/suggestions_for_handling_complex_queries_in_order/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': 'APbz62EiCSp49QzYlgcMCiq-ZzRcTYNfNG-JWS88AIg', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/NNBEguJP-D3BYu2zqaYciyHrkciGMQnRjJH3ZAbm23c.jpg?width=108&crop=smart&auto=webp&s=58aa74c6451cb3909bd0db001aa2aadcfd8c4c9c', 'width': 108}, {'height': 108, 'url': 'h... |
help with model that will not refuse to answer | 1 | I am trying to find a local 7b gguf model that will not refuse to answer questions. I have tried some "uncensored" models and they all seem to refuse one thing or another. For instance i recently tested \`mistral-7b-openorca.Q4\_K\_M.gguf\` and it would not provide tax advice. Im not after anything in particular except... | 2023-10-23T19:09:24 | https://www.reddit.com/r/LocalLLaMA/comments/17esc46/help_with_model_that_will_not_refuse_to_answer/ | bit_herder | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17esc46 | false | null | t3_17esc46 | /r/LocalLLaMA/comments/17esc46/help_with_model_that_will_not_refuse_to_answer/ | false | false | self | 1 | null |
Best practices incorporating high-touch conversational data | 1 | [removed] | 2023-10-23T19:08:06 | https://www.reddit.com/r/LocalLLaMA/comments/17esb08/best_practices_incorporating_hightouch/ | Wooden_Wash_228 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17esb08 | false | null | t3_17esb08 | /r/LocalLLaMA/comments/17esb08/best_practices_incorporating_hightouch/ | false | false | self | 1 | null |
LLM Wiki | 3 | LLM development has been extremely fast, and it is hard to keep up. This problem is exacerbated by the difficulty involved in finding specific resources related to LLMs.
**Current Approach: This subreddit, various servers and Rentry pages.**
Considering this subreddit as the resource we analyze
Pros:
\- Can ask a... | 2023-10-23T19:05:37 | https://www.reddit.com/r/LocalLLaMA/comments/17es8vu/llm_wiki/ | Dramatic_Road3570 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17es8vu | false | null | t3_17es8vu | /r/LocalLLaMA/comments/17es8vu/llm_wiki/ | false | false | self | 3 | null |
JSON key - value analysis using LLM's | 2 | Hi everyone, I'm right now trying to explore options on how to integrate customer support activities into LLM's.
The use case is user will drop in their questions. The llm should be able to query the associated backend services using function calling assistance and analyse the JSON and provide response / suggestion ba... | 2023-10-23T19:03:49 | https://www.reddit.com/r/LocalLLaMA/comments/17es7g0/json_key_value_analysis_using_llms/ | jshwnth | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17es7g0 | false | null | t3_17es7g0 | /r/LocalLLaMA/comments/17es7g0/json_key_value_analysis_using_llms/ | false | false | self | 2 | null |
A question about vision models (LLaVA) | 3 | I have a few questions about vision models that I haven't found good answers for elsewhere, mostly regarding encoding and attention. Well, really one question:
Most importantly:
1) Are multimodal models like LLaVA able to "attend" to different parts of the image based on the prompt? For example, suppose I give a mo... | 2023-10-23T19:01:19 | https://www.reddit.com/r/LocalLLaMA/comments/17es55z/a_question_about_vision_models_llava/ | tronathan | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17es55z | false | null | t3_17es55z | /r/LocalLLaMA/comments/17es55z/a_question_about_vision_models_llava/ | false | false | self | 3 | null |
So, I'm using Open Interpreter to install itself locally and it decides that instead of installing SciPy it's just going to build it from scratch. | 62 | 2023-10-23T18:46:37 | Flying_Madlad | i.redd.it | 1970-01-01T00:00:00 | 0 | {} | 17erscq | false | null | t3_17erscq | /r/LocalLLaMA/comments/17erscq/so_im_using_open_interpreter_to_install_itself/ | false | false | 62 | {'enabled': True, 'images': [{'id': 'U8LUyW85y-yLBSrQISy916-KBymrBgxHmwfXQHpMYHc', 'resolutions': [{'height': 29, 'url': 'https://preview.redd.it/dy3j2opjzzvb1.png?width=108&crop=smart&auto=webp&s=54147c957faff60811749eaaa02a52092ae2b9a1', 'width': 108}, {'height': 59, 'url': 'https://preview.redd.it/dy3j2opjzzvb1.png?... | |||
NSFW stories, Prompting, and Hardware | 16 | Gentlepeople, I come to you with questions and requests for advice
First of all this is what i am running, I mainly use my PC for VR and gaming, i used to run just a 4090 but i received a 3090 and decided to mount it as well since i had the power for it.
rtx 4090 24gb, 3090 24gb, i9-13900, 96gb ram
I am mainly using... | 2023-10-23T18:20:55 | https://www.reddit.com/r/LocalLLaMA/comments/17er6q1/nsfw_stories_prompting_and_hardware/ | DominicanGreg | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17er6q1 | false | null | t3_17er6q1 | /r/LocalLLaMA/comments/17er6q1/nsfw_stories_prompting_and_hardware/ | false | false | nsfw | 16 | null |
How best transform book (biography) into fine tuning input/output pairs? | 3 | I am taking a long book (a biography) and transforming it into input/output pairs to fine-tune GPT on. The goal is to get the information into the model.
I am considering two methods.
Method 1: Transform the entire book into word "chunks" (Of ~300 words long). Then tell the GPT 3.5 to look at each "chunk" and write a... | 2023-10-23T17:08:49 | https://www.reddit.com/r/LocalLLaMA/comments/17epi29/how_best_transform_book_biography_into_fine/ | TaleOfTwoDres | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17epi29 | false | null | t3_17epi29 | /r/LocalLLaMA/comments/17epi29/how_best_transform_book_biography_into_fine/ | false | false | self | 3 | null |
Custom Language model for creating simple instructions from everyday conversations. | 1 | [removed] | 2023-10-23T16:45:07 | https://www.reddit.com/r/LocalLLaMA/comments/17eoxys/custom_language_model_for_creating_simple/ | seb36626 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eoxys | false | null | t3_17eoxys | /r/LocalLLaMA/comments/17eoxys/custom_language_model_for_creating_simple/ | false | false | self | 1 | null |
Chunking and embedding XML | 2 | Does anyone have any experience with chunking and embedding XML-files?
Since the XML files follow a strict hierarchy, I obviously need the embeddings to extract good context to make the actual data useful. Any specific chunking strategies? Any specific libraries that might be of help?
Thanks. | 2023-10-23T16:29:19 | https://www.reddit.com/r/LocalLLaMA/comments/17eokhj/chunking_and_embedding_xml/ | dickfreelancer | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eokhj | false | null | t3_17eokhj | /r/LocalLLaMA/comments/17eokhj/chunking_and_embedding_xml/ | false | false | self | 2 | null |
CPU and RAM for inference | 7 | Hi everybody!
New to machine learning, and I was wondering if I am just running a model to ask questions and receive answers through, is having a high cpu core count and ram okay?
I hear a lot about GPU’s but if I am not doing any training, is it okay to just stick with cpu and ram?
My needs would mainly be infer... | 2023-10-23T16:21:44 | https://www.reddit.com/r/LocalLLaMA/comments/17eodxy/cpu_and_ram_for_inference/ | Slimxshadyx | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eodxy | false | null | t3_17eodxy | /r/LocalLLaMA/comments/17eodxy/cpu_and_ram_for_inference/ | false | false | self | 7 | null |
Noob: I try to fine-tune a LoRA with a very small dataset (10 samples) on Oobabooga, the model never learns. | 9 | My setup:
\- 10 JSON samples in Instruction/Output format of dataset.
\- RTX 3090 with 24GB VRAM
\- Loader: transformer with auto-devices and disable\_exllama checked
\- Base model: tried TheBloke/CodeLlama-13B-Instruct-GPTQ and 7B. Can't use origninal CodeLlama-7B as OOM no matter how small the trainning parameter... | 2023-10-23T16:12:09 | https://www.reddit.com/r/LocalLLaMA/comments/17eo5mo/noob_i_try_to_finetune_a_lora_with_a_very_small/ | tgredditfc | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eo5mo | false | null | t3_17eo5mo | /r/LocalLLaMA/comments/17eo5mo/noob_i_try_to_finetune_a_lora_with_a_very_small/ | false | false | self | 9 | null |
Llama2.mojo vs Llama2.c | 15 | 2023-10-23T15:58:13 | https://twitter.com/4evaBehindSOTA/status/1715612086687129742?t=vRX5N-K9axTr00TdWbHdRw&s=19 | Acrobatic-Site2065 | twitter.com | 1970-01-01T00:00:00 | 0 | {} | 17ent9g | false | {'oembed': {'author_name': 'tokenbender', 'author_url': 'https://twitter.com/tokenbender', 'cache_age': 3153600000, 'height': None, 'html': '<blockquote class="twitter-video"><p lang="en" dir="ltr">Round 2 llama2.mojo vs llama2.c on M2 pro<br><br>llama2.mojo -> 850 tok/s<br>llama2.c -> 639 tok/s<br><br>thanks <a ... | t3_17ent9g | /r/LocalLLaMA/comments/17ent9g/llama2mojo_vs_llama2c/ | false | false | default | 15 | {'enabled': False, 'images': [{'id': 'pwLgwGLUsWKv-cSTxKnWVTNGbG5RQgVehYTrKTjtQ_4', 'resolutions': [{'height': 84, 'url': 'https://external-preview.redd.it/3pTlMv6WQiM08pe6mN5CbjUpgJUpDg-dy33B3FdBBHU.jpg?width=108&crop=smart&auto=webp&s=ccdb62f44eb756effe966496b5aec3b2f43c0207', 'width': 108}], 'source': {'height': 110... | |
RAG oriented fine-tune... Searching for coherence | 3 | Still searching for a model that is well enough to make RAG... Lots of good models on huggingface, but none of them is trained to return extracted text or answers based on provided info without hallucinating something.
Is quite frustrating, every week came a new version of a model that is amazing for Role play and sto... | 2023-10-23T15:16:37 | https://www.reddit.com/r/LocalLLaMA/comments/17emthy/rag_oriented_finetune_searching_for_coherence/ | Distinct-Target7503 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17emthy | false | null | t3_17emthy | /r/LocalLLaMA/comments/17emthy/rag_oriented_finetune_searching_for_coherence/ | false | false | self | 3 | null |
Pulled trigger on 4090, what else to upgrade? | 9 | Hi all,
I want to start running experiments finetuning older LMs (BERT etc) and smaller open source models from the Llama family using PyTorch/HF.
The goal is both academic and applied research with an actual use case. I will eventually be building a small cluster, but for right now I wanna get going on my personal c... | 2023-10-23T15:05:16 | https://www.reddit.com/r/LocalLLaMA/comments/17emjim/pulled_trigger_on_4090_what_else_to_upgrade/ | chulpichochos | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17emjim | false | null | t3_17emjim | /r/LocalLLaMA/comments/17emjim/pulled_trigger_on_4090_what_else_to_upgrade/ | false | false | self | 9 | null |
Local Stable Diffusion installation that runs on CPU only? I don’t know anything, so I need help. Maybe 126GB won’t suck? | 1 | [removed] | 2023-10-23T14:15:47 | https://www.reddit.com/r/LocalLLaMA/comments/17elfm1/local_stable_diffusion_installation_that_runs_on/ | Overall-Importance54 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17elfm1 | false | null | t3_17elfm1 | /r/LocalLLaMA/comments/17elfm1/local_stable_diffusion_installation_that_runs_on/ | false | false | self | 1 | null |
Free ML Model training during Beta | 1 | [removed] | 2023-10-23T14:05:59 | https://www.reddit.com/r/LocalLLaMA/comments/17el7xv/free_ml_model_training_during_beta/ | Efficient-Manager906 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17el7xv | false | null | t3_17el7xv | /r/LocalLLaMA/comments/17el7xv/free_ml_model_training_during_beta/ | false | false | default | 1 | null |
JSON data for RAG based approach | 8 | Hi Everyone, can you provide some guidance on how to deal with documents or text data which contains both plain text and jsons. I am finding it difficult to get json output from llama2 on a RAG based approach. basically the embedded text has both text and json. while answering the question i am expecting model to respo... | 2023-10-23T13:59:38 | https://www.reddit.com/r/LocalLLaMA/comments/17el2j8/json_data_for_rag_based_approach/ | Optimal_Original_815 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17el2j8 | false | null | t3_17el2j8 | /r/LocalLLaMA/comments/17el2j8/json_data_for_rag_based_approach/ | false | false | self | 8 | null |
Any way to deploy a local LLM for NPCs in videogames? | 0 | I've been thinking for a few months how to use a local LLM like LLama2, Mistral, etc. to get NPCs to generate dialogue in real-time. I can do this with GPT-4's API but I wanna do it locally for free. I have the hardware to run them. I also have both Windows and Linux in my system, I just need to know if you actually ca... | 2023-10-23T13:44:26 | https://www.reddit.com/r/LocalLLaMA/comments/17ekr7s/any_way_to_deploy_a_local_llm_for_npcs_in/ | swagonflyyyy | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ekr7s | false | null | t3_17ekr7s | /r/LocalLLaMA/comments/17ekr7s/any_way_to_deploy_a_local_llm_for_npcs_in/ | false | false | self | 0 | null |
Prompts to increase Token output | 2 | Hello, I am trying to get an understanding of some prompt control over some models for creative writing. I am currently using LM studio and noticed that there is no parameter like new_minium_token to control the minium length of the output of the model.
My go to prompt is "Write a long conversation between character X... | 2023-10-23T13:21:48 | https://www.reddit.com/r/LocalLLaMA/comments/17eka3q/prompts_to_increase_token_output/ | Danny_Davitoe | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eka3q | false | null | t3_17eka3q | /r/LocalLLaMA/comments/17eka3q/prompts_to_increase_token_output/ | false | false | self | 2 | null |
How can i create an api from my locally installed llama 2 7b-chat model on AWS instance? | 4 | Hey guys, i am using llama 2 chat model for rephrasing the text in my chatbot. I have installed in on an AWS EC2 instance, now I want to create an api from this model and use it within the same instance or any other aws instance. How can i do it? | 2023-10-23T13:21:42 | https://www.reddit.com/r/LocalLLaMA/comments/17eka18/how_can_i_create_an_api_from_my_locally_installed/ | haroonmh | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eka18 | false | null | t3_17eka18 | /r/LocalLLaMA/comments/17eka18/how_can_i_create_an_api_from_my_locally_installed/ | false | false | self | 4 | null |
Training a model on French Law, any insights? | 10 | # We were looking to train our first LORA model and had this idea of using french Labor Laws (Code du Travail) as a basis for a dataset.
**The "product" would be a query-oriented conversational model, able --in its limited and dutifuly-disclaimed-to-users capacities-- to reply to simple questions like «*****Is my boss... | 2023-10-23T13:08:34 | https://www.reddit.com/r/LocalLLaMA/comments/17ejzx1/training_a_model_on_french_law_any_insights/ | cocoadaemon | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ejzx1 | false | null | t3_17ejzx1 | /r/LocalLLaMA/comments/17ejzx1/training_a_model_on_french_law_any_insights/ | false | false | self | 10 | null |
COPIUMS - Run Orange Pis scalably locally, inviting debates on practicality | 0 | I have written a small (only funny by choice) piece on how I think we can scale a garage llm cluster lab studio setup that's actually fairly powerful, the idea is to attach 100 Orange Pis to 25 [Mega4](https://www.uugear.com/product/mega4-4-port-usb-3-ppps-hub-for-raspberry-pi-4b/) Hubs and regular powered usb hubs to ... | 2023-10-23T12:22:57 | https://www.reddit.com/r/LocalLLaMA/comments/17ej3m0/copiums_run_orange_pis_scalably_locally_inviting/ | Laneone4 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ej3m0 | false | null | t3_17ej3m0 | /r/LocalLLaMA/comments/17ej3m0/copiums_run_orange_pis_scalably_locally_inviting/ | false | false | self | 0 | null |
Context size vs max_position_embedding | 1 | [removed] | 2023-10-23T10:54:54 | https://www.reddit.com/r/LocalLLaMA/comments/17ehkqe/context_size_vs_max_position_embedding/ | Greg_Z_ | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ehkqe | false | null | t3_17ehkqe | /r/LocalLLaMA/comments/17ehkqe/context_size_vs_max_position_embedding/ | false | false | self | 1 | null |
LLM loaders - UI apps? | 1 | [removed] | 2023-10-23T10:49:20 | https://www.reddit.com/r/LocalLLaMA/comments/17ehhka/llm_loaders_ui_apps/ | Majestical-psyche | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ehhka | false | null | t3_17ehhka | /r/LocalLLaMA/comments/17ehhka/llm_loaders_ui_apps/ | false | false | self | 1 | null |
Has anyone noticed that Llama-2 models get way worse with complex context injection? | 2 | Trying to give complex "brains" to the models with instruct-injection seems to make them perform worse than minimal instruct-injection. This is not the case for ChatGPT, though.
has anyone else noticed this? | 2023-10-23T10:17:31 | https://www.reddit.com/r/LocalLLaMA/comments/17eh034/has_anyone_noticed_that_llama2_models_get_way/ | cold-depths | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eh034 | false | null | t3_17eh034 | /r/LocalLLaMA/comments/17eh034/has_anyone_noticed_that_llama2_models_get_way/ | false | false | self | 2 | null |
looking for self hosted models to port and test | 2 | Hi after having tried llama i was impressed with its more technical like response, although chatGPT 4 is capable of so many things im looking to host my own LLMs in a more task specific way, however the hardware i want to host them on have NPUs and i would have to use their library, develop for and convert the models.
... | 2023-10-23T10:04:44 | https://www.reddit.com/r/LocalLLaMA/comments/17egtev/looking_for_self_hosted_models_to_port_and_test/ | SystemErrorMessage | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17egtev | false | null | t3_17egtev | /r/LocalLLaMA/comments/17egtev/looking_for_self_hosted_models_to_port_and_test/ | false | false | self | 2 | null |
Collection thread for llava accuracy | 28 | Since I can't add pictures in the comments, I suggest that we briefly share our experiences and insights regarding the accuracy and reliability of llava 7b, llava 13b and bakllava 7b. So that you get a realistic impression of what you can currently achieve with these models and where the limits are.
​
My short... | 2023-10-23T10:03:29 | https://www.reddit.com/r/LocalLLaMA/comments/17egssk/collection_thread_for_llava_accuracy/ | Evening_Ad6637 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17egssk | false | null | t3_17egssk | /r/LocalLLaMA/comments/17egssk/collection_thread_for_llava_accuracy/ | false | false | 28 | null | |
Cache a prompt | 1 | Hey everyone!
Quick question: How do I cache a prompt when initializing a model?
For instance, if I want the model to reference a cached set of example outputs and provide consistent responses based on a specific text input, how would I do that? | 2023-10-23T09:59:01 | https://www.reddit.com/r/LocalLLaMA/comments/17egq6o/cache_a_prompt/ | Toni_rider | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17egq6o | false | null | t3_17egq6o | /r/LocalLLaMA/comments/17egq6o/cache_a_prompt/ | false | false | self | 1 | null |
Chat model | 1 | What is a good model for having conversations and I'm not talking about rp, like you would create a character but in chatting boundaries and not rp, I'm not even sure if I'm saying correctly but drop your best. | 2023-10-23T09:57:37 | https://www.reddit.com/r/LocalLLaMA/comments/17egpje/chat_model/ | swwer | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17egpje | false | null | t3_17egpje | /r/LocalLLaMA/comments/17egpje/chat_model/ | false | false | self | 1 | null |
How to build a robot at home? | 1 | [removed] | 2023-10-23T09:42:34 | https://www.reddit.com/r/LocalLLaMA/comments/17egi6o/how_to_build_a_robot_at_home/ | HorrorNo8851 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17egi6o | false | null | t3_17egi6o | /r/LocalLLaMA/comments/17egi6o/how_to_build_a_robot_at_home/ | false | false | self | 1 | null |
A AI-art of LLaMa family | 276 | 2023-10-23T09:16:20 | MarySmith2021 | i.redd.it | 1970-01-01T00:00:00 | 0 | {} | 17eg56o | false | null | t3_17eg56o | /r/LocalLLaMA/comments/17eg56o/a_aiart_of_llama_family/ | false | false | 276 | {'enabled': True, 'images': [{'id': 'WXTeqHvIf3keGR2_sDvcezuZj2ROx-c-42oNvSIycOc', 'resolutions': [{'height': 108, 'url': 'https://preview.redd.it/rpr9pe916xvb1.png?width=108&crop=smart&auto=webp&s=851d23e5a30a99509767428a0cac0aa602227e86', 'width': 108}, {'height': 216, 'url': 'https://preview.redd.it/rpr9pe916xvb1.pn... | |||
Is speed of GPU highly affected by CPU and RAM? | 2 | I am on a tight budget (about $800 for CPU + MB +RAM) for building a PC to run LLMs (on my GPU). My current plan is to get a 13700, and I am also choosing between DDR4/DDR5 and also 32/64GB. Does it really matter, or is there only a slight difference? From my plan of getting 13700 + B760 + 32G DDR4, if I can only choos... | 2023-10-23T09:07:09 | https://www.reddit.com/r/LocalLLaMA/comments/17eg0ri/is_speed_of_gpu_highly_affected_by_cpu_and_ram/ | TreeSheep9066 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eg0ri | false | null | t3_17eg0ri | /r/LocalLLaMA/comments/17eg0ri/is_speed_of_gpu_highly_affected_by_cpu_and_ram/ | false | false | self | 2 | null |
What is the best 70B finetuned model for ChatGPT-like tasks? | 0 | For me I have used Airoboros and Llama, are there any newer of better one for it? | 2023-10-23T08:54:00 | https://www.reddit.com/r/LocalLLaMA/comments/17efuc2/what_is_the_best_70b_finetuned_model_for/ | MarySmith2021 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17efuc2 | false | null | t3_17efuc2 | /r/LocalLLaMA/comments/17efuc2/what_is_the_best_70b_finetuned_model_for/ | false | false | self | 0 | null |
What is the best 70B finetuned model for GPT-like tasks? | 1 | For me, I have used Airboros and Llama. Are there any newer finetuned ones? | 2023-10-23T08:50:35 | https://www.reddit.com/r/LocalLLaMA/comments/17efspv/what_is_the_best_70b_finetuned_model_for_gptlike/ | MarySmith2021 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17efspv | false | null | t3_17efspv | /r/LocalLLaMA/comments/17efspv/what_is_the_best_70b_finetuned_model_for_gptlike/ | false | false | self | 1 | null |
Interview of Guillaume Lample (Cofounder @ Mistral.AI) : The secrets of Large Language Models | 1 | [removed] | 2023-10-23T08:44:54 | https://www.reddit.com/r/LocalLLaMA/comments/17efq3v/interview_of_guillaume_lample_cofounder_mistralai/ | No_Palpitation7740 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17efq3v | false | null | t3_17efq3v | /r/LocalLLaMA/comments/17efq3v/interview_of_guillaume_lample_cofounder_mistralai/ | false | false | self | 1 | {'enabled': False, 'images': [{'id': 'od1IA8dQw_jMv_pAonHW0ZG70J5sE4q1fMqGYWy1KZY', 'resolutions': [{'height': 81, 'url': 'https://external-preview.redd.it/y5GWz5OjpV9J_NrUFLMGBBjMiXmyKD2lB3enZHnaXEM.jpg?width=108&crop=smart&auto=webp&s=67c0090eb8b7ee12dfbe7fa7d9531f04401899a3', 'width': 108}, {'height': 162, 'url': 'h... |
Need help quantizing a 70B model to exl2. I can't get convert.py working properly. | 8 | This is a long-winded post (also my first on Reddit), but I'm stuck on this conversion process and don't know who else to ask. I'd appreciate any help.
TL;DR at the bottom.
I'm trying to use exllamav2's convert.py to quantize a model, but I keep running into errors.
I've been trying to follow sophosympatheia's new g... | 2023-10-23T08:20:23 | https://www.reddit.com/r/LocalLLaMA/comments/17efeuy/need_help_quantizing_a_70b_model_to_exl2_i_cant/ | Clockwork_Gryphon | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17efeuy | false | null | t3_17efeuy | /r/LocalLLaMA/comments/17efeuy/need_help_quantizing_a_70b_model_to_exl2_i_cant/ | false | false | self | 8 | null |
GBNF grammar VS Accuracy | 2 | Hey everyone,
I'm working on a project to pull key info from video transcripts like tone, style, main points, and how formal they are. I've been using Llama.cpp with GBNF grammars but noticed some issues and less accuracy.
Why am I using grammars instead of a bigger prompt? I want to keep the full context of a transc... | 2023-10-23T07:48:14 | https://www.reddit.com/r/LocalLLaMA/comments/17ef035/gbnf_grammar_vs_accuracy/ | Toni_rider | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ef035 | false | null | t3_17ef035 | /r/LocalLLaMA/comments/17ef035/gbnf_grammar_vs_accuracy/ | false | false | self | 2 | null |
Character-LLM: A Trainable Agent for Role-Playing | 1 | 2023-10-23T07:37:25 | https://arxiv.org/abs/2310.10158 | starlightrobotics | arxiv.org | 1970-01-01T00:00:00 | 0 | {} | 17eevb9 | false | null | t3_17eevb9 | /r/LocalLLaMA/comments/17eevb9/characterllm_a_trainable_agent_for_roleplaying/ | false | false | 1 | {'enabled': False, 'images': [{'id': 'q3evP6JeDpAC2MdSQHWYxnCYTqbJkElIQsLFqVSdkss', 'resolutions': [{'height': 63, 'url': 'https://external-preview.redd.it/izh8gZHY4FqZ1nwtU1N_TjtohUCNuvTyMn90toXda80.jpg?width=108&crop=smart&auto=webp&s=bc9575b410002edc2df3c5b5b0355fefedc7baa8', 'width': 108}, {'height': 126, 'url': 'h... | ||
Will two 2660v4 CPUs limit the performance of a 3090 and four 2080ti cards in LLM inference? | 3 | After that is RAM frequency really important? | 2023-10-23T07:32:56 | https://www.reddit.com/r/LocalLLaMA/comments/17eet9d/will_two_2660v4_cpus_limit_the_performance_of_a/ | MarySmith2021 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eet9d | false | null | t3_17eet9d | /r/LocalLLaMA/comments/17eet9d/will_two_2660v4_cpus_limit_the_performance_of_a/ | false | false | default | 3 | null |
CPU Ai and ui that does not require avx | 3 | Hi everyone, been doing research on running local llms and started setting one up today.
I configured an old server I had laying around with kubuntu, but I am getting an error “Illegal Instruction (Core Dumped)” when trying to set up oobabooga. I also received the error with openplayground.
After looking around, it ... | 2023-10-23T07:22:08 | https://www.reddit.com/r/LocalLLaMA/comments/17eeo79/cpu_ai_and_ui_that_does_not_require_avx/ | Slimxshadyx | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eeo79 | false | null | t3_17eeo79 | /r/LocalLLaMA/comments/17eeo79/cpu_ai_and_ui_that_does_not_require_avx/ | false | false | self | 3 | null |
How to make a funny chatbot with persona based on written question and answer lines? | 2 | Thanks for any help | 2023-10-23T06:48:08 | https://www.reddit.com/r/LocalLLaMA/comments/17ee7ck/how_to_make_a_funny_chatbot_with_persona_based_on/ | fignewtgingrich | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ee7ck | false | null | t3_17ee7ck | /r/LocalLLaMA/comments/17ee7ck/how_to_make_a_funny_chatbot_with_persona_based_on/ | false | false | self | 2 | null |
LLaMA2 model finetuning on custom dataset | 1 | Hey. So I am new to this realm for AI/ML. And you might think this is another copy of some subreddit. But i guess its not.
So my task is to finetune a model to on custom dataset. And that model should only answer query to only those questions that are available in the dataset while provided in training.
I tri... | 2023-10-23T06:46:26 | https://www.reddit.com/r/LocalLLaMA/comments/17ee6hi/llama2_model_finetuning_on_custom_dataset/ | Personal_Citron9609 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ee6hi | false | null | t3_17ee6hi | /r/LocalLLaMA/comments/17ee6hi/llama2_model_finetuning_on_custom_dataset/ | false | false | self | 1 | null |
🚀 Run Local LLMs with a User-Friendly Web UI in Two Docker Commands! | 97 | Hey, all!
I'm thrilled to share a fantastic development that's going to make your experience with local LLMs easier and more accessible than ever before. As one of the maintainers for Ollama-webui, I'm excited to introduce you to our project, which brings the power of local language models (LLMs) right to your fin... | 2023-10-23T06:22:29 | https://www.reddit.com/r/LocalLLaMA/comments/17edvbx/run_local_llms_with_a_userfriendly_web_ui_in_two/ | tjrbk | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17edvbx | false | null | t3_17edvbx | /r/LocalLLaMA/comments/17edvbx/run_local_llms_with_a_userfriendly_web_ui_in_two/ | false | false | 97 | {'enabled': False, 'images': [{'id': 'eRaVGkO5gIq8KzYaYH_rpPaz3WKXkUbFvafzp6TFem4', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/GfD7bGG_gbZ-JuHH0nJAr-Oqr2npanE1symXa7otEqw.jpg?width=108&crop=smart&auto=webp&s=2bff3fb66c2a6d912195641aa427c85cf0b57ee9', 'width': 108}, {'height': 108, 'url': 'h... | |
Best most advanced model that is also uncensored for story writing up to 32B ( or whatever fits in a 3090) ? | 1 | Tittle !
Please help me fellow redditors ! I am out of the loop. | 2023-10-23T05:42:55 | https://www.reddit.com/r/LocalLLaMA/comments/17edb28/best_most_advanced_model_that_is_also_uncensored/ | fastinguy11 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17edb28 | false | null | t3_17edb28 | /r/LocalLLaMA/comments/17edb28/best_most_advanced_model_that_is_also_uncensored/ | false | false | self | 1 | null |
Best model that is also uncensored for story witting up to 32B ( or whatever fits in a 3090) ? | 1 | Title !
Please help me kind users, I am out of the loop. | 2023-10-23T05:41:19 | https://www.reddit.com/r/LocalLLaMA/comments/17eda7e/best_model_that_is_also_uncensored_for_story/ | fastinguy11 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eda7e | false | null | t3_17eda7e | /r/LocalLLaMA/comments/17eda7e/best_model_that_is_also_uncensored_for_story/ | false | false | self | 1 | null |
How much does it cost to finetune an LLM? | 1 | [removed] | 2023-10-23T05:30:30 | https://www.reddit.com/r/LocalLLaMA/comments/17ed4ju/how_much_does_it_cost_to_finetune_an_llm/ | ronforestron | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ed4ju | false | null | t3_17ed4ju | /r/LocalLLaMA/comments/17ed4ju/how_much_does_it_cost_to_finetune_an_llm/ | false | false | self | 1 | null |
How much does it cost to finetune an LLM? | 1 | [removed] | 2023-10-23T05:29:08 | https://www.reddit.com/r/LocalLLaMA/comments/17ed3s8/how_much_does_it_cost_to_finetune_an_llm/ | ronforestron | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ed3s8 | false | null | t3_17ed3s8 | /r/LocalLLaMA/comments/17ed3s8/how_much_does_it_cost_to_finetune_an_llm/ | false | false | self | 1 | null |
What determines the speed of token generation on the GGML & GGUF model? | 6 | What determines the speed of token generation on the GGML & GGUF model?
​
I have 13600K and 64 DDR5. 17 layers on 3060 12. I get, on average, 0.9 tokens per second. What do you need to overclock your computer to get more tokens in a second? | 2023-10-23T05:02:11 | https://www.reddit.com/r/LocalLLaMA/comments/17ecor0/what_determines_the_speed_of_token_generation_on/ | Secret_Joke_2262 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ecor0 | false | null | t3_17ecor0 | /r/LocalLLaMA/comments/17ecor0/what_determines_the_speed_of_token_generation_on/ | false | false | self | 6 | null |
Any services that can help host LoRA (QLoRA) of Mistral 7B? | 7 | There seems to be three economic models for cloud hosted open source LLMs:
1. The "model garden" - It looks like cloud providers like GCP and Azure have gotten it all wrong when dealing with open source models. They provide self serve "templates" to be able to bring up your own instances of open source models - which ... | 2023-10-23T04:12:59 | https://www.reddit.com/r/LocalLLaMA/comments/17ebvvj/any_services_that_can_help_host_lora_qlora_of/ | distant_gradient | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ebvvj | false | null | t3_17ebvvj | /r/LocalLLaMA/comments/17ebvvj/any_services_that_can_help_host_lora_qlora_of/ | false | false | self | 7 | null |
Open llama 7B is savage | 73 | 2023-10-23T04:09:07 | https://imgur.com/1Tbf7zc | SidneyRandall | imgur.com | 1970-01-01T00:00:00 | 0 | {} | 17ebth4 | false | null | t3_17ebth4 | /r/LocalLLaMA/comments/17ebth4/open_llama_7b_is_savage/ | false | false | 73 | {'enabled': False, 'images': [{'id': 'rP5jmDIMqnEZaMKXAM07sAFrNpZ_i8zsm8kVvEUwMs4', 'resolutions': [{'height': 26, 'url': 'https://external-preview.redd.it/zcCEF0anPV1k4TOGzLfT8JBiZWivJvdNbkYdnSgPfNE.jpg?width=108&crop=smart&auto=webp&s=2c8496a5c30d4c40999bba53b425f8566cde5585', 'width': 108}, {'height': 52, 'url': 'ht... | ||
New to LLM, is there a subreddit that follows latest of uncensored models? | 1 | [removed] | 2023-10-23T03:56:03 | https://www.reddit.com/r/LocalLLaMA/comments/17ebl3h/new_to_llm_is_there_a_subreddit_that_follows/ | sweetsunnyside | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17ebl3h | false | null | t3_17ebl3h | /r/LocalLLaMA/comments/17ebl3h/new_to_llm_is_there_a_subreddit_that_follows/ | false | false | self | 1 | null |
Advanced RAG implementations | 70 | There might be hundreds of tutorials on RAG (youtube etc). I think- someone with even basic python knowledge can get it working in a day based on these tutorials. But I have not seen advanced tutorials with RAG.
So wanted to know:
Which are some advanced features that can be implemented with RAG to make 'Question-... | 2023-10-23T03:01:51 | https://www.reddit.com/r/LocalLLaMA/comments/17eamba/advanced_rag_implementations/ | meet20hal | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17eamba | false | null | t3_17eamba | /r/LocalLLaMA/comments/17eamba/advanced_rag_implementations/ | false | false | self | 70 | null |
Anyone know the "recommended" settings used for Agnai's subscription service on current 70B models? | 1 | Basically, the title. The level of coherence and creativity is crazy good imo. Anyone know the details? | 2023-10-23T02:07:37 | https://www.reddit.com/r/LocalLLaMA/comments/17e9lfv/anyone_know_the_recommended_settings_used_for/ | planny-mitchell | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e9lfv | false | null | t3_17e9lfv | /r/LocalLLaMA/comments/17e9lfv/anyone_know_the_recommended_settings_used_for/ | false | false | self | 1 | null |
Looking for ideas on implementing a knowledge bot for my own documentation | 11 | So I am trying to get my hands dirty with a llocal llm and figure a project is the best way to do that. My idea is to make a bot that can be an assistant of sorts, taking in a set of documents/data and being able to tell me me stuff about it. For example, if something I want to do contradicts something already mentione... | 2023-10-23T02:00:47 | https://www.reddit.com/r/LocalLLaMA/comments/17e9gf2/looking_for_ideas_on_implementing_a_knowledge_bot/ | lucksleven51 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e9gf2 | false | null | t3_17e9gf2 | /r/LocalLLaMA/comments/17e9gf2/looking_for_ideas_on_implementing_a_knowledge_bot/ | false | false | self | 11 | null |
I’m new here and want to say hi :) | 13 | Hey everyone, I recently joined this sub, and have been interacting with a few of you. Just wanted to formally say hi!
I’m a grad student, and work at startup! 😁
Are you a hobbyist, or do you work in the deep learning space? What are your thoughts on the future of the LLMs?? | 2023-10-23T01:38:19 | https://www.reddit.com/r/LocalLLaMA/comments/17e90tw/im_new_here_and_want_to_say_hi/ | GoodUnderstanding728 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e90tw | false | null | t3_17e90tw | /r/LocalLLaMA/comments/17e90tw/im_new_here_and_want_to_say_hi/ | false | false | self | 13 | null |
Mordin Solus system message | 2 | A few months ago I remember seeing a post which contained a system message to make an LLM reply like the character Mordin Solus from the Mass Effect series. I can't find that post anymore, could anyone point me to it, or does anyone have that prompt? | 2023-10-23T01:33:07 | https://www.reddit.com/r/LocalLLaMA/comments/17e8xd8/mordin_solus_system_message/ | Super_Pole_Jitsu | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e8xd8 | false | null | t3_17e8xd8 | /r/LocalLLaMA/comments/17e8xd8/mordin_solus_system_message/ | false | false | self | 2 | null |
Well, I just couldn't help it.... | 3 | 2023-10-23T01:09:45 | LongjumpingSpray8205 | i.redd.it | 1970-01-01T00:00:00 | 0 | {} | 17e8gk5 | false | null | t3_17e8gk5 | /r/LocalLLaMA/comments/17e8gk5/well_i_just_couldnt_help_it/ | false | false | spoiler | 3 | {'enabled': True, 'images': [{'id': 'doqOXDpPBxRymiCYjl5knPrDnzIt-mpWsf6Oxb7nfDE', 'resolutions': [{'height': 108, 'url': 'https://preview.redd.it/ivz5ddtaruvb1.jpg?width=108&crop=smart&auto=webp&s=6691d1be46636efd570c63300bdff009fd04e1f3', 'width': 108}, {'height': 216, 'url': 'https://preview.redd.it/ivz5ddtaruvb1.jp... | ||
llama.cpp server now supports multimodal! | 229 | Here is the result of a short test with llava-7b-q4\_K\_M.gguf
llama.cpp is such an allrounder in my opinion and so powerful. I love it
​
https://preview.redd.it/0lgw4dgznuvb1.jpg?width=1566&format=pjpg&auto=webp&s=482b8110b5ed32a2ede71c04025c608bcc1e6142
https://preview.redd.it/hkwgmdgznuvb1.jpg?width=1646&... | 2023-10-23T00:53:26 | https://www.reddit.com/r/LocalLLaMA/comments/17e855d/llamacpp_server_now_supports_multimodal/ | Evening_Ad6637 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e855d | false | null | t3_17e855d | /r/LocalLLaMA/comments/17e855d/llamacpp_server_now_supports_multimodal/ | false | false | 229 | null | |
Front-end running on x86 Mac (Monterey v12.6)? | 1 | Not having luck getting a front-end setup on my 2019 Mac.
LM Studio not supported (downloaded the Mac binary). That’s ok.
Oobagooga ran install script start_macos.sh. Installation ran for quite a while. Finally got following error:
- ERROR: llama_cpp_python-0.2.11-cp311-cp311-macosx_12_0_x86_64.whl is not a suppo... | 2023-10-23T00:30:40 | https://www.reddit.com/r/LocalLLaMA/comments/17e7p79/frontend_running_on_x86_mac_monterey_v126/ | Puzzleheaded-Fly4322 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e7p79 | false | null | t3_17e7p79 | /r/LocalLLaMA/comments/17e7p79/frontend_running_on_x86_mac_monterey_v126/ | false | false | self | 1 | null |
People here say they use local LLMs for story telling, chat, etc., but what "stories" are they telling and in what applications? I imagine just building a PC rig to have a story-telling LLM is overkill. Am I missing something? Please let us know if you're using LLMs in a creative way! | 42 | the title. I'm just curious about the applications of local LLMs. I've been working with many of them but for "real" applications I've always resorted back to ChatGPT/gpt-4. Is there some awesome value that these local LLMs give, other than privacy, that ChatGPT doesn't? | 2023-10-22T23:25:57 | https://www.reddit.com/r/LocalLLaMA/comments/17e6e9w/people_here_say_they_use_local_llms_for_story/ | nderstand2grow | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e6e9w | false | null | t3_17e6e9w | /r/LocalLLaMA/comments/17e6e9w/people_here_say_they_use_local_llms_for_story/ | false | false | self | 42 | null |
Seeking for advice on an uncensored Italian LLM | 3 | Hey there! I need the wisdom of the best LLM subreddit on the planet.
I'm working on an Italian chatbot, and my prompt starts off with a character description followed by some chat examples, and then the classic User: <...> AI: <...> format.
Tried llama2-70b, but it's pretty meh in Italian. Currently, the best model ... | 2023-10-22T22:54:32 | https://www.reddit.com/r/LocalLLaMA/comments/17e5qls/seeking_for_advice_on_an_uncensored_italian_llm/ | poppear | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e5qls | false | null | t3_17e5qls | /r/LocalLLaMA/comments/17e5qls/seeking_for_advice_on_an_uncensored_italian_llm/ | false | false | self | 3 | null |
🐺🐦⬛ My current favorite new LLMs: SynthIA v1.5 and Tiefighter! | 138 | Hope y'all are having a great weekend!
I'm still working on my next big LLM comparison/test (24 models from 7B to 70B tested thus far), but until that's done, here's a little spoiler/preview - two brand-new models that have already become favorites of mine:
**[KoboldAI/LLaMA2-13B-Tiefighter-GGUF](https://huggingface.... | 2023-10-22T21:40:44 | https://www.reddit.com/r/LocalLLaMA/comments/17e446l/my_current_favorite_new_llms_synthia_v15_and/ | WolframRavenwolf | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e446l | false | null | t3_17e446l | /r/LocalLLaMA/comments/17e446l/my_current_favorite_new_llms_synthia_v15_and/ | false | false | self | 138 | {'enabled': False, 'images': [{'id': 'IE-5JwtOBcEfPvSGTaJemxzLd0RimCgVVjJXILTHmp8', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/PvyCVrblB3hXB-AldFbgXqg0Qt7w40R4eayzaBythEo.jpg?width=108&crop=smart&auto=webp&s=337e223e1bcc1bc1f31e55b342dcf00792369016', 'width': 108}, {'height': 116, 'url': 'h... |
Possible game changing algorithms for LLMs such as forward-forward? | 5 | https://github.com/loeweX/Forward-Forward https://keras.io/examples/vision/forwardforward/ (would be amazing to use this for LLMs) -> need further research
What are other future deep learning algorithms in the works? | 2023-10-22T21:32:43 | https://www.reddit.com/r/LocalLLaMA/comments/17e3xc3/possible_game_changing_algorithms_for_llms_such/ | vlodia | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e3xc3 | false | null | t3_17e3xc3 | /r/LocalLLaMA/comments/17e3xc3/possible_game_changing_algorithms_for_llms_such/ | false | false | self | 5 | null |
Best model which fits onto 80 GB gpu | 2 | I’d like to run a bunch of instruction style prompts through a model on an 80 GB A100. I care about response quality and throughput equally.
What are some good models to try out for this? Right now I’m running 70 b llama 2 chat and getting good responses, but its too large to fit in a single a100 so I need to do model... | 2023-10-22T19:41:10 | https://www.reddit.com/r/LocalLLaMA/comments/17e1ezo/best_model_which_fits_onto_80_gb_gpu/ | selfdrivingperson | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e1ezo | false | null | t3_17e1ezo | /r/LocalLLaMA/comments/17e1ezo/best_model_which_fits_onto_80_gb_gpu/ | false | false | self | 2 | null |
llama.cpp style embeddable RAG library or vector DB? | 10 | llama.cpp is incredible because it's does quick inference, but also because it's easy to embed as a library or by using the example binaries.
Is there a RAG solution that's similar to that I can embed in my app? Or at a lower level, what embeddable vector DB is good? The data I'm thinking about is pretty small at this... | 2023-10-22T19:36:21 | https://www.reddit.com/r/LocalLLaMA/comments/17e1bat/llamacpp_style_embeddable_rag_library_or_vector_db/ | sleeper-2 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e1bat | false | null | t3_17e1bat | /r/LocalLLaMA/comments/17e1bat/llamacpp_style_embeddable_rag_library_or_vector_db/ | false | false | self | 10 | {'enabled': False, 'images': [{'id': 'djYHSi9DcRFgVYz7-DCWauTYX-pmTpEhp97TzGgR-Uc', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/zfBU6XyblugxNqr_h3H7Kf4koUUWgBNfNHhybd7SsEo.jpg?width=108&crop=smart&auto=webp&s=8517c2c350177d110a0a375dae493d53289c53bb', 'width': 108}, {'height': 108, 'url': 'h... |
AgentTuning: Enabling Generalized Agent Abilities for LLMs - Tsinghua University 2023 - Agent-tuned open model comparable to GPT-3.5-Turbo on unseen agent tasks! | 23 | Paper: [https://arxiv.org/abs/2310.12823](https://arxiv.org/abs/2310.12823)
Github: [https://github.com/THUDM/AgentTuning](https://github.com/THUDM/AgentTuning)
Model: [https://huggingface.co/THUDM/agentlm-70b](https://huggingface.co/THUDM/agentlm-70b)
Abstract:
>Open large language models (LLMs) with great perfor... | 2023-10-22T19:27:23 | https://www.reddit.com/r/LocalLLaMA/comments/17e142w/agenttuning_enabling_generalized_agent_abilities/ | Singularian2501 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e142w | false | null | t3_17e142w | /r/LocalLLaMA/comments/17e142w/agenttuning_enabling_generalized_agent_abilities/ | false | false | 23 | {'enabled': False, 'images': [{'id': 'q3evP6JeDpAC2MdSQHWYxnCYTqbJkElIQsLFqVSdkss', 'resolutions': [{'height': 63, 'url': 'https://external-preview.redd.it/izh8gZHY4FqZ1nwtU1N_TjtohUCNuvTyMn90toXda80.jpg?width=108&crop=smart&auto=webp&s=bc9575b410002edc2df3c5b5b0355fefedc7baa8', 'width': 108}, {'height': 126, 'url': 'h... | |
Using a pre-trained model to extract data from spreadsheets | 1 | Hello. I am working on a project to extract data from financial spreadsheets. There is no fixed format to these spreadsheets, but the information contained in it is fairly consistent. These are financial models created by investment bankers (sigh), and the goal is to extract some pre-defined variables (across a time pe... | 2023-10-22T19:24:44 | https://www.reddit.com/r/LocalLLaMA/comments/17e11xs/using_a_pretrained_model_to_extract_data_from/ | lapras007 | self.LocalLLaMA | 1970-01-01T00:00:00 | 0 | {} | 17e11xs | false | null | t3_17e11xs | /r/LocalLLaMA/comments/17e11xs/using_a_pretrained_model_to_extract_data_from/ | 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.