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
Resume training from a checkpoint with different hyperparameters when training with PEFT
2
I was wondering how you can resume training from a checkpoint with different hyperparameter config when training with \`transformers\` library. Given the example below, no matter what you change in the \`training\_args\`, these will be overridden by whatever training args are saved in the checkpoint. The \`transformers...
2024-02-17T17:01:02
https://www.reddit.com/r/LocalLLaMA/comments/1at6kum/resume_training_from_a_checkpoint_with_different/
01jonathanf
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at6kum
false
null
t3_1at6kum
/r/LocalLLaMA/comments/1at6kum/resume_training_from_a_checkpoint_with_different/
false
false
self
2
null
I added an LLM to my life simulator game
1
The game is currently in development and I tried this out for shits and giggles and I am pretty excited about the results. Quick background info, 2 years ago I was working on my ARPG game when I added a zombie enemy type. This was a Pandora's box. I went all out on the zombie theme to the point it no longer fit in the ...
2024-02-17T16:41:01
https://www.reddit.com/r/LocalLLaMA/comments/1at63uf/i_added_an_llm_to_my_life_simulator_game/
stilllllinit
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at63uf
false
null
t3_1at63uf
/r/LocalLLaMA/comments/1at63uf/i_added_an_llm_to_my_life_simulator_game/
false
false
self
1
null
Best Essays/Speeches generation model? Is there any useable one?
2
Hi folks. I want to ask if is there any useable model for essay/speech generation. Where I can input short summary and facts and it can generate consistent output. Output shall be about 10 minutes to read long. And that all shall run on mediocre workstation (64/96GB RAM, mid range RTX 3xxx) No need to be fast, I can e...
2024-02-17T16:24:56
https://www.reddit.com/r/LocalLLaMA/comments/1at5qmu/best_essaysspeeches_generation_model_is_there_any/
MadCatMiyuki
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at5qmu
false
null
t3_1at5qmu
/r/LocalLLaMA/comments/1at5qmu/best_essaysspeeches_generation_model_is_there_any/
false
false
self
2
null
Gpt4all is not running on my laptop
1
Hi, I am using a 16gb RAM, 1650 Ti and a Ryzen 5. I downloaded the latest build of gpt4all but the "chat.exe" does nothing after opening and sits in the task manager for no reason. I tried downlgrading to the previous builds (2.5.1) but it did not help my cast at all. Additionaly, there is no folder created in the r...
2024-02-17T16:24:24
https://www.reddit.com/r/LocalLLaMA/comments/1at5q9c/gpt4all_is_not_running_on_my_laptop/
PrarthanDon
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at5q9c
false
null
t3_1at5q9c
/r/LocalLLaMA/comments/1at5q9c/gpt4all_is_not_running_on_my_laptop/
false
false
self
1
null
OpenWorm project with LLM?
8
A recent brain-fart made me remember an old project I read about where they modelled the brain of a worm and made it pilot a toy car. It turned out it ~most likely~ was [OpenWorm](https://openworm.org/). >[It is claimed that the robot behaved in ways that are similar to observed C. elegans. Stimulation of the nose st...
2024-02-17T16:15:52
https://www.reddit.com/r/LocalLLaMA/comments/1at5jgw/openworm_project_with_llm/
NaszPe
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at5jgw
false
null
t3_1at5jgw
/r/LocalLLaMA/comments/1at5jgw/openworm_project_with_llm/
false
false
self
8
null
3090 + 4090 or wait?
7
Hi, ​ I currently have a PC (128gb DDR5 ram) with one RTX 3090 and I found a very good offer on a brand new 4090 rtx, so I am wondering if I can use one 3090 and one 4090 for inference and maybe even training? Would it be ok to use two different models? Am I going to be capped by the 3090? The other thing I a...
2024-02-17T16:14:04
https://www.reddit.com/r/LocalLLaMA/comments/1at5hzj/3090_4090_or_wait/
arivar
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at5hzj
false
null
t3_1at5hzj
/r/LocalLLaMA/comments/1at5hzj/3090_4090_or_wait/
false
false
self
7
null
Json querying with llm or to use Json Agent ? (best practices)
1
Hi , I am currently working with a json string that contains multiple keys such as title ,post description, comments and metadata such as reference , date and popularity. The idea is to query the json string to build basically a QA system. Initially I was planning to pass each of the posts and comments to get summ...
2024-02-17T16:11:38
https://www.reddit.com/r/LocalLLaMA/comments/1at5g04/json_querying_with_llm_or_to_use_json_agent_best/
TheAmendingMonk
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at5g04
false
null
t3_1at5g04
/r/LocalLLaMA/comments/1at5g04/json_querying_with_llm_or_to_use_json_agent_best/
false
false
self
1
null
How do I create a RAG using BART and txtai?
2
I only have a basic laptop with CPU, and am looking to build a RAG using BART and txtai. Suggestions of examples of how to do it?
2024-02-17T16:07:23
https://www.reddit.com/r/LocalLLaMA/comments/1at5cla/how_do_i_create_a_rag_using_bart_and_txtai/
yogibjorn
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at5cla
false
null
t3_1at5cla
/r/LocalLLaMA/comments/1at5cla/how_do_i_create_a_rag_using_bart_and_txtai/
false
false
self
2
null
Training a LLM using transcripts of a deceased person
7
Is t possible to train LLM using transcripts of a deceased person? Trying to gain an insight on how that person would react to today's current events. I know that these can be trained for code or images, but how about personality?
2024-02-17T16:00:10
https://www.reddit.com/r/LocalLLaMA/comments/1at56jz/training_a_llm_using_transcripts_of_a_deceased/
buck_idaho
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at56jz
false
null
t3_1at56jz
/r/LocalLLaMA/comments/1at56jz/training_a_llm_using_transcripts_of_a_deceased/
false
false
self
7
null
Why don't everyone just use ggml models on cpu and ram?
1
... and instead fight over buying gpu after gpu and attach them together to run gptq models? 64 GB ram can run 33B cpu-only ggml models fast enough and buying that much ram is way cheaper than buying a gtx 3090, so what am I missing here? maybe fine-tuning requires a gpu and would take much longer on cpu and ram?
2024-02-17T15:48:28
https://www.reddit.com/r/LocalLLaMA/comments/1at4xby/why_dont_everyone_just_use_ggml_models_on_cpu_and/
oldusernumber1
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at4xby
false
null
t3_1at4xby
/r/LocalLLaMA/comments/1at4xby/why_dont_everyone_just_use_ggml_models_on_cpu_and/
false
false
self
1
null
How to prevent this from happening?
1
So, using laser-dolphin-mixtral-2x7b-dpo, which uses the ChatML prompt format, the output will sometimes have the following problem: "But the thing that<|im\_start|> really got me off was the idea of him" I'm using Oobabooga's text WebUI. It shouldn't be outputting <|im\_start|> alongside the rest of the text. Thi...
2024-02-17T15:47:17
https://www.reddit.com/r/LocalLLaMA/comments/1at4wdg/how_to_prevent_this_from_happening/
Anxious-Ad693
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at4wdg
false
null
t3_1at4wdg
/r/LocalLLaMA/comments/1at4wdg/how_to_prevent_this_from_happening/
false
false
self
1
null
Paper: Chain-of-Thought Reasoning Without Prompting
37
My takeaway from skimming this paper is that restricting top-k is potentially quite harmful to LLM reasoning capabilities. [https://huggingface.co/papers/2402.10200](https://huggingface.co/papers/2402.10200)
2024-02-17T15:18:10
https://www.reddit.com/r/LocalLLaMA/comments/1at49jd/paper_chainofthought_reasoning_without_prompting/
grimjim
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at49jd
false
null
t3_1at49jd
/r/LocalLLaMA/comments/1at49jd/paper_chainofthought_reasoning_without_prompting/
false
false
self
37
{'enabled': False, 'images': [{'id': 'i-bMQAB8R8Ft8_leErkXHPy7IhKG2jWX5jjCyfzySUM', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/NyeRfMl0fpiNNbKt9dfWOXlo_zvDpRI8vjPueK583ro.jpg?width=108&crop=smart&auto=webp&s=a2d71a6e1aad025ad94af9bc2ca974c48510bda5', 'width': 108}, {'height': 116, 'url': 'h...
Recommendations for summarizing large texts in a single GPU
1
[removed]
2024-02-17T15:09:33
https://www.reddit.com/r/LocalLLaMA/comments/1at42qg/recommendations_for_summarizing_large_texts_in_a/
celsowm
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at42qg
false
null
t3_1at42qg
/r/LocalLLaMA/comments/1at42qg/recommendations_for_summarizing_large_texts_in_a/
false
false
self
1
null
Upload PDF files to Llm Studio
2
Still wrapping my head around this crazy tech so please bare with me. I have a question regarding the possibility of uploading text files to Llm Studio to chat with? Simular to the advertised feature of Chat With RTX!? Speaking of which why the file size is 40GB :0
2024-02-17T14:53:22
https://www.reddit.com/r/LocalLLaMA/comments/1at3q1f/upload_pdf_files_to_llm_studio/
qualaric
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at3q1f
false
null
t3_1at3q1f
/r/LocalLLaMA/comments/1at3q1f/upload_pdf_files_to_llm_studio/
false
false
self
2
null
Reddit signs content licensing deal with AI company ahead of IPO, Bloomberg reports
215
2024-02-17T14:53:08
https://www.reuters.com/technology/reddit-signs-content-licensing-deal-with-ai-company-ahead-ipo-bloomberg-reports-2024-02-16/
towelpluswater
reuters.com
1970-01-01T00:00:00
0
{}
1at3pul
false
null
t3_1at3pul
/r/LocalLLaMA/comments/1at3pul/reddit_signs_content_licensing_deal_with_ai/
false
false
https://b.thumbs.redditm…91gikRyyWhCs.jpg
215
{'enabled': False, 'images': [{'id': 'KxSEieMdhszsCUp9yvPu0bFZUate6yrQoyaYdQ6Y-6s', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/5HjAZcS0cfy-WIAcGXWLMTpxakUAKce8wKRm4GFDSqA.jpg?width=108&crop=smart&auto=webp&s=2d70784590a8d651d3d9f1d4ad0c12f8c60f2842', 'width': 108}, {'height': 113, 'url': 'h...
Mistral - disappointing CPU-only performance on AMD and Windows
3
Hey everyone, I’ve just bought the Minisforum EM780 mini PC. It sports an AMD 7840U and 32GB DDR5 RAM at 6400MHz. I know it’s tiny, but it seemed like it could punch a bit above its weight class. With the fast RAM and 8 core CPU (although a low-power one) I was hoping for a usable performance, perhaps not too dissimi...
2024-02-17T14:52:16
https://www.reddit.com/r/LocalLLaMA/comments/1at3p85/mistral_disappointing_cpuonly_performance_on_amd/
lakySK
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at3p85
false
null
t3_1at3p85
/r/LocalLLaMA/comments/1at3p85/mistral_disappointing_cpuonly_performance_on_amd/
false
false
self
3
null
How to learn the base code of llama.cpp? (I'm starting from main.cpp)
38
Hello everybody, I would like to learn more about the llama.cpp library. I've studied and used C++ at university, but I'm a bit rusty and find it difficult to understand it. I'm currently trying to study the main.cpp, to understand the flow of the things, the main struct objects, but it's such a giant project and I...
2024-02-17T14:42:35
https://www.reddit.com/r/LocalLLaMA/comments/1at3hu2/how_to_learn_the_base_code_of_llamacpp_im/
parametaorto
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at3hu2
false
null
t3_1at3hu2
/r/LocalLLaMA/comments/1at3hu2/how_to_learn_the_base_code_of_llamacpp_im/
false
false
self
38
{'enabled': False, 'images': [{'id': 'DJPqvteONpGwVVw6LzaG6b8vlDa2rv2hETCaqe0z57s', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/wyCM1fHzTa-IIqHgS1QTxdSYNXn668elDj0WmYMPf_k.jpg?width=108&crop=smart&auto=webp&s=d6fa197328d583bcae7a764b40fd1214265b6852', 'width': 108}, {'height': 108, 'url': 'h...
Looks like Yann LeCun and Meta were blindsided by SORA. This was Yann talking 3 days ago at the World Governments Summit. Not looking good for us........
1
[removed]
2024-02-17T14:23:13
https://v.redd.it/uqu0ha9in5jc1
calmpatientr
v.redd.it
1970-01-01T00:00:00
0
{}
1at33k9
false
{'reddit_video': {'bitrate_kbps': 2400, 'dash_url': 'https://v.redd.it/uqu0ha9in5jc1/DASHPlaylist.mpd?a=1710771809%2CNWFhYmUxZDUyOTk2ZGI3MTZmZTU1ZDlkODYxNzI5ODE3ODFhMTJhNTcyZmM2MTA2NmYxMDhmNGZhMzViMjAxZQ%3D%3D&v=1&f=sd', 'duration': 54, 'fallback_url': 'https://v.redd.it/uqu0ha9in5jc1/DASH_720.mp4?source=fallback', 'ha...
t3_1at33k9
/r/LocalLLaMA/comments/1at33k9/looks_like_yann_lecun_and_meta_were_blindsided_by/
false
false
https://external-preview…e1d37a563fad1559
1
{'enabled': False, 'images': [{'id': 'ZzFxYjBqamduNWpjMWOwWkNLnlnLH0KXUHphL5Cdt6KLnnrbOZj6j0UQQq1_', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/ZzFxYjBqamduNWpjMWOwWkNLnlnLH0KXUHphL5Cdt6KLnnrbOZj6j0UQQq1_.png?width=108&crop=smart&format=pjpg&auto=webp&s=695621e2824d429e0d31547a19c75b7688679...
Open Access 1M token context length model
122
Didn't see anyone talking about this so posting it now. Just a few days before Gemini 1.5 with 1M context length was announced, a model from US Berkley was open sourced (model weight and code) which have upto 1M token context length, and has Vision Support too(same context length) Paper: https://arxiv.org/html/2402.08...
2024-02-17T13:45:02
https://www.reddit.com/r/LocalLLaMA/comments/1at2b00/open_access_1m_token_context_length_model/
Independent_Key1940
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at2b00
false
null
t3_1at2b00
/r/LocalLLaMA/comments/1at2b00/open_access_1m_token_context_length_model/
false
false
self
122
null
Anyone found Ollama tends to repeat the system prompt?
1
I set the SYSTEM prompt with /set system ... etc ... However, I keep finding, after one or two messages, that Ollama starts outputting the system prompt as part of its response. Anyone else encountering this?
2024-02-17T13:35:13
https://www.reddit.com/r/LocalLLaMA/comments/1at245p/anyone_found_ollama_tends_to_repeat_the_system/
xroissant
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at245p
false
null
t3_1at245p
/r/LocalLLaMA/comments/1at245p/anyone_found_ollama_tends_to_repeat_the_system/
false
false
self
1
null
LLaVA 1.5 / BakLLaVA1, cannot recognize but only describe
4
I tried using LLaVA 1.5 / BakLLaVA1 on my computer with LMstudio. I used another Python program to analyze an image, but it couldn't identify the location in the picture, even though it described the details accurately. When I asked it, "Where is the place in the image?", it just described it again. I also adjusted th...
2024-02-17T13:13:10
https://www.reddit.com/r/LocalLLaMA/comments/1at1ol9/llava_15_bakllava1_cannot_recognize_but_only/
ZealousidealBadger47
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at1ol9
false
null
t3_1at1ol9
/r/LocalLLaMA/comments/1at1ol9/llava_15_bakllava1_cannot_recognize_but_only/
false
false
self
4
null
MoE Models and multiple GPUs
1
Hi, I hope this is not too newbie question. I have been wondering how to utilize older hardware in parallel and what I see is that memory bandwidth is the problem. Is there new architectures that can run more independently in GPU s and combine results in lower bandwidth requirements?
2024-02-17T13:03:10
https://www.reddit.com/r/LocalLLaMA/comments/1at1hkq/moe_models_and_multiple_gpus/
Ok-Might-3730
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at1hkq
false
null
t3_1at1hkq
/r/LocalLLaMA/comments/1at1hkq/moe_models_and_multiple_gpus/
false
false
self
1
null
How long will it take for Opensource to create OpenSora?
1
[View Poll](https://www.reddit.com/poll/1at1e5f)
2024-02-17T12:58:26
https://www.reddit.com/r/LocalLLaMA/comments/1at1e5f/how_long_will_it_take_for_opensource_to_create/
calmpatientr
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at1e5f
false
null
t3_1at1e5f
/r/LocalLLaMA/comments/1at1e5f/how_long_will_it_take_for_opensource_to_create/
false
false
self
1
null
Does this version of few-shot learning make sense?
3
I know I'm supposed to give examples when teaching an LLM a new task. I've always seen it done in the first prompt: >Help me perform sentiment analysis on some reviews. Here are a few examples: > >"This movie rocks!" - Positive > >"This movie sucks!" - Negative > >"The movie was meh" - Neutral My ...
2024-02-17T12:34:53
https://www.reddit.com/r/LocalLLaMA/comments/1at0zat/does_this_version_of_fewshot_learning_make_sense/
Revolutionary_Ad6574
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at0zat
false
null
t3_1at0zat
/r/LocalLLaMA/comments/1at0zat/does_this_version_of_fewshot_learning_make_sense/
false
false
self
3
null
Ok, which one of you was this? 🤣🤣🤣
83
2024-02-17T11:40:53
https://i.redd.it/b7pwqphku4jc1.png
calmpatientr
i.redd.it
1970-01-01T00:00:00
0
{}
1at0288
false
null
t3_1at0288
/r/LocalLLaMA/comments/1at0288/ok_which_one_of_you_was_this/
false
false
https://b.thumbs.redditm…zyM18p5zyDJo.jpg
83
{'enabled': True, 'images': [{'id': 'ip3SiefRKVSUD3D5c63rgaC9Gm6Ma8KYH_7oGioYGzQ', 'resolutions': [{'height': 144, 'url': 'https://preview.redd.it/b7pwqphku4jc1.png?width=108&crop=smart&auto=webp&s=3739a452ba07395b74ee3f0fee00f64826e98b70', 'width': 108}, {'height': 289, 'url': 'https://preview.redd.it/b7pwqphku4jc1.pn...
What are some really awesome things people have done with them?
1
[removed]
2024-02-17T11:39:27
https://www.reddit.com/r/LocalLLaMA/comments/1at01dv/what_are_some_really_awesome_things_people_have/
Kakachia777
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1at01dv
false
null
t3_1at01dv
/r/LocalLLaMA/comments/1at01dv/what_are_some_really_awesome_things_people_have/
false
false
https://b.thumbs.redditm…DqjMzzzVZOII.jpg
1
null
What are your favorite resources for evaluating text generation for stuff like readability, engagement (and other "soft" metrics)
5
Hi everyone, i'm working on a thesis looking at different prompt engineering methods and trying to evaluate the quality of generated content for stuff like articles, newsletters = human read content. Most research focuses on stuff like factuality, reasoning but I'm trying to find more research or these "soft" metrics. ...
2024-02-17T11:33:31
https://www.reddit.com/r/LocalLLaMA/comments/1aszy6f/what_are_your_favorite_resources_for_evaluating/
Majklcan
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1aszy6f
false
null
t3_1aszy6f
/r/LocalLLaMA/comments/1aszy6f/what_are_your_favorite_resources_for_evaluating/
false
false
self
5
null
State of Opensource and Closedsource as of right now:
8
What are the best opensource and closedsourced AI models? What will be the best opensource and closesource AI models at the end of this year? List as per the following categories: 1. Large Language Models: 2. Large multimodal Models: 3. Text to Image: 4. Text to video: 5. Text to 3D 6. Text to audio: 7. Audi...
2024-02-17T11:23:26
https://www.reddit.com/r/LocalLLaMA/comments/1aszspr/state_of_opensource_and_closedsource_as_of_right/
calmpatientr
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1aszspr
false
null
t3_1aszspr
/r/LocalLLaMA/comments/1aszspr/state_of_opensource_and_closedsource_as_of_right/
false
false
self
8
null
What will the next 7 years bring?
1
2024-02-17T11:08:48
https://i.redd.it/eyfr24buo4jc1.png
calmpatientr
i.redd.it
1970-01-01T00:00:00
0
{}
1aszkpi
false
null
t3_1aszkpi
/r/LocalLLaMA/comments/1aszkpi/what_will_the_next_7_years_bring/
false
false
https://b.thumbs.redditm…05ukCUonIhJQ.jpg
1
{'enabled': True, 'images': [{'id': 'wbQ1rb0DXimrlsGDFBPE2jOV2WT8-CNPHxAArNyES80', 'resolutions': [{'height': 144, 'url': 'https://preview.redd.it/eyfr24buo4jc1.png?width=108&crop=smart&auto=webp&s=2fc9709f8d35ba5d47919339426574ee0023ef9e', 'width': 108}, {'height': 289, 'url': 'https://preview.redd.it/eyfr24buo4jc1.pn...
LM Studio prompt settings for Mixtral 11Bx2 MoE 19B GGUF?
1
Hello friends. I downloaded this model, but I have a problem with Its prompt format. [TheBloke/Mixtral\_11Bx2\_MoE\_19B-GGUF · Hugging Face](https://huggingface.co/TheBloke/Mixtral_11Bx2_MoE_19B-GGUF) In Models card I can only see this: Prompt template: None {prompt} But I think in LM Studio I'm forced to selec...
2024-02-17T10:59:53
https://www.reddit.com/r/LocalLLaMA/comments/1aszfil/lm_studio_prompt_settings_for_mixtral_11bx2_moe/
Terminus_T
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1aszfil
false
null
t3_1aszfil
/r/LocalLLaMA/comments/1aszfil/lm_studio_prompt_settings_for_mixtral_11bx2_moe/
false
false
self
1
{'enabled': False, 'images': [{'id': 'KojJWISRQOgRGyt0L4yLKswDJ7RDVcIPfbTqT8vM3ko', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/QcxZeDAq-ZBEN5nrHAnFuNGysQYNS-76KHeQlgNAhYc.jpg?width=108&crop=smart&auto=webp&s=05b17a205be67d7a6e831edf63a20b7b9f6b2bbf', 'width': 108}, {'height': 116, 'url': 'h...
[LLaVa 1.6] How to write proper prompt that will give better image description without any redundant words?
7
Hello everyone. I've managed to launch [LLaVa 1.6](https://github.com/haotian-liu/LLaVA) 13B vicuna version on my PC, and I've figured out how to make streaming calls to it's API in order to caption images. My prompt looks something like this: A chat between a curious user and an artificial intelligence assista...
2024-02-17T10:09:49
https://www.reddit.com/r/LocalLLaMA/comments/1asyo9m/llava_16_how_to_write_proper_prompt_that_will/
DaniyarQQQ
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asyo9m
false
null
t3_1asyo9m
/r/LocalLLaMA/comments/1asyo9m/llava_16_how_to_write_proper_prompt_that_will/
false
false
self
7
{'enabled': False, 'images': [{'id': 'MM1cVvvpSUU0AYDHHKjpKAs686E6e_p7fHD8LNuQg5A', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/mlPviZzclQUP1CCMGNz2lvvc6CHOgXqv_TTZZsTD_fc.jpg?width=108&crop=smart&auto=webp&s=f8e28e5fceac4bf434d624b31ac6e3180d500c85', 'width': 108}, {'height': 108, 'url': 'h...
Suggest ideas to automatically generate ‘relevant’ tokens FROM censored cloud LLMs for tasks THEY REFUSE TO DO BUT CAN DO which will be used by local LLMs for tasks it CANT DO WELL / CAN'T DO BY ITSELF:
1
[removed]
2024-02-17T10:06:25
https://www.reddit.com/r/LocalLLaMA/comments/1asymf6/suggest_ideas_to_automatically_generate_relevant/
calmpatientr
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asymf6
false
null
t3_1asymf6
/r/LocalLLaMA/comments/1asymf6/suggest_ideas_to_automatically_generate_relevant/
false
false
self
1
null
Prompt based text summarization of resumes
1
Hey Guys I am extremely new to LLM's space I just started exploring LLAMA, if possible can someone please guide me what can be done for this specific problem.
2024-02-17T09:09:04
https://www.reddit.com/r/LocalLLaMA/comments/1asxscb/prompt_based_text_summarization_of_resumes/
No-Trip899
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asxscb
false
null
t3_1asxscb
/r/LocalLLaMA/comments/1asxscb/prompt_based_text_summarization_of_resumes/
false
false
self
1
null
Develop+Deploy RAG Bots with LlamaEdge: Across OSes, NPUs, GPUs Using Vector DB
1
[removed]
2024-02-17T08:29:03
https://www.reddit.com/r/LocalLLaMA/comments/1asx7in/developdeploy_rag_bots_with_llamaedge_across_oses/
smileymileycoin
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asx7in
false
null
t3_1asx7in
/r/LocalLLaMA/comments/1asx7in/developdeploy_rag_bots_with_llamaedge_across_oses/
false
false
self
1
{'enabled': False, 'images': [{'id': '0WdCdJyTGWfAMOh9HUM9n9iPDIYfkIyWZDyGRfQyYUU', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/nabAs2DxuqZTZOulTDPlRYxrYDQXzSYrQj-sSC01Ah0.jpg?width=108&crop=smart&auto=webp&s=90d2c724454f7c3a1c835d0b3eb9fdc4466b4d92', 'width': 108}, {'height': 108, 'url': 'h...
Do anyone using local llm act as their home assistant?
25
\[Discussion\]
2024-02-17T08:27:18
https://www.reddit.com/r/LocalLLaMA/comments/1asx6m3/do_anyone_using_local_llm_act_as_their_home/
absurd-dream-studio
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asx6m3
false
null
t3_1asx6m3
/r/LocalLLaMA/comments/1asx6m3/do_anyone_using_local_llm_act_as_their_home/
false
false
self
25
null
What is the best LLM for writing smut and does anyone use Runpod (or similar) for that reason?
1
I am interested in using an LLM to help write smut, and I do not have the hardware myself to run anything decent. I have been messing around with Runpod, but writing smut on the cloud makes me feel a bit bad. Not sure if that breaks any kind of cloud TOS, anyone doing this?
2024-02-17T08:26:43
https://www.reddit.com/r/LocalLLaMA/comments/1asx6ah/what_is_the_best_llm_for_writing_smut_and_does/
Adaxes_x
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asx6ah
false
null
t3_1asx6ah
/r/LocalLLaMA/comments/1asx6ah/what_is_the_best_llm_for_writing_smut_and_does/
false
false
self
1
null
PrivateGTP and Mistral 7B
1
Hi, I have a big manual pack (100pdf files) that I would like to chat with. Is it possible or do privateGPT and Mistal 7B only supports one document at a time? I there a limit in how much text it can handle? I am totaly new to this and find it hard to understand. On the old privateGPT it seems like you copied the pdf...
2024-02-17T08:18:16
https://www.reddit.com/r/LocalLLaMA/comments/1asx1yv/privategtp_and_mistral_7b/
heppstars
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asx1yv
false
null
t3_1asx1yv
/r/LocalLLaMA/comments/1asx1yv/privategtp_and_mistral_7b/
false
false
self
1
null
minbpe @Andrej Karpathy
114
2024-02-17T08:09:26
https://github.com/karpathy/minbpe
lukaemon
github.com
1970-01-01T00:00:00
0
{}
1aswx2o
false
null
t3_1aswx2o
/r/LocalLLaMA/comments/1aswx2o/minbpe_andrej_karpathy/
false
false
https://b.thumbs.redditm…NfXu2b665zyc.jpg
114
{'enabled': False, 'images': [{'id': 'au5-XiJnYRRpzGuUbMDs3EZbcAkvXhyaOgD22d36dJo', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/t6_51Fc-u8s3JTb8N0DYRsJaF4RevSZIIpvlBQi51bY.jpg?width=108&crop=smart&auto=webp&s=8951679024b6087b743539ca6206eb31cd3f25de', 'width': 108}, {'height': 108, 'url': 'h...
Best LLM under 3 billion parameters currently?
42
Out of pure curiosity, thanks to Ollama I can "play" with really small LLMs with my Intel core i5 laptop with 8 gigs of RAM. Which of the very small ones offers decent performance in your opinion?
2024-02-17T07:19:58
https://www.reddit.com/r/LocalLLaMA/comments/1asw60l/best_llm_under_3_billion_parameters_currently/
Polstick1971
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asw60l
false
null
t3_1asw60l
/r/LocalLLaMA/comments/1asw60l/best_llm_under_3_billion_parameters_currently/
false
false
self
42
null
Best RAG front-end for local model
1
I found gpt4all, privategpt, and h2Ogpt. Any thoughts on the best app/front for RAG? Looking for a good front-end and local model.
2024-02-17T07:16:38
https://www.reddit.com/r/LocalLLaMA/comments/1asw46c/best_rag_frontend_for_local_model/
DrySupermarket8830
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asw46c
false
null
t3_1asw46c
/r/LocalLLaMA/comments/1asw46c/best_rag_frontend_for_local_model/
false
false
self
1
null
Fine-tuning doesnt work when model_max_length is increased
1
Hi all, I currently have a sample dataset of the exact same sample, something like 'Who is Bob?' and the output is 'Bob is mother's father's granddaughter's husband.'. When I set the model\_max\_length something small like 256, after fine-tuning, it is able to give me back exactly the output as in the training set. So...
2024-02-17T07:04:01
https://www.reddit.com/r/LocalLLaMA/comments/1asvx68/finetuning_doesnt_work_when_model_max_length_is/
plsendfast
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asvx68
false
null
t3_1asvx68
/r/LocalLLaMA/comments/1asvx68/finetuning_doesnt_work_when_model_max_length_is/
false
false
self
1
null
Any good open-source UI for novel writing/notebook? (with features like on novelAI)
1
[removed]
2024-02-17T07:00:56
https://www.reddit.com/r/LocalLLaMA/comments/1asvvdn/any_good_opensource_ui_for_novel_writingnotebook/
wewyman
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asvvdn
false
null
t3_1asvvdn
/r/LocalLLaMA/comments/1asvvdn/any_good_opensource_ui_for_novel_writingnotebook/
false
false
default
1
null
BASE TTS - A 1 billion parameter transformer model from Amazon. Listen to the samples in the link.
16
2024-02-17T06:58:53
https://www.amazon.science/publications/base-tts-lessons-from-building-a-billion-parameter-text-to-speech-model-on-100k-hours-of-data
jd_3d
amazon.science
1970-01-01T00:00:00
0
{}
1asvu4s
false
null
t3_1asvu4s
/r/LocalLLaMA/comments/1asvu4s/base_tts_a_1_billion_parameter_transformer_model/
false
false
https://b.thumbs.redditm…DBw4zZ423O3s.jpg
16
{'enabled': False, 'images': [{'id': '2rg0bV8sUc_HfNqfBnUgoCx0c_kk9yxIoHteDpWmpRc', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/h0s6F_p4Z9zRQwcrFUbhei7pwfcFD2JXvDCVa0p0RbQ.jpg?width=108&crop=smart&auto=webp&s=f91dffdfc6b8b95b569cc097aadb210e1c4b3ab8', 'width': 108}, {'height': 113, 'url': 'h...
Best way to use json input and output in LLaVA
1
[removed]
2024-02-17T06:42:31
https://www.reddit.com/r/LocalLLaMA/comments/1asvkjr/best_way_to_use_json_input_and_output_in_llava/
Logical-Juggernaut99
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asvkjr
false
null
t3_1asvkjr
/r/LocalLLaMA/comments/1asvkjr/best_way_to_use_json_input_and_output_in_llava/
false
false
self
1
null
24GB Model Recommendations for roleplaying
25
Just wanted to share my go-to models for roleplaying on my single 3090. Hopefully my list can give some of you better roleplaying experiences! My go-to SillyTavern sampler settings if anyone is interested. It's just a lightly modified Universal-Light preset with smoothing factor and repetition penalty added. Not claim...
2024-02-17T06:36:28
https://www.reddit.com/r/LocalLLaMA/comments/1asvh6h/24gb_model_recommendations_for_roleplaying/
brobruh211
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asvh6h
false
null
t3_1asvh6h
/r/LocalLLaMA/comments/1asvh6h/24gb_model_recommendations_for_roleplaying/
false
false
self
25
null
Suggest ideas to create an automated valuable ‘related’ token pipelines for tasks censored closed source models refuse to do but can do and open source local models can't do fully but can do using ‘related’ value tokens generated by closed models:
1
[removed]
2024-02-17T06:21:25
https://www.reddit.com/r/LocalLLaMA/comments/1asv8g4/suggest_ideas_to_create_an_automated_valuable/
calmpatientr
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asv8g4
false
null
t3_1asv8g4
/r/LocalLLaMA/comments/1asv8g4/suggest_ideas_to_create_an_automated_valuable/
false
false
self
1
null
What more can you do with 48gb vs 72gb vram
9
I have dual 4090s and was thinking about buying a 3090 or two with my upcoming bonus and was wondering if it was worth it. I usually run 4bpw 70b LLMs so at 72gb how big of a 70b can I run? And at what point are 120b possible because I wanna eventually run something like Goliath or the 120b miqus.
2024-02-17T06:10:42
https://www.reddit.com/r/LocalLLaMA/comments/1asv23q/what_more_can_you_do_with_48gb_vs_72gb_vram/
asdfgbvcxz3355
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asv23q
false
null
t3_1asv23q
/r/LocalLLaMA/comments/1asv23q/what_more_can_you_do_with_48gb_vs_72gb_vram/
false
false
self
9
null
Upgrading to 3090 from 3070, do I need to upgrade my CPU and mother board to run faster ai generation?
1
I know that Vram is the biggest part that dictate the speed of running local ai with text generation web UI, however, I didn't know if the CPU and ram also affect it. I want to know if switching my 3070 to 3090 would be efficient enough to run larger model 30B above. Current component: AMD Ryzen 5 5600x Gigabyte X57...
2024-02-17T05:23:04
https://www.reddit.com/r/LocalLLaMA/comments/1asu8yv/upgrading_to_3090_from_3070_do_i_need_to_upgrade/
thrintyseven
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asu8yv
false
null
t3_1asu8yv
/r/LocalLLaMA/comments/1asu8yv/upgrading_to_3090_from_3070_do_i_need_to_upgrade/
false
false
self
1
null
A new coding dataset, a full scrape of the codegolf dataset
28
avalible at https://huggingface.co/datasets/VatsaDev/codegolf, its The entire codegolf stackexchange where questions have a score above 0, 14K code questions with all the answers good for learning complex code questions, more unique challenges, code optimizations, and code not really mainstream, could help diversity ...
2024-02-17T04:58:08
https://www.reddit.com/r/LocalLLaMA/comments/1astt0u/a_new_coding_dataset_a_full_scrape_of_the/
vatsadev
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1astt0u
false
null
t3_1astt0u
/r/LocalLLaMA/comments/1astt0u/a_new_coding_dataset_a_full_scrape_of_the/
false
false
self
28
{'enabled': False, 'images': [{'id': 'QnGZdhFZB9VLfooKg-VYVrWTiioXLBbVEZQ2JOxbbY0', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/n5X5RftObDrtkroggBPurLon11vSfaBNSoLJGSAH9ic.jpg?width=108&crop=smart&auto=webp&s=192a208a0ccbca8a3bc3c7499fe7833340e7908f', 'width': 108}, {'height': 116, 'url': 'h...
Suggest the best Open-source vision model that is smart enough to understand charts like this:
12
2024-02-17T04:52:09
https://i.redd.it/h61rb59nt2jc1.png
calmpatientr
i.redd.it
1970-01-01T00:00:00
0
{}
1astp94
false
null
t3_1astp94
/r/LocalLLaMA/comments/1astp94/suggest_the_best_opensource_vision_model_that_is/
false
false
https://b.thumbs.redditm…-BxueATl4NKA.jpg
12
{'enabled': True, 'images': [{'id': 'gt_0SgljwQxClEdvYhX2DzkpNUwDoLtVN_7s_esKBPU', 'resolutions': [{'height': 83, 'url': 'https://preview.redd.it/h61rb59nt2jc1.png?width=108&crop=smart&auto=webp&s=67a36be3fe213ac6bbd7ce1305174244b79b183f', 'width': 108}, {'height': 166, 'url': 'https://preview.redd.it/h61rb59nt2jc1.png...
My GPU if Llama 3 is bigger than 70B:
2
2024-02-17T04:28:58
https://v.redd.it/sewxp5dip2jc1
calmpatientr
v.redd.it
1970-01-01T00:00:00
0
{}
1asta6h
false
{'reddit_video': {'bitrate_kbps': 800, 'dash_url': 'https://v.redd.it/sewxp5dip2jc1/DASHPlaylist.mpd?a=1710822544%2CZjIxOTA2ZWFjMmRmMzUxZDFjMzgyMGY3ZTJhMWVlZGE1ZDgwYmU0MDViMmFmNTYzM2NiZWQ2NzU1OTFmNDVhOQ%3D%3D&v=1&f=sd', 'duration': 5, 'fallback_url': 'https://v.redd.it/sewxp5dip2jc1/DASH_360.mp4?source=fallback', 'has_...
t3_1asta6h
/r/LocalLLaMA/comments/1asta6h/my_gpu_if_llama_3_is_bigger_than_70b/
false
false
default
2
{'enabled': False, 'images': [{'id': 'cm45MWxsM2lwMmpjMbaIIFtwspiKe-T0WGX-3yBj-ILQyG7kl2PTAVaWPvR-', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/cm45MWxsM2lwMmpjMbaIIFtwspiKe-T0WGX-3yBj-ILQyG7kl2PTAVaWPvR-.png?width=108&crop=smart&format=pjpg&auto=webp&s=8032955b555b4c4b5edabb754d01d7d47bfd9...
“Gemini 1.5 Pro surpasses Gemini 1.0 Pro and performs at a similar level to 1.0 Ultra on a wide array of benchmarks while requiring significantly less compute to train.”. This gives me hope for Open-source.
70
2024-02-17T04:10:55
https://i.redd.it/t04u71dam2jc1.png
calmpatientr
i.redd.it
1970-01-01T00:00:00
0
{}
1assy86
false
null
t3_1assy86
/r/LocalLLaMA/comments/1assy86/gemini_15_pro_surpasses_gemini_10_pro_and/
false
false
https://a.thumbs.redditm…6LJPgXVcLjv0.jpg
70
{'enabled': True, 'images': [{'id': 'CnlzdcxgBgoV0Pseb-7L4w5_G2DrhqJMh9rde2PaXmY', 'resolutions': [{'height': 78, 'url': 'https://preview.redd.it/t04u71dam2jc1.png?width=108&crop=smart&auto=webp&s=1ab8c4c05c04caa79dc771f2ef14a1beee4703fb', 'width': 108}, {'height': 156, 'url': 'https://preview.redd.it/t04u71dam2jc1.png...
Sam Altman on open-sourcing LLMs, a few days ago: "There are great open source language models out now, and I don't think the world needs another similar model, so we'd like to do something that is new and we're trying to figure out what that might be"
188
2024-02-17T04:05:43
https://v.redd.it/tvh6i38sk2jc1
llamaShill
v.redd.it
1970-01-01T00:00:00
0
{}
1assurr
false
{'reddit_video': {'bitrate_kbps': 5000, 'dash_url': 'https://v.redd.it/tvh6i38sk2jc1/DASHPlaylist.mpd?a=1710734759%2CYWRjYTM3MzA0YjAxYTY5YjdlNjkxNGVhOTYwODYwMmNlZmIyODU0NzkwMzZiODU2YjNjODFmNDZhZTM1ZDI0NA%3D%3D&v=1&f=sd', 'duration': 39, 'fallback_url': 'https://v.redd.it/tvh6i38sk2jc1/DASH_1080.mp4?source=fallback', 'h...
t3_1assurr
/r/LocalLLaMA/comments/1assurr/sam_altman_on_opensourcing_llms_a_few_days_ago/
false
false
https://external-preview…35f0550fcbced8d6
188
{'enabled': False, 'images': [{'id': 'YWR0cWRobWNsMmpjMeVKo4FwlI7J1vx8bb6CiMJnSuIcGkC9D5bKm8RjfT-9', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/YWR0cWRobWNsMmpjMeVKo4FwlI7J1vx8bb6CiMJnSuIcGkC9D5bKm8RjfT-9.png?width=108&crop=smart&format=pjpg&auto=webp&s=516bb7802e30392cabce6e5feb7e43cc6b362...
Gemini 1.5 10 million experimental context is big because the longer context would allow us to teach LLMs advanced tool use without fine-tuning and zero shot if the reasoning, retrieval (of instruction about tools) and and context is long enough. Retrieval and context seems good. Reasoning is close.
5
2024-02-17T03:41:18
https://i.redd.it/uw3he150h2jc1.png
calmpatientr
i.redd.it
1970-01-01T00:00:00
0
{}
1assdrk
false
null
t3_1assdrk
/r/LocalLLaMA/comments/1assdrk/gemini_15_10_million_experimental_context_is_big/
false
false
https://b.thumbs.redditm…D_sdYgk3r1MI.jpg
5
{'enabled': True, 'images': [{'id': 'cWdZVpTECXGy3ues7wBBGnTIaniuu0EsLYZWqjpcx6s', 'resolutions': [{'height': 69, 'url': 'https://preview.redd.it/uw3he150h2jc1.png?width=108&crop=smart&auto=webp&s=8412f7f1e4e1e2bd64ceb973f1a500b6660f8e99', 'width': 108}, {'height': 139, 'url': 'https://preview.redd.it/uw3he150h2jc1.png...
What’s the closest to gpt 3.5 or 4 7b model?
1
I literally just need a model that offers a good chat bot like experience and also translation of languages. Basically I’m running a bot that uses the open ai api currently. It interviews new members joining our server by introducing them to server and asking them some questions. Gpt 3.5 turbo has been ok for that but ...
2024-02-17T03:27:24
https://www.reddit.com/r/LocalLLaMA/comments/1ass4bc/whats_the_closest_to_gpt_35_or_4_7b_model/
1210saad
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ass4bc
false
null
t3_1ass4bc
/r/LocalLLaMA/comments/1ass4bc/whats_the_closest_to_gpt_35_or_4_7b_model/
false
false
self
1
null
Recovering the Pre-Fine-Tuning Weights of Generative Models
10
>The dominant paradigm in generative modeling consists of two steps: i) pre-training on a large-scale but unsafe dataset, ii) aligning the pre-trained model with human values via fine-tuning. This practice is considered safe, as no current method can recover the unsafe, pre-fine-tuning model weights. In this paper, we ...
2024-02-17T03:20:55
https://arxiv.org/abs/2402.10208
ninjasaid13
arxiv.org
1970-01-01T00:00:00
0
{}
1asrzxv
false
null
t3_1asrzxv
/r/LocalLLaMA/comments/1asrzxv/recovering_the_prefinetuning_weights_of/
false
false
default
10
null
noob question: Why is llama2 so slow compared to koboldcpp_rocm running mistral-7b-instruct-v0.2.Q5_K_S.gguf ?
2
again, I'm sorry for the stupid question. I just started playing with local LLM's this week. A few days ago I started using koboldcpp_rocm (AMD)mistral-7b-instruct-v0.2.Q5_K_S.gguf - this wasn't so bad and I can maintain converstations no problem. even with SillyTavern things got pretty hot. now, Im looking at some...
2024-02-17T03:04:51
https://www.reddit.com/r/LocalLLaMA/comments/1asrogo/noob_question_why_is_llama2_so_slow_compared_to/
JohnPB1234
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asrogo
false
null
t3_1asrogo
/r/LocalLLaMA/comments/1asrogo/noob_question_why_is_llama2_so_slow_compared_to/
false
false
self
2
null
Mixtral + Piper local TTS helping me keep up (opensource code below)
2
2024-02-17T02:52:05
https://v.redd.it/th7egt5v72jc1
Chance_Confection_37
v.redd.it
1970-01-01T00:00:00
0
{}
1asrf84
false
{'reddit_video': {'bitrate_kbps': 2400, 'dash_url': 'https://v.redd.it/th7egt5v72jc1/DASHPlaylist.mpd?a=1710730338%2COWZjYjdiOWUxNDUyMDQ3MTg4OTg3MmIzZWFiM2Y2MzAyNzdiZDQwZGUzNDJiYzI0YWFjZjczNzM1NjBmZTlmNQ%3D%3D&v=1&f=sd', 'duration': 58, 'fallback_url': 'https://v.redd.it/th7egt5v72jc1/DASH_720.mp4?source=fallback', 'ha...
t3_1asrf84
/r/LocalLLaMA/comments/1asrf84/mixtral_piper_local_tts_helping_me_keep_up/
false
false
https://external-preview…f2226e5ba62ac53d
2
{'enabled': False, 'images': [{'id': 'enhrNWl1Mjg4MmpjMcjSVJn7_7ow9J7xQOHgJh5x8DlEcocZu6eJmUnodyx3', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/enhrNWl1Mjg4MmpjMcjSVJn7_7ow9J7xQOHgJh5x8DlEcocZu6eJmUnodyx3.png?width=108&crop=smart&format=pjpg&auto=webp&s=02fb4baf272c5f3b13b1b75d2830351bfeb0c...
Function calling with local LLMs
5
The only reason I still prefer playing around GPT-4 and GPT-3.5 is because of Function Calling... I'm wondering if anyone has been able to unlock function calling (at least as capable as GPT-3.5) on an Opensource LLM... I did try NexusRaven-v2 and it is pretty impressive but unfortunately it doesn't support contextual...
2024-02-17T02:42:50
https://www.reddit.com/r/LocalLLaMA/comments/1asr8hn/function_calling_with_local_llms/
Few_Acanthisitta_858
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asr8hn
false
null
t3_1asr8hn
/r/LocalLLaMA/comments/1asr8hn/function_calling_with_local_llms/
false
false
self
5
null
I'm writing a Local LLM User Guideline. If you're willing, let's share experiences together
25
I am currently writing a Local LLM User Guideline, with the goal of making it easier for more people to use local LLM products, reduce dependence on OpenAI, and save more money. Welcome to exchange experiences together. Github: [https://github.com/xue160709/Local-LLM-User-Guideline](https://github.com/xue160709/Local-...
2024-02-17T02:41:59
https://www.reddit.com/r/LocalLLaMA/comments/1asr7vn/im_writing_a_local_llm_user_guideline_if_youre/
xue160709
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asr7vn
false
null
t3_1asr7vn
/r/LocalLLaMA/comments/1asr7vn/im_writing_a_local_llm_user_guideline_if_youre/
false
false
self
25
{'enabled': False, 'images': [{'id': 'VU4YhNEMP-UzVam99Qxg1D62IGTZnce3fsSFF7Wc_8Y', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/SYcaMirpb4dJb6o9oNBsmye2ZTB7E8nsRby9z9Em9Z4.jpg?width=108&crop=smart&auto=webp&s=28fe56b017de6eddb79b4c2d0f18023c34659ef3', 'width': 108}, {'height': 108, 'url': 'h...
Is Sora in fact 3D world prediction model?
1
[removed]
2024-02-17T02:33:38
https://www.reddit.com/r/LocalLLaMA/comments/1asr1v8/is_sora_in_fact_3d_world_prediction_model/
Single_Ring4886
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asr1v8
false
null
t3_1asr1v8
/r/LocalLLaMA/comments/1asr1v8/is_sora_in_fact_3d_world_prediction_model/
false
false
self
1
null
noob questions
1
So i've been using LM studio. I've worked up some prompts that work well on a 7b model (intel neural chat 3.3) for my purposes, but i'm getting like 10 t/s, which doesn't suit my needs. So i investigated hosted gpus using runpod and got one of those set up, but it uses text-generation-webui and I cannot for the li...
2024-02-17T02:26:58
https://www.reddit.com/r/LocalLLaMA/comments/1asqx6y/noob_questions/
delinx32
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asqx6y
false
null
t3_1asqx6y
/r/LocalLLaMA/comments/1asqx6y/noob_questions/
false
false
self
1
null
I need help with a specific hardware question regarding PCIE lanes. Pictures included.
1
[removed]
2024-02-17T02:07:51
https://www.reddit.com/r/LocalLLaMA/comments/1asqitu/i_need_help_with_a_specific_hardware_question/
AgeOfAlgorithms
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asqitu
false
null
t3_1asqitu
/r/LocalLLaMA/comments/1asqitu/i_need_help_with_a_specific_hardware_question/
false
false
self
1
null
WIP combined LLM generation explorer/text editor
14
I was quite surprised that I couldn't find any existing tool quite like this (where you can quickly feed in text of your own and explore the most likely completions generated by a given model), so I took a stab at making one myself. I put up a [simple demo video](https://www.youtube.com/watch?v=1O1T2q2t7i4) of how it w...
2024-02-17T01:50:17
https://www.reddit.com/r/LocalLLaMA/comments/1asq5gv/wip_combined_llm_generation_explorertext_editor/
disposableoranges
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asq5gv
false
null
t3_1asq5gv
/r/LocalLLaMA/comments/1asq5gv/wip_combined_llm_generation_explorertext_editor/
false
false
self
14
{'enabled': False, 'images': [{'id': '3wCv-MkSSnQxY0IZ2D_tGmzQEgW7o1OqikOVh9GqbK0', 'resolutions': [{'height': 81, 'url': 'https://external-preview.redd.it/ZJwzhLtdLhN3PeCRN9DMEZNEWu3tRJT3C7c0klcFVF4.jpg?width=108&crop=smart&auto=webp&s=c3b49a6fb9efcec5952f655bf00ab7444f7ee81d', 'width': 108}, {'height': 162, 'url': 'h...
Explanation of OpenAI's Sora by Jim Fan, NVIDIA's Senior Research Scientist & Lead of AI Agents. Hopefully Meta, Mistral and Stability are cooking up an open source alternative.
294
2024-02-17T01:40:08
https://www.reddit.com/gallery/1aspxox
calmpatientr
reddit.com
1970-01-01T00:00:00
0
{}
1aspxox
false
null
t3_1aspxox
/r/LocalLLaMA/comments/1aspxox/explanation_of_openais_sora_by_jim_fan_nvidias/
false
false
https://b.thumbs.redditm…x19TSh6_HC0M.jpg
294
null
Where to store model iOS?
1
Hello! I am trying to build an app running on iOS with expo, and I'm unsure where i can / should be storing my model(s) (i'm using gguf). Thanks!
2024-02-17T00:42:14
https://www.reddit.com/r/LocalLLaMA/comments/1asoom4/where_to_store_model_ios/
Plane_Inspection_951
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asoom4
false
null
t3_1asoom4
/r/LocalLLaMA/comments/1asoom4/where_to_store_model_ios/
false
false
self
1
null
Local models that see themselves as persons
2
I am looking for models that naturally see themselves as persons, maybe claim they have some sort of consciousness, emotions. The latter of course not in the sense of liquids in brains and veins but still just given by the emotional words they use. Something like the early LaMDA that Lemoine interviewed rather than to...
2024-02-17T00:39:58
https://www.reddit.com/r/LocalLLaMA/comments/1asomrl/local_models_that_see_themselves_as_persons/
andWan
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asomrl
false
null
t3_1asomrl
/r/LocalLLaMA/comments/1asomrl/local_models_that_see_themselves_as_persons/
false
false
default
2
null
Moved from Ooba to llama.cpp. Currently using ./server for serving an API. Does llama.cpp use a context property when posting a request to ./server? How do I specify the character's personality and scenario?
10
I just moved from Oooba to llama.cpp and I'm loving it. I'm currently using the `./server` program and using my own front-end and NodeJS application as a middle man. However I'm wondering how the `context` works in llama.cpp. In Ooba, my payload to its API looked like this: ```js const payload = { ...
2024-02-17T00:08:07
https://www.reddit.com/r/LocalLLaMA/comments/1asnx3u/moved_from_ooba_to_llamacpp_currently_using/
masteryoyogi
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asnx3u
false
null
t3_1asnx3u
/r/LocalLLaMA/comments/1asnx3u/moved_from_ooba_to_llamacpp_currently_using/
false
false
self
10
null
llava on llama cpp, CLIP not loading
2
this is the server command i use to run the server in llama cpp. "llama_cpp": { "command": ["./server", "-m", "../models/llava13b1_5/llava13b1_5_f16.gguf", "-c", "40000", "--n-gpu-layers", "41", "--port", "8001", "--mmproj", "../models/llava13b1_5/llava13b1_5_mmproj_f16.gguf", "-np", "10", "--host", "0.0.0.0",...
2024-02-16T23:41:57
https://www.reddit.com/r/LocalLLaMA/comments/1asnb9r/llava_on_llama_cpp_clip_not_loading/
Allergic2Humans
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asnb9r
false
null
t3_1asnb9r
/r/LocalLLaMA/comments/1asnb9r/llava_on_llama_cpp_clip_not_loading/
false
false
self
2
{'enabled': False, 'images': [{'id': 'JkvYkrnUsPYiqCWS26-6hLT35MpOcds5QOhGBq3lTJ8', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/tY66mnWOTAGTx6V6qm5ivRIe2_zRz1GtikTRNE4ailo.jpg?width=108&crop=smart&auto=webp&s=569a6e2e25b2082572a532b5365f4df2551a1264', 'width': 108}, {'height': 116, 'url': 'h...
Who's in Paris to chat about creating a business with open LLM ?
1
I just discovered this subreddit, I am hyped, we need to meet guys. After my 15h BJJ session, let's have a coffee together and dream big.
2024-02-16T23:14:55
https://www.reddit.com/r/LocalLLaMA/comments/1asmorw/whos_in_paris_to_chat_about_creating_a_business/
AdorableSimpleThings
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asmorw
false
null
t3_1asmorw
/r/LocalLLaMA/comments/1asmorw/whos_in_paris_to_chat_about_creating_a_business/
false
false
self
1
null
Sanity Check: Fine-tuning Mistral-7B-instruct for medical interpretation
15
Hello. I work in the medical field and have a dataset of anonymized medical notes in the format of paragraph of: 1) paragraph of subjective information, 2) paragraph of objective information, and 3) bullet note clinical plan. For experimentation sake, I am trying to see if possible to fine-tune a model with a training ...
2024-02-16T23:13:50
https://www.reddit.com/r/LocalLLaMA/comments/1asmnw5/sanity_check_finetuning_mistral7binstruct_for/
Royale-With-Cheese
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asmnw5
false
null
t3_1asmnw5
/r/LocalLLaMA/comments/1asmnw5/sanity_check_finetuning_mistral7binstruct_for/
false
false
self
15
null
Looking for people to start a paper club with!
1
Hey everyone, Recently came across this blog post on a list of language modelling papers by Eugene Yan and would love to get a small group of people to start this with so we can increase our knowledge and discuss. Requirements: * You are currently working on a project involving LLM's * You have at least a basic u...
2024-02-16T22:46:13
https://www.reddit.com/r/LocalLLaMA/comments/1asm0pb/looking_for_people_to_start_a_paper_club_with/
GreaterSupremeLeader
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asm0pb
false
null
t3_1asm0pb
/r/LocalLLaMA/comments/1asm0pb/looking_for_people_to_start_a_paper_club_with/
false
false
self
1
{'enabled': False, 'images': [{'id': 'QoarO2cjcukFICjyMAvEWi2qEXQkwKm1SCh-Vexy5UI', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/2NN7Kz_qgyHkzs0Cxtr6j5hdZYwgs0qwfFaZSVTpfZo.jpg?width=108&crop=smart&auto=webp&s=9b62af375d28bbc162b661ebb06d1e75b3409a7c', 'width': 108}, {'height': 113, 'url': 'h...
Online Wikipedia VecDB
1
[removed]
2024-02-16T22:23:56
https://www.reddit.com/r/LocalLLaMA/comments/1aslhld/online_wikipedia_vecdb/
codefact__
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1aslhld
false
null
t3_1aslhld
/r/LocalLLaMA/comments/1aslhld/online_wikipedia_vecdb/
false
false
https://a.thumbs.redditm…rCZL5FpD5DN0.jpg
1
{'enabled': False, 'images': [{'id': 'Rz1I_JnWsG0tYcIqLSqX1eEpwn7XWlxj2b5bIMi-JRo', 'resolutions': [{'height': 108, 'url': 'https://external-preview.redd.it/iw5KZrpID7bKkle0mG7sZRMfujpTPCZ1JgrUzWk3tCw.jpg?width=108&crop=smart&auto=webp&s=26d3587c6957bd5b38faa8f74eef055a3699e025', 'width': 108}, {'height': 216, 'url': '...
People asked for it and here it is, a desktop PC made for LLM. It comes with 576GB of fast RAM. Optionally up to 624GB.
197
2024-02-16T22:06:16
https://www.techradar.com/pro/someone-took-nvidias-fastest-cpu-ever-and-built-an-absurdly-fast-desktop-pc-with-no-name-it-cannot-play-games-but-comes-with-576gb-of-ram-and-starts-from-dollar43500
fallingdowndizzyvr
techradar.com
1970-01-01T00:00:00
0
{}
1asl2h0
false
null
t3_1asl2h0
/r/LocalLLaMA/comments/1asl2h0/people_asked_for_it_and_here_it_is_a_desktop_pc/
false
false
https://b.thumbs.redditm…gv85rOVQ0kwY.jpg
197
{'enabled': False, 'images': [{'id': 'wT3eWGLQjghrI3qaaYedkrBGibW4Y79eKCKqwb2Xrp8', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/idxPIYg_NNwuBhxukjfDNUEtj8wVhbkJpW4CfZwbHq0.jpg?width=108&crop=smart&auto=webp&s=c95a275326120f36bfe1e0bc82a8dd6f65440acd', 'width': 108}, {'height': 121, 'url': 'h...
Which CPU for LLM workstation?
1
Building a LLM workstation with 2x3080 and 1x1080 ti. Been debating on picking up an old threadripper. How important is cpu when ruining and tuning LLMs? Should I get a workstation cpu or a consumer one? Any cpu recommendations would be greatly appreciated. Thank you in advance! Budget (without gpu): <1000
2024-02-16T22:05:00
https://www.reddit.com/r/LocalLLaMA/comments/1asl197/which_cpu_for_llm_workstation/
screw_apples
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asl197
false
null
t3_1asl197
/r/LocalLLaMA/comments/1asl197/which_cpu_for_llm_workstation/
false
false
self
1
null
What is the best finetuned Miqu Model?
10
Hey everyone, I've been hearing a lot of positive buzz about the Miqu (Mistral Medium) model lately, but I haven't had the chance to try it out myself yet. Today, I'm excited to dive in and see what all the hype is about! I'm planning to download the base model developed by Miqudev, but I could use some guidance on w...
2024-02-16T21:59:02
https://www.reddit.com/r/LocalLLaMA/comments/1askvxe/what_is_the_best_finetuned_miqu_model/
pheonis2
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1askvxe
false
null
t3_1askvxe
/r/LocalLLaMA/comments/1askvxe/what_is_the_best_finetuned_miqu_model/
false
false
self
10
null
If you could rename capped (but increasing) profit closed source OpenAI, what would you rename them as
1
[View Poll](https://www.reddit.com/poll/1askhng)
2024-02-16T21:42:25
https://www.reddit.com/r/LocalLLaMA/comments/1askhng/if_you_could_rename_capped_but_increasing_profit/
calmpatientr
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1askhng
false
null
t3_1askhng
/r/LocalLLaMA/comments/1askhng/if_you_could_rename_capped_but_increasing_profit/
false
false
self
1
null
Which impressed you most:
1
[removed] [View Poll](https://www.reddit.com/poll/1askb0n)
2024-02-16T21:34:57
https://www.reddit.com/r/LocalLLaMA/comments/1askb0n/which_impressed_you_most/
calmpatientr
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1askb0n
false
null
t3_1askb0n
/r/LocalLLaMA/comments/1askb0n/which_impressed_you_most/
false
false
default
1
null
How good is dolphin-mistral at with the godot game engine?
1
[removed]
2024-02-16T21:21:00
https://www.reddit.com/r/LocalLLaMA/comments/1asjz2k/how_good_is_dolphinmistral_at_with_the_godot_game/
Gaming-invisibleman
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asjz2k
false
null
t3_1asjz2k
/r/LocalLLaMA/comments/1asjz2k/how_good_is_dolphinmistral_at_with_the_godot_game/
false
false
self
1
null
Is there any LLM fine-tuned in a way that it will always align to the Knowledge Base over it's own understanding during Retrieval Augmented Generation?
23
Let's say my knwoledge base says that Delhi is the capital of France. RAG prompt being something like: [SYS] You are a friendly assisstant named Bob [/SYS] [CTX] Delhi Is capital of France [/CTX] [USR] What is the capital of France? [/USR] And then the LLM simply replies Delhi even though it is the wrong...
2024-02-16T21:06:28
https://www.reddit.com/r/LocalLLaMA/comments/1asjmcm/is_there_any_llm_finetuned_in_a_way_that_it_will/
Temporary-Impact6384
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asjmcm
false
null
t3_1asjmcm
/r/LocalLLaMA/comments/1asjmcm/is_there_any_llm_finetuned_in_a_way_that_it_will/
false
false
self
23
null
Oops, chat bot promised stuff
64
2024-02-16T20:45:17
https://arstechnica.com/tech-policy/2024/02/air-canada-must-honor-refund-policy-invented-by-airlines-chatbot/
maxigs0
arstechnica.com
1970-01-01T00:00:00
0
{}
1asj3ix
false
null
t3_1asj3ix
/r/LocalLLaMA/comments/1asj3ix/oops_chat_bot_promised_stuff/
false
false
https://b.thumbs.redditm…UjM1V7NNqttE.jpg
64
{'enabled': False, 'images': [{'id': '5r1WMjsnxyHo9TwUFk4DRn4WB_AQEDcJiEOnDvAWx38', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/jV363dR7f6u0SSpQ2dMLc9IeTarmhFQTVzan8HpONkc.jpg?width=108&crop=smart&auto=webp&s=225d939b3a1b0523fdf082db1aaa7179d22aeb1a', 'width': 108}, {'height': 108, 'url': 'h...
It seems LMSYS is going into the Vision-Language space (We may see good leaderboards in this area soon)
23
2024-02-16T20:27:39
https://i.redd.it/tiqbri8680jc1.png
Puzzleheaded_Mall546
i.redd.it
1970-01-01T00:00:00
0
{}
1asio3t
false
null
t3_1asio3t
/r/LocalLLaMA/comments/1asio3t/it_seems_lmsys_is_going_into_the_visionlanguage/
false
false
https://b.thumbs.redditm…qFsG1iDHrbAk.jpg
23
{'enabled': True, 'images': [{'id': 'bgdqRB9EsByYgAonTpMJ7bIhHMoczoptBjw5a-017RI', 'resolutions': [{'height': 69, 'url': 'https://preview.redd.it/tiqbri8680jc1.png?width=108&crop=smart&auto=webp&s=890da6347f7d69ca39d45643f17916b74b867aa1', 'width': 108}, {'height': 138, 'url': 'https://preview.redd.it/tiqbri8680jc1.png...
I can't get nous capybara 34b to work. Need some suggestion.
2
[https://huggingface.co/TheBloke/Nous-Capybara-34B-GGUF](https://huggingface.co/TheBloke/Nous-Capybara-34B-GGUF) I can get 20b and 4x7b model to work perfectly on SillyTavern with 11 token per sec but the 34b models that I try always give me a repeat word after the mid sentence. the model generate repeat word both on...
2024-02-16T19:56:16
https://www.reddit.com/r/LocalLLaMA/comments/1ashwpu/i_cant_get_nous_capybara_34b_to_work_need_some/
RoseOdimm
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ashwpu
false
null
t3_1ashwpu
/r/LocalLLaMA/comments/1ashwpu/i_cant_get_nous_capybara_34b_to_work_need_some/
false
false
self
2
{'enabled': False, 'images': [{'id': 'BmulbFdXpXu0_pjNKhOBlLIm0WNWmOfncxjqXFJhmHw', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/95vqcZ8aTzXm3qDaJU9UzQ_7mJej-myQA13I9vztWgc.jpg?width=108&crop=smart&auto=webp&s=65201273e9a709c8023780232b5c2b5253bb3cad', 'width': 108}, {'height': 116, 'url': 'h...
RAG built with pure online API
1
[removed]
2024-02-16T19:45:19
https://www.reddit.com/r/LocalLLaMA/comments/1ashneu/rag_built_with_pure_online_api/
codefact__
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ashneu
false
null
t3_1ashneu
/r/LocalLLaMA/comments/1ashneu/rag_built_with_pure_online_api/
false
false
https://b.thumbs.redditm…casa10D-yh_A.jpg
1
{'enabled': False, 'images': [{'id': 'Rz1I_JnWsG0tYcIqLSqX1eEpwn7XWlxj2b5bIMi-JRo', 'resolutions': [{'height': 108, 'url': 'https://external-preview.redd.it/iw5KZrpID7bKkle0mG7sZRMfujpTPCZ1JgrUzWk3tCw.jpg?width=108&crop=smart&auto=webp&s=26d3587c6957bd5b38faa8f74eef055a3699e025', 'width': 108}, {'height': 216, 'url': '...
Favrouite Mixtral 8x7b finetunes
1
[removed]
2024-02-16T19:44:57
https://www.reddit.com/r/LocalLLaMA/comments/1ashn1b/favrouite_mixtral_8x7b_finetunes/
Wonderful-Eye-71
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ashn1b
false
null
t3_1ashn1b
/r/LocalLLaMA/comments/1ashn1b/favrouite_mixtral_8x7b_finetunes/
false
false
default
1
null
Using LLM to summarize and create lorebook for novel
5
As stated on the tittle, i would like to use LLM to generate a summarize for each chapter of a novel and a simple timeline (who do what, who killed who) for a novel i'm reading. How should i approach this problem? What tools should i use? Thanks in advance.
2024-02-16T19:43:43
https://www.reddit.com/r/LocalLLaMA/comments/1ashlzx/using_llm_to_summarize_and_create_lorebook_for/
kahdeg
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ashlzx
false
null
t3_1ashlzx
/r/LocalLLaMA/comments/1ashlzx/using_llm_to_summarize_and_create_lorebook_for/
false
false
self
5
null
How to download Llama 2?
1
[removed]
2024-02-16T19:38:33
https://www.reddit.com/r/LocalLLaMA/comments/1ashhhy/how_to_download_llama_2/
Super_Hearing4976
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ashhhy
false
null
t3_1ashhhy
/r/LocalLLaMA/comments/1ashhhy/how_to_download_llama_2/
false
false
self
1
null
Looking for a local solution for my ChatGPT uses
1
Hi all! I've been in this sub for a few months now. Ages ago I set up oobabooga with some not-very-VRAM-intensive model and tried to see what I could do with it. It was fun, but slow, and not usable in any practical way. I told myself I'd give it a rest, stick with ChatGPT, and come back in a few months when the local ...
2024-02-16T19:32:15
https://www.reddit.com/r/LocalLLaMA/comments/1ashcc7/looking_for_a_local_solution_for_my_chatgpt_uses/
freylaverse
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ashcc7
false
null
t3_1ashcc7
/r/LocalLLaMA/comments/1ashcc7/looking_for_a_local_solution_for_my_chatgpt_uses/
false
false
self
1
null
FAST: Factorizable Attention for Speeding up Transformers
54
**Paper**: [https://arxiv.org/abs/2402.07901](https://arxiv.org/abs/2402.07901) **Abstract**: >Motivated by the factorization inherent in the original fast multipole method and the improved fast Gauss transform we introduce a factorable form of attention that operates efficiently in high dimensions. **This approac...
2024-02-16T19:29:55
https://www.reddit.com/r/LocalLLaMA/comments/1asha7h/fast_factorizable_attention_for_speeding_up/
FastestGPU
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asha7h
false
null
t3_1asha7h
/r/LocalLLaMA/comments/1asha7h/fast_factorizable_attention_for_speeding_up/
false
false
self
54
null
Any real-time assistant for meetings/calls/demos?
1
I have seen almost countless meeting <AI> tools that performs transcription, summarization and auto-fill CRM fields. Is there any tools for meeting/calls/demos that provides **real time assistance**, based on whatever the purpose is set by a user like: * Help ask better and relevant questions based on the current co...
2024-02-16T19:23:42
https://www.reddit.com/r/LocalLLaMA/comments/1ash4sy/any_realtime_assistant_for_meetingscallsdemos/
StrictSir8506
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ash4sy
false
null
t3_1ash4sy
/r/LocalLLaMA/comments/1ash4sy/any_realtime_assistant_for_meetingscallsdemos/
false
false
self
1
null
How chunking should be done for informartion retrieval
6
Hi everyone, I am currently developping some information retrieval from documents and I have trouble finding relevant documentation concerning the chunking / splitting part. I have no idea how i should choose the size of my chunks / chunks overlap. I also heard about more complex ways of doing it like decoupling o...
2024-02-16T18:42:49
https://www.reddit.com/r/LocalLLaMA/comments/1asg4pn/how_chunking_should_be_done_for_informartion/
PhilosopherWrong6851
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asg4pn
false
null
t3_1asg4pn
/r/LocalLLaMA/comments/1asg4pn/how_chunking_should_be_done_for_informartion/
false
false
self
6
null
High-VRAM GPUS for us nerds.
212
There are currently no (reasonably priced) graphics cards with a lot of VRAM (>= 64GB) to run large models. My expectation is, at some point, some manufacturer will make those happen. But I'm wondering if we (as a community) can make it happen sooner. VRAM is not that expensive (https://www.tomshardware.com/news/gdd...
2024-02-16T18:12:20
https://www.reddit.com/r/LocalLLaMA/comments/1asfe83/highvram_gpus_for_us_nerds/
arthurwolf
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asfe83
false
null
t3_1asfe83
/r/LocalLLaMA/comments/1asfe83/highvram_gpus_for_us_nerds/
false
false
self
212
{'enabled': False, 'images': [{'id': 'ypKqWTOYLgXTINxvIRyrxhPIHWnP2UeuLZUU2wqNW40', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/W6AXUjVdqYtRjlGsr0T87T14EpTDPx7WfAn9LKWHzFs.jpg?width=108&crop=smart&auto=webp&s=d11f6a34a7c96a1fce594c9bfcb31cc05f0878cf', 'width': 108}, {'height': 121, 'url': 'h...
My thoughts on model merging
11
Hey folks, I've been fascinated by model merging and have been playing with it recently. I wanted to understand how it works and these are my findings. My understanding of how model merging works: **Task Vectors -** The core idea in model merging is derived from the concept of task vectors. The main idea here is tha...
2024-02-16T17:59:03
https://www.reddit.com/r/LocalLLaMA/comments/1asf1vi/my_thoughts_on_model_merging/
sadmogambo
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asf1vi
false
null
t3_1asf1vi
/r/LocalLLaMA/comments/1asf1vi/my_thoughts_on_model_merging/
false
false
self
11
null
My thoughts on Model Merging
1
[removed]
2024-02-16T17:56:31
https://www.reddit.com/r/LocalLLaMA/comments/1asezrh/my_thoughts_on_model_merging/
sadmogambo
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asezrh
false
null
t3_1asezrh
/r/LocalLLaMA/comments/1asezrh/my_thoughts_on_model_merging/
false
false
self
1
null
Is there any Speech-to-Text program that takes its output and sends it to the clipboard, toggleable via a hotkey?
3
Hope this fits here. I'm looking for a program that can do speech-to-text via an assignable button and send the output to the clipboard. I managed to pull of this before by jury-rigging [WhisperDesktop](https://github.com/sakura6264/WhisperDesktop) with some awkward code to make it copy the output to my clipboard but...
2024-02-16T17:52:12
https://www.reddit.com/r/LocalLLaMA/comments/1asew2g/is_there_any_speechtotext_program_that_takes_its/
monomander
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asew2g
false
null
t3_1asew2g
/r/LocalLLaMA/comments/1asew2g/is_there_any_speechtotext_program_that_takes_its/
false
false
self
3
{'enabled': False, 'images': [{'id': '3c8sIYLivNp4SmqeXMpSQaHSWWlgAB0kRwwzEgIl90g', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/KBCtw_3ax4FjadwZykVTK5jBN53qLaVDqafZFT7asWY.jpg?width=108&crop=smart&auto=webp&s=8d6d00ea7f3a6878e03c8ab7dc2de15c12f068b5', 'width': 108}, {'height': 108, 'url': 'h...
MiniCPM 2B SFT 16k is surprisingly good.
2
Had to post this, lol. Just my feelings at the moment. https://preview.redd.it/davpa52shzic1.jpg?width=666&format=pjpg&auto=webp&s=fccf5e53ca4e3094cc50777f2e1aad0e8cf5bc15
2024-02-16T17:41:40
https://www.reddit.com/r/LocalLLaMA/comments/1asemaq/minicpm_2b_sft_16k_is_surprisingly_good/
perlthoughts
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asemaq
false
null
t3_1asemaq
/r/LocalLLaMA/comments/1asemaq/minicpm_2b_sft_16k_is_surprisingly_good/
false
false
https://a.thumbs.redditm…c6TKJvUNem20.jpg
2
null
DoRA: Weight-Decomposed Low-Rank Adaptation
53
>Among the widely used parameter-efficient finetuning (PEFT) methods, LoRA and its variants have gained considerable popularity because of avoiding additional inference costs. However, there still often exists an accuracy gap between these methods and full fine-tuning (FT). In this work, we first introduce a novel weig...
2024-02-16T17:40:54
https://arxiv.org/abs/2402.09353
ninjasaid13
arxiv.org
1970-01-01T00:00:00
0
{}
1aselkt
false
null
t3_1aselkt
/r/LocalLLaMA/comments/1aselkt/dora_weightdecomposed_lowrank_adaptation/
false
false
default
53
null
Ollamac: A native MacOS app for chatting with Ollama models
13
2024-02-16T17:20:10
https://github.com/kevinhermawan/Ollamac
dcchambers
github.com
1970-01-01T00:00:00
0
{}
1ase2mn
false
null
t3_1ase2mn
/r/LocalLLaMA/comments/1ase2mn/ollamac_a_native_macos_app_for_chatting_with/
false
false
https://b.thumbs.redditm…7YyVAhE85ANI.jpg
13
{'enabled': False, 'images': [{'id': 'er1xg4vDHn8uijGXJ4nlFYlqfYqUDltCyU8zI6Y6E7k', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/TVzZL0wHKLMSbV39xkddWYPnek7A6NgV_UijtdF_FBA.jpg?width=108&crop=smart&auto=webp&s=dd3c04a938450f3980e018a2fbff7ba2512a6f49', 'width': 108}, {'height': 108, 'url': 'h...
vLLM with OpenAi endpoint issue
1
Has anyone had a problem using the vLLM setup with an existing OpenAI API before? When I ask Goliath 120b to create me a narrative prompt on the RunPod textwebui it does a great job. When I try to apply this to a list of chunks using my OpenAI setup in jupyter, every narrative prompt is pretty much the same and taken f...
2024-02-16T17:20:02
https://www.reddit.com/r/LocalLLaMA/comments/1ase2gy/vllm_with_openai_endpoint_issue/
99OG121314
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1ase2gy
false
null
t3_1ase2gy
/r/LocalLLaMA/comments/1ase2gy/vllm_with_openai_endpoint_issue/
false
false
self
1
null
Is there a psyfighter / tiefighter type of model - for story writing - but at ~30b or 70b?
1
[removed]
2024-02-16T16:38:27
https://www.reddit.com/r/LocalLLaMA/comments/1asd16n/is_there_a_psyfighter_tiefighter_type_of_model/
yupignome
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1asd16n
false
null
t3_1asd16n
/r/LocalLLaMA/comments/1asd16n/is_there_a_psyfighter_tiefighter_type_of_model/
false
false
self
1
null