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
Custom presentation of objects and custom layouts in chat interface
3
I've seen a lot of discussion around custom chat interfaces, but haven't seen much about integrating in a custom presentation of certain types of data without building one from scratch. For example, a google search for "best laptop" will present products in their own special component that is optimized for it, rather ...
2024-01-15T16:46:26
https://www.reddit.com/r/LocalLLaMA/comments/197da8h/custom_presentation_of_objects_and_custom_layouts/
rothnic
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197da8h
false
null
t3_197da8h
/r/LocalLLaMA/comments/197da8h/custom_presentation_of_objects_and_custom_layouts/
false
false
https://a.thumbs.redditm…xy6z5v-uVs-0.jpg
3
null
Quick Q - On GGUF models it lists max RAM required - does this mean VRAM or can it be VRAM + system RAM combined?
1
[removed]
2024-01-15T15:56:26
https://www.reddit.com/r/LocalLLaMA/comments/197c0za/quick_q_on_gguf_models_it_lists_max_ram_required/
Interesting-Light-13
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197c0za
false
null
t3_197c0za
/r/LocalLLaMA/comments/197c0za/quick_q_on_gguf_models_it_lists_max_ram_required/
false
false
self
1
null
There's an way to run model bigger than my GPU memory?
1
[removed]
2024-01-15T15:13:22
https://www.reddit.com/r/LocalLLaMA/comments/197b0hj/theres_an_way_to_run_model_bigger_than_my_gpu/
Massive-Signature849
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197b0hj
false
null
t3_197b0hj
/r/LocalLLaMA/comments/197b0hj/theres_an_way_to_run_model_bigger_than_my_gpu/
false
false
self
1
{'enabled': False, 'images': [{'id': '_clR5lo0uUzBmmOefgsOcrqCYpHgjkxrStKzWLzjtqg', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/71HRL7bDHzSg5fARXgUVzQrb-ddlAEFhDMiNjCqLPcE.jpg?width=108&crop=smart&auto=webp&s=a34a9c017a9872303c87fdbe0bca0b95846bd110', 'width': 108}, {'height': 121, 'url': 'h...
How to properly run Mistral-7B-OpenOrca in llama.cpp?
1
Hello, ​ I'm trying to run [mistral-7b-openorca.Q5\_K\_M.gguf](https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/blob/main/mistral-7b-openorca.Q5_K_M.gguf) (TheBloke's 5-bit quantized model, to be run in CPU), but I don't really know which configuration should I use for llama.cpp, specially since I have...
2024-01-15T15:04:02
https://www.reddit.com/r/LocalLLaMA/comments/197aspx/how_to_properly_run_mistral7bopenorca_in_llamacpp/
Kyonftw
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197aspx
false
null
t3_197aspx
/r/LocalLLaMA/comments/197aspx/how_to_properly_run_mistral7bopenorca_in_llamacpp/
false
false
self
1
{'enabled': False, 'images': [{'id': 'BSrU-JpsBBiJvypZmVjoCeU8uQG2krLp_zott_fCTB8', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/NiT2wfTf1bFa_mt4_c728eEHuKagOULgxiwbiy-iPD4.jpg?width=108&crop=smart&auto=webp&s=722996b223da59fbd1208ee4c97a60d779a335d9', 'width': 108}, {'height': 116, 'url': 'h...
Prompt formatting -why?
13
Can anyone tell me why prompt formats like the alpaca format exist? Doesn't it make more sense to train an LLM to receive a Python dictionary with more structure to it, even though data used to train the LLM is unstructured? If nothing else, wouldn't it make understanding the prompt and location of context ea...
2024-01-15T15:01:13
https://www.reddit.com/r/LocalLLaMA/comments/197aqah/prompt_formatting_why/
BriannaBromell
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197aqah
false
null
t3_197aqah
/r/LocalLLaMA/comments/197aqah/prompt_formatting_why/
false
false
self
13
null
LLAMA-2 sucks, reccomend me the good LLAMA-1 models.
1
LLAMA-2 is full of GPTslop, aving flowery prose and "Happily ever afters", it's great but its the extreme floweryness is too much for me.
2024-01-15T14:46:19
https://www.reddit.com/r/LocalLLaMA/comments/197ae14/llama2_sucks_reccomend_me_the_good_llama1_models/
International-Try467
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197ae14
false
null
t3_197ae14
/r/LocalLLaMA/comments/197ae14/llama2_sucks_reccomend_me_the_good_llama1_models/
false
false
self
1
null
Fine-tuning DeepSeek-MoE-16B with XTuner
12
20GB GPU memory is enough for QLoRA fine-tuning, and 4x80GB for full-parameter fine-tuning. Quick Start git clone https://github.com/InternLM/xtuner.git cd xtuner pip install -e '.[deepspeed]' xtuner train deepseek_moe_16b_chat_qlora_oasst1_e3 --deepspeed deepspeed_zero2 [https://github.com/InternLM/...
2024-01-15T14:44:55
https://www.reddit.com/r/LocalLLaMA/comments/197acx2/finetuning_deepseekmoe16b_with_xtuner/
LZHgrla
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197acx2
false
null
t3_197acx2
/r/LocalLLaMA/comments/197acx2/finetuning_deepseekmoe16b_with_xtuner/
false
false
self
12
{'enabled': False, 'images': [{'id': 'Igx3LkCajYmTX8MDc-TguV6fXT7_PpjEQpr63xjdjk8', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/Vumphxwcmut4zHRc2mkof0RN445RIHzR0bgiHD-RuIM.jpg?width=108&crop=smart&auto=webp&s=32c06df6bcdb7f198074f285e925f7cf60dc53ac', 'width': 108}, {'height': 108, 'url': 'h...
Small model inquiry
1
[removed]
2024-01-15T14:34:17
https://www.reddit.com/r/LocalLLaMA/comments/197a4i2/small_model_inquiry/
Sl33py_4est
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
197a4i2
false
null
t3_197a4i2
/r/LocalLLaMA/comments/197a4i2/small_model_inquiry/
false
false
self
1
null
python errors when trying to load model "TheBloke_Llama-2-7B-Chat-GGML"
1
[removed]
2024-01-15T14:01:47
https://www.reddit.com/r/LocalLLaMA/comments/1979eni/python_errors_when_trying_to_load_model_thebloke/
Individual_Row_9419
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1979eni
false
null
t3_1979eni
/r/LocalLLaMA/comments/1979eni/python_errors_when_trying_to_load_model_thebloke/
false
false
https://b.thumbs.redditm…USt56nz87SVo.jpg
1
null
Possible to add Dutch to Mistral 7B?
1
Right now it looks Mistral 7B is best for English inputs and outputs. For my understanding: is it possible to fine-tune it for another language like Dutch? If so, what would it take? What is needed for that?
2024-01-15T13:24:21
https://www.reddit.com/r/LocalLLaMA/comments/1978nbv/possible_to_add_dutch_to_mistral_7b/
jsmits
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1978nbv
false
null
t3_1978nbv
/r/LocalLLaMA/comments/1978nbv/possible_to_add_dutch_to_mistral_7b/
false
false
self
1
null
Best (and smallest) model for concise answers in Spanish RAG?
7
What would you say is the best and smallest model I could use for a Spanish RAG app? Context window should be around 4k, but output can be quite low, as answers should be as concise as possible, so maybe 512 is enough. I just want it to output the answer to the query as concise as possible. No greetings to the user, n...
2024-01-15T13:24:12
https://www.reddit.com/r/LocalLLaMA/comments/1978n7x/best_and_smallest_model_for_concise_answers_in/
everydayislikefriday
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1978n7x
false
null
t3_1978n7x
/r/LocalLLaMA/comments/1978n7x/best_and_smallest_model_for_concise_answers_in/
false
false
self
7
null
Compliance check on change requests using a local LLM feasible?
1
[removed]
2024-01-15T13:20:51
https://www.reddit.com/r/LocalLLaMA/comments/1978kq8/compliance_check_on_change_requests_using_a_local/
w_60
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1978kq8
false
null
t3_1978kq8
/r/LocalLLaMA/comments/1978kq8/compliance_check_on_change_requests_using_a_local/
false
false
self
1
null
Model with the least amount of GPT in its training?
1
I'm looking for a model that could help me "humanize" GPT written text, like essays report etc. I have tried using dynamic temperature with mixtral\_11bx2\_moe\_19b which is a Yi finetune from what i can tell and even if it's paraphrasing is detectable in most AI detectors, it still gets traced in Winston AI and turnit...
2024-01-15T13:16:16
https://www.reddit.com/r/LocalLLaMA/comments/1978hcl/model_with_the_least_amount_of_gpt_in_its_training/
Exotic-Investment110
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1978hcl
false
null
t3_1978hcl
/r/LocalLLaMA/comments/1978hcl/model_with_the_least_amount_of_gpt_in_its_training/
false
false
self
1
null
Mixtral & AutoGPT?
2
Was anyone ever successful in local AutoGPT connection? I guess Mixtral 8x7B is most powerful local model which can (potentially) work with AutoGPT. So far I was able to connect them via LiteLLM, but it can't parse the response. Any suggestions please? Or is it deadend?
2024-01-15T13:14:20
https://www.reddit.com/r/LocalLLaMA/comments/1978fwx/mixtral_autogpt/
Extender7777
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1978fwx
false
null
t3_1978fwx
/r/LocalLLaMA/comments/1978fwx/mixtral_autogpt/
false
false
self
2
null
Any way to speed up text generation a bit?
1
I'm new to AI, just installed ollama and running dolphin mixtral model. My specs are i3 12100f 64gb RAM and RTX 3060 12GB. The generations seem somewhat slow, definitely not as fast as ChatGPT. Is there a way to optimize output speed, or is this the best I can get from these specs?
2024-01-15T12:26:03
https://www.reddit.com/r/LocalLLaMA/comments/1977kf1/any_way_to_speed_up_text_generation_a_bit/
C_umputer
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1977kf1
false
null
t3_1977kf1
/r/LocalLLaMA/comments/1977kf1/any_way_to_speed_up_text_generation_a_bit/
false
false
self
1
null
Any way to speed up text generation a bit?
1
I'm new to AI, just installed ollama and running dolphin mixtral model. My specs are i3 12100f 64gb RAM and RTX 3060 12GB. The generations seem somewhat slow, definitely not as fast as ChatGPT. Is there a way to optimize output speed, or is this the best I can get from these specs?
2024-01-15T12:26:00
https://www.reddit.com/r/LocalLLaMA/comments/1977kdj/any_way_to_speed_up_text_generation_a_bit/
C_umputer
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1977kdj
false
null
t3_1977kdj
/r/LocalLLaMA/comments/1977kdj/any_way_to_speed_up_text_generation_a_bit/
false
false
self
1
null
Python errors when trying to start up "TheBloke_Llama-2-7B-Chat-GGML" model
1
[removed]
2024-01-15T11:48:27
https://www.reddit.com/r/LocalLLaMA/comments/1976wx7/python_errors_when_trying_to_start_up_thebloke/
Individual_Row_9419
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1976wx7
false
null
t3_1976wx7
/r/LocalLLaMA/comments/1976wx7/python_errors_when_trying_to_start_up_thebloke/
false
false
https://b.thumbs.redditm…v71LR417l3eU.jpg
1
null
Needhelp Want attempt to live translation speech tò speech from italian to English
1
[removed]
2024-01-15T11:32:18
https://www.reddit.com/r/LocalLLaMA/comments/1976not/needhelp_want_attempt_to_live_translation_speech/
Independent-Bill-770
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1976not
false
null
t3_1976not
/r/LocalLLaMA/comments/1976not/needhelp_want_attempt_to_live_translation_speech/
false
false
self
1
{'enabled': False, 'images': [{'id': 'o2lvvObCGbIQAQpF_xwzo73qvbLa1eVCYVhMqA0GLqo', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/yfZbhzb3G3W_rqqHKQs6PQOFbt98jBTSOpopWMPdcIY.jpg?width=108&crop=smart&auto=webp&s=2fff648356ce313159754f43676dc468dcf3cdce', 'width': 108}, {'height': 121, 'url': 'h...
Model loading
1
Hi, I am new with LLMs. Can someone explain me what happens when I run my LLM in terms of offloading "data" to RAM/VRAM. I did my research but I haven't got past loading parameters in RAM...
2024-01-15T11:12:35
https://www.reddit.com/r/LocalLLaMA/comments/1976c1n/model_loading/
reddiamond69
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1976c1n
false
null
t3_1976c1n
/r/LocalLLaMA/comments/1976c1n/model_loading/
false
false
self
1
null
Is Mixtral based on GPT3?
1
Is it hallucinating, or did [Mistral.ai](https://Mistral.ai) use GPT3 as the base? It's very hard to find any info on that because Google just floods me with search results about "Mixtral beating ChatGPT". https://preview.redd.it/105q22bt3lcc1.png?width=1592&format=png&auto=webp&s=9c4b15d70345e7a58119ffef30c4d6116...
2024-01-15T10:53:56
https://www.reddit.com/r/LocalLLaMA/comments/1976166/is_mixtral_based_on_gpt3/
Infinite100p
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1976166
false
null
t3_1976166
/r/LocalLLaMA/comments/1976166/is_mixtral_based_on_gpt3/
false
false
default
1
null
Best Value For Money Option For Local LLM? What to look for in GPU? Bandwidth? Core Speed?
1
I'm looking to build a budget rig to run some local LLMS (small or average ones, 33b max - for now). When i say budget, i don't mean extremely cheap, but i mean the best value for money. I know 24GB vram is enough (i keep renting 3090 and 4090) - but i wanted to ask if 2x gpus with 12gb would do a similar job to a 24...
2024-01-15T10:48:20
https://www.reddit.com/r/LocalLLaMA/comments/1975y8p/best_value_for_money_option_for_local_llm_what_to/
yupignome
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1975y8p
false
null
t3_1975y8p
/r/LocalLLaMA/comments/1975y8p/best_value_for_money_option_for_local_llm_what_to/
false
false
self
1
null
Building a State-of-the-Art Video Summarizer: Part 1 - Semantic Chunking and Building a Chunker
1
Over the last four months, I've been developing a state-of-the-art video summarizer using Large Language Models (LLMs). I have worked on this project. And I can't OSS the model (its clients) but I will share my learnings. This is the first part of a six-part series where I'll share my process and insights, aiming to ...
2024-01-15T10:45:52
https://www.reddit.com/r/LocalLLaMA/comments/1975wza/building_a_stateoftheart_video_summarizer_part_1/
phoneixAdi
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1975wza
false
null
t3_1975wza
/r/LocalLLaMA/comments/1975wza/building_a_stateoftheart_video_summarizer_part_1/
false
false
self
1
{'enabled': False, 'images': [{'id': 'N7OVwHB8guLsgDy_fqqVkjuLvVnhm9RcDTvOZ23Qd6s', 'resolutions': [{'height': 108, 'url': 'https://external-preview.redd.it/3tWbnoRvV-hqwjjSr4TZads428MzgmBave3daB9abjs.jpg?width=108&crop=smart&auto=webp&s=61e0bb401432d762fc29991355db5f4290f92ad2', 'width': 108}], 'source': {'height': 20...
Very very fast inference
1
[removed]
2024-01-15T10:13:42
https://www.reddit.com/r/LocalLLaMA/comments/1975fsy/very_very_fast_inference/
Efficient_Rise_8914
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1975fsy
false
null
t3_1975fsy
/r/LocalLLaMA/comments/1975fsy/very_very_fast_inference/
false
false
self
1
{'enabled': False, 'images': [{'id': 'MyCg_o18bpLOQZPlf9qJzYxuSGNoLgr9CoghRolb0uI', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/YYiqQKwe7D_mg1PKzLewNlCIGJ7Wty24-PURa2-xgts.jpg?width=108&crop=smart&auto=webp&s=1596348342e9308d2caa9be8295df0e069f044e7', 'width': 108}, {'height': 108, 'url': 'h...
Mixtral breaking down/stopping mid sentence.
1
[removed]
2024-01-15T09:40:54
https://www.reddit.com/r/LocalLLaMA/comments/1974yba/mixtral_breaking_downstopping_mid_sentence/
Noxusequal
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1974yba
false
null
t3_1974yba
/r/LocalLLaMA/comments/1974yba/mixtral_breaking_downstopping_mid_sentence/
false
false
self
1
null
Mergekit for newbies
1
[removed]
2024-01-15T09:30:59
https://www.reddit.com/r/LocalLLaMA/comments/1974t8o/mergekit_for_newbies/
ramzeez88
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1974t8o
false
null
t3_1974t8o
/r/LocalLLaMA/comments/1974t8o/mergekit_for_newbies/
false
false
default
1
null
Llama help needed - paid
1
I'm currently developing a chatbot using Llama 2 with 13B parameters, which I have deployed on AWS. However, I'm encountering a challenge: the chatbot isn't delivering responses that are as accurate or intelligent as I need. My goal is for the chatbot to handle a variety of interactions effectively. These include...
2024-01-15T09:28:37
https://www.reddit.com/r/LocalLLaMA/comments/1974rze/llama_help_needed_paid/
ahmedmobinhq
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1974rze
false
null
t3_1974rze
/r/LocalLLaMA/comments/1974rze/llama_help_needed_paid/
false
false
self
1
null
Light GUI to use the LMStudio API?
2
Hi all, I have LMStudio running Mixtral really well on my Windows PC which is pretty beefy, but I want to use it from my laptop which is not powerful at all. I thought that I could access the LMStudio API via a light GUI client on my Windows laptop, but I can't find anything suitable that I can get to work. Has anyone...
2024-01-15T09:13:41
https://www.reddit.com/r/LocalLLaMA/comments/1974kdf/light_gui_to_use_the_lmstudio_api/
x_flashpointy_x
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1974kdf
false
null
t3_1974kdf
/r/LocalLLaMA/comments/1974kdf/light_gui_to_use_the_lmstudio_api/
false
false
self
2
null
Awesome repos and papers about LLM for robotics agents toward AGI
1
[removed]
2024-01-15T09:01:21
https://www.reddit.com/r/LocalLLaMA/comments/1974dwe/awesome_repos_and_papers_about_llm_for_robotics/
Common-Ad-1772
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1974dwe
false
null
t3_1974dwe
/r/LocalLLaMA/comments/1974dwe/awesome_repos_and_papers_about_llm_for_robotics/
false
false
self
1
{'enabled': False, 'images': [{'id': 'mProHVuZuLuw8AmgOwOULZAY_uRglbb1sN7MY1tugYw', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/7KaJok8HJgZ4_YBpvyJZZ7Z4qwvHQB70IwI6gvA_Vmk.jpg?width=108&crop=smart&auto=webp&s=979dac7f3d0ec08154add4c61b5a1f766ed94566', 'width': 108}, {'height': 108, 'url': 'h...
API standards and software using LLMs
5
Let's say I want to make software or a web app that makes 'calls' to LLMs. I want the user to be able to choose to use a web API like ChatGPT, or a local model. Potentially there could be calls to different models for different things. Do current libraries and standards make this feasible? It doesn't need to all be au...
2024-01-15T08:49:32
https://www.reddit.com/r/LocalLLaMA/comments/19747on/api_standards_and_software_using_llms/
EvokerTCG
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
19747on
false
null
t3_19747on
/r/LocalLLaMA/comments/19747on/api_standards_and_software_using_llms/
false
false
self
5
null
Speed difference not matching file size between quants?
4
I was playing around with different quant sizes of a 34B gguf model when I noticed the speeds aren’t matching the file sizes. For example, the Q3_K_M variant gets an average of 19t/s across long and short outputs, while the Q6_K one get an average of 15t/s. The Q6_K is 1.7x in file size, and afaik it’s also roughly t...
2024-01-15T08:46:14
https://www.reddit.com/r/LocalLLaMA/comments/1974614/speed_difference_not_matching_file_size_between/
Tree-Sheep
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1974614
false
null
t3_1974614
/r/LocalLLaMA/comments/1974614/speed_difference_not_matching_file_size_between/
false
false
self
4
null
Are people submitting "Pretrained" models to the LLM Leaderboard even though they are clearly merges to rank higher?
47
2024-01-15T08:27:45
https://i.redd.it/1x024d7fdkcc1.png
soham1996
i.redd.it
1970-01-01T00:00:00
0
{}
1973wax
false
null
t3_1973wax
/r/LocalLLaMA/comments/1973wax/are_people_submitting_pretrained_models_to_the/
false
false
https://b.thumbs.redditm…-7qHkhbEo8TE.jpg
47
{'enabled': True, 'images': [{'id': 'l-EzLZR9E2CG2enTKWnU_p8YZKqxwqfUaw-vzPtMXUM', 'resolutions': [{'height': 33, 'url': 'https://preview.redd.it/1x024d7fdkcc1.png?width=108&crop=smart&auto=webp&s=ed2c78f350859becab00dadc4dec528a454d3899', 'width': 108}, {'height': 67, 'url': 'https://preview.redd.it/1x024d7fdkcc1.png?...
Test Extraction (?) using LLM
1
[removed]
2024-01-15T08:20:10
https://www.reddit.com/r/LocalLLaMA/comments/1973s7e/test_extraction_using_llm/
Different_Star9899
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1973s7e
false
null
t3_1973s7e
/r/LocalLLaMA/comments/1973s7e/test_extraction_using_llm/
false
false
self
1
null
Running CogVLM on Paperspace
1
[removed]
2024-01-15T08:00:14
https://www.reddit.com/r/LocalLLaMA/comments/1973gr8/running_cogvlm_on_paperspace/
Revolutionary_Fan786
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1973gr8
false
null
t3_1973gr8
/r/LocalLLaMA/comments/1973gr8/running_cogvlm_on_paperspace/
false
false
self
1
null
Am I looking at this right
1
[removed]
2024-01-15T07:51:06
https://www.reddit.com/r/LocalLLaMA/comments/1973byf/am_i_looking_at_this_right/
Psychological-Ad5390
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1973byf
false
null
t3_1973byf
/r/LocalLLaMA/comments/1973byf/am_i_looking_at_this_right/
false
false
self
1
null
Merge Large Language Models with mergekit
1
2024-01-15T07:47:34
https://huggingface.co/blog/mlabonne/merge-models
thenameless7741
huggingface.co
1970-01-01T00:00:00
0
{}
1973a4y
false
null
t3_1973a4y
/r/LocalLLaMA/comments/1973a4y/merge_large_language_models_with_mergekit/
false
false
https://b.thumbs.redditm…eM_oxaQt7a8Y.jpg
1
{'enabled': False, 'images': [{'id': 'JNVmzpOzOO2R1d5bXKqIjeJ8U5amNaKk9F3iW2uZGFc', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/eSW37N0mZlrexuwOJyc6mTV2JWJz4At2mbuI97bepcw.jpg?width=108&crop=smart&auto=webp&s=31d672201fd06a214202b7cc09635bbe39ded225', 'width': 108}, {'height': 116, 'url': 'h...
Imported my ChatGPT history since Dec 2022 and continued convos with Mistral
12
2024-01-15T07:38:25
https://v.redd.it/bzs8a6ho3kcc1
NomadicRotator
v.redd.it
1970-01-01T00:00:00
0
{}
19735ct
false
{'reddit_video': {'bitrate_kbps': 5000, 'dash_url': 'https://v.redd.it/bzs8a6ho3kcc1/DASHPlaylist.mpd?a=1707896322%2CMDg0YWY5MGQxZDYxMmY5ODU2MTNiY2U5YTExMDA3ZWYwZWJkOTNmNTJiMDEyNjVhN2ExNGNjZWFhZDhlZDYxNQ%3D%3D&v=1&f=sd', 'duration': 20, 'fallback_url': 'https://v.redd.it/bzs8a6ho3kcc1/DASH_1080.mp4?source=fallback', 'h...
t3_19735ct
/r/LocalLLaMA/comments/19735ct/imported_my_chatgpt_history_since_dec_2022_and/
false
false
https://external-preview…e1d3e307b091ddba
12
{'enabled': False, 'images': [{'id': 'ejEwa2h3czQ0a2NjMfcAPelzeXDa92aZ8P9NBiHskl02vP98Twa5Fm479Zmb', 'resolutions': [{'height': 60, 'url': 'https://external-preview.redd.it/ejEwa2h3czQ0a2NjMfcAPelzeXDa92aZ8P9NBiHskl02vP98Twa5Fm479Zmb.png?width=108&crop=smart&format=pjpg&auto=webp&s=a0dc2c9bc3cbd31201212f22d3215d205fa10...
Beyonder and other 4x7B models producing nonsense at full context
9
Howdy everyone! I read recommendations about Beyonder and wanted to try it out myself for my roleplay. It showed potential on my test chat with no context, however, whenever I try it out in my main story with full context of 32k, it starts producing nonsense (basically, spitting out just one repeating letter, for examp...
2024-01-15T07:33:44
https://www.reddit.com/r/LocalLLaMA/comments/19732vw/beyonder_and_other_4x7b_models_producing_nonsense/
Meryiel
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
19732vw
false
null
t3_19732vw
/r/LocalLLaMA/comments/19732vw/beyonder_and_other_4x7b_models_producing_nonsense/
false
false
self
9
{'enabled': False, 'images': [{'id': 'FDzcZfxxoO2yS0XC1p6W7tYHwOBUcx0Ti3N1DYHxZnQ', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/WNQvVBg9kyMoAtkSw-Hij4WSn4ebW19SjC87HhE9XsU.jpg?width=108&crop=smart&auto=webp&s=6bd4c6240bbc478e2d07d2656ad2f4144795e421', 'width': 108}, {'height': 116, 'url': 'h...
llama.cpp help understanding
4
Does anybody know what the llama.cpp settings should look like? Like what are the parameters that other people are using? I have a 24GB GPU if that helps. The model I am trying to use is [https://huggingface.co/TheBloke/Nous-Capybara-limarpv3-34B-GGUF](https://huggingface.co/TheBloke/Nous-Capybara-limarpv3-34B-GGUF) ...
2024-01-15T07:06:45
https://www.reddit.com/r/LocalLLaMA/comments/1972o43/llamacpp_help_understanding/
426Dimension
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1972o43
false
null
t3_1972o43
/r/LocalLLaMA/comments/1972o43/llamacpp_help_understanding/
false
false
self
4
{'enabled': False, 'images': [{'id': 'mKtAEdfrpsu9vHCQrUA6A9uNLkoN5dgVUorzcwk37ak', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/wmmWelqUoyqhGISagsM2XoJAkGSNp5iaCeS8iQf2Zww.jpg?width=108&crop=smart&auto=webp&s=ee7557c01fe9b0e56bc4d21c89d26f87ac381649', 'width': 108}, {'height': 116, 'url': 'h...
i have some questions on GPTQ and peft...plz help!
1
[removed]
2024-01-15T06:28:27
https://www.reddit.com/r/LocalLLaMA/comments/19721qy/i_have_some_questions_on_gptq_and_peftplz_help/
ko_lIlBrother
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
19721qy
false
null
t3_19721qy
/r/LocalLLaMA/comments/19721qy/i_have_some_questions_on_gptq_and_peftplz_help/
false
false
self
1
null
I Made a Web-based HTML-to-Markdown Converter Because Pages Get Mangled
26
I finally got fed-up bringing HTML and raw text into ChatGPT today and decided to write a converter for myself. It takes raw HTML or a URL (when CORS is cooperating) and converts it into Markdown for copy or download. Use it to make nice clean copy for your LLMs to work from. Hope someone here finds use from it! [http...
2024-01-15T06:26:00
https://www.reddit.com/r/LocalLLaMA/comments/19720di/i_made_a_webbased_htmltomarkdown_converter/
cddelgado
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
19720di
false
null
t3_19720di
/r/LocalLLaMA/comments/19720di/i_made_a_webbased_htmltomarkdown_converter/
false
false
self
26
null
What size models runs on RTX 3060 ti (8GB)?
1
Hi! I’d like to know if I’d be able to run any models (llms or other) on my desktop GPU and which. Thanks!
2024-01-15T06:08:53
https://www.reddit.com/r/LocalLLaMA/comments/1971q6j/what_size_models_runs_on_rtx_3060_ti_8gb/
Desperate_Cookie_759
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1971q6j
false
null
t3_1971q6j
/r/LocalLLaMA/comments/1971q6j/what_size_models_runs_on_rtx_3060_ti_8gb/
false
false
self
1
null
Parameter-Efficient Sparsity Crafting from Dense to Mixture-of-Experts for Instruction Tuning on General Tasks
30
2024-01-15T06:00:08
https://arxiv.org/abs/2401.02731
Aaaaaaaaaeeeee
arxiv.org
1970-01-01T00:00:00
0
{}
1971kdd
false
null
t3_1971kdd
/r/LocalLLaMA/comments/1971kdd/parameterefficient_sparsity_crafting_from_dense/
false
false
default
30
null
Options for running LLMs on laptop - better than ollama
9
I currently use ollama with ollama-webui (which has a look and feel like ChatGPT). It works really well for the most part though can be glitchy at times. There are a lot of features in the webui to make the user experience more pleasant than using the cli. Even using the cli is simple and straightforward. Looking ...
2024-01-15T05:54:03
https://www.reddit.com/r/LocalLLaMA/comments/1971gnm/options_for_running_llms_on_laptop_better_than/
o_rdt
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1971gnm
false
null
t3_1971gnm
/r/LocalLLaMA/comments/1971gnm/options_for_running_llms_on_laptop_better_than/
false
false
self
9
null
COSMO: COntrastive Streamlined MultimOdal Model with Interleaved Pre-Training
11
**Paper**: [https://arxiv.org/abs/2401.00849](https://arxiv.org/abs/2401.00849) **Code**: [https://github.com/showlab/cosmo](https://github.com/showlab/cosmo) **Models**: [https://huggingface.co/Awiny](https://huggingface.co/Awiny) **Dataset**: [https://huggingface.co/datasets/Awiny/Howto-Interlink7M](https://huggin...
2024-01-15T05:43:45
https://www.reddit.com/r/LocalLLaMA/comments/1971a93/cosmo_contrastive_streamlined_multimodal_model/
APaperADay
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1971a93
false
null
t3_1971a93
/r/LocalLLaMA/comments/1971a93/cosmo_contrastive_streamlined_multimodal_model/
false
false
self
11
null
The LLM Serving Engine Showdown
1
2024-01-15T05:38:31
https://friendli.ai/blog/friendli-engine-tensorrt-llm-vllm/
Antique_Battle_4337
friendli.ai
1970-01-01T00:00:00
0
{}
19716xd
false
null
t3_19716xd
/r/LocalLLaMA/comments/19716xd/the_llm_serving_engine_showdown/
false
false
https://b.thumbs.redditm…_480zQUvapqE.jpg
1
{'enabled': False, 'images': [{'id': 'ZUsAsnIcAlxZOOBPi3PVh97vsb4j-fat2OIoKt5sH0E', 'resolutions': [{'height': 59, 'url': 'https://external-preview.redd.it/07ov7qXtwM1CF1AHWzIDG_JCn2VC1EYi3Vcd8OMWhw0.jpg?width=108&crop=smart&auto=webp&s=0c6246ecbbcfa91f7b75448f099064f318ff935b', 'width': 108}, {'height': 119, 'url': 'h...
Merging Mistral with Whisper to make a multimodal model at home on a single GPU
201
It's popular these days to make frankenmodels by merging unrelated LLMs together. I think it's much more interesting to graft non-LLM models onto LLMs to make multimodal models. Here's a guy who did it with Mistral and Whisper, all at home on his 3090! https://paul.mou.dev/posts/2023-12-31-listening-with-llm/
2024-01-15T05:26:57
https://www.reddit.com/r/LocalLLaMA/comments/1970zhf/merging_mistral_with_whisper_to_make_a_multimodal/
modeless
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1970zhf
false
null
t3_1970zhf
/r/LocalLLaMA/comments/1970zhf/merging_mistral_with_whisper_to_make_a_multimodal/
false
false
self
201
null
Common Chat bot UI with multiple agents to interact with in the background
1
[removed]
2024-01-15T05:18:53
https://www.reddit.com/r/LocalLLaMA/comments/1970uah/common_chat_bot_ui_with_multiple_agents_to/
beebrox
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1970uah
false
null
t3_1970uah
/r/LocalLLaMA/comments/1970uah/common_chat_bot_ui_with_multiple_agents_to/
false
false
default
1
null
Any thoughts on Local LLMs that can use the mouse or keyboard?
4
I've noticed that a few companies this year are working on similar projects and was curious if any smaller ones have become available yet. I'm sure it's a little niche at the moment but just the novelty of seeing it in action sounds exciting.
2024-01-15T05:11:36
https://www.reddit.com/r/LocalLLaMA/comments/1970pi9/any_thoughts_on_local_llms_that_can_use_the_mouse/
oversettDenee
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1970pi9
false
null
t3_1970pi9
/r/LocalLLaMA/comments/1970pi9/any_thoughts_on_local_llms_that_can_use_the_mouse/
false
false
self
4
null
Hermes stans, which one are you using?
1
[removed]
2024-01-15T04:46:13
https://i.redd.it/uzeiszbiajcc1.jpeg
Future_Might_8194
i.redd.it
1970-01-01T00:00:00
0
{}
19708c5
false
null
t3_19708c5
/r/LocalLLaMA/comments/19708c5/hermes_stans_which_one_are_you_using/
false
false
https://b.thumbs.redditm…wUJ4nPEGuoxQ.jpg
1
{'enabled': True, 'images': [{'id': 'kfeTzN1SdwynUMa23VAcQuH6RhRJsy2GXvq85ZNGOEM', 'resolutions': [{'height': 60, 'url': 'https://preview.redd.it/uzeiszbiajcc1.jpeg?width=108&crop=smart&auto=webp&s=406af19c735cbf49881f30626cb9cfc89c2bf7f5', 'width': 108}, {'height': 121, 'url': 'https://preview.redd.it/uzeiszbiajcc1.jp...
Generating Training Data for Lora, locally?
3
All the guides I find about generating training data suggest that if you need to automate the process of generating training data, you should use GPT4. I'm wondering if anyone has had any luck getting local LLMs to generate decent training data? If so, what model and process worked best for you? I'm trying this wi...
2024-01-15T03:53:48
https://www.reddit.com/r/LocalLLaMA/comments/196z7mh/generating_training_data_for_lora_locally/
SuperMonkeyCollider
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196z7mh
false
null
t3_196z7mh
/r/LocalLLaMA/comments/196z7mh/generating_training_data_for_lora_locally/
false
false
self
3
null
Do u know this FireAttention. 4x faster than VLLM?
1
[removed]
2024-01-15T03:50:32
https://www.reddit.com/r/LocalLLaMA/comments/196z5ae/do_u_know_this_fireattention_4x_faster_than_vllm/
TranslatorMoist5356
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196z5ae
false
null
t3_196z5ae
/r/LocalLLaMA/comments/196z5ae/do_u_know_this_fireattention_4x_faster_than_vllm/
false
false
self
1
{'enabled': False, 'images': [{'id': '1C83-lMhvsjxBUuSdVab8i7qiP0cBwIUxXnTX9tcj7E', 'resolutions': [{'height': 66, 'url': 'https://external-preview.redd.it/fQlpkiGdmfZyOnwzpGRFWYJlOgBBRaYwOzxNz7z6Yfs.jpg?width=108&crop=smart&auto=webp&s=ce55976b5946a245d890a23e6912d2b09d8a2f6d', 'width': 108}, {'height': 132, 'url': 'h...
Predictable downstream impact of recently announced Nvidia Super GPUs
40
While perhaps underwhelming, the normalization of higher consumer performance 16GB VRAM will create a niche in the ecosystem supporting models somewhat bigger than the 13B that fit within 12GB but clearly smaller than the 30B that require 24GB for comfort. The first models to fill the gap will probably be frankenmerges...
2024-01-15T03:25:27
https://www.reddit.com/r/LocalLLaMA/comments/196ynvw/predictable_downstream_impact_of_recently/
grimjim
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196ynvw
false
null
t3_196ynvw
/r/LocalLLaMA/comments/196ynvw/predictable_downstream_impact_of_recently/
false
false
self
40
null
best value motherboard/cpu/ram for dual 3090 for inference only?
1
[removed]
2024-01-15T03:24:38
https://www.reddit.com/r/LocalLLaMA/comments/196ynck/best_value_motherboardcpuram_for_dual_3090_for/
tessatrigger
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196ynck
false
null
t3_196ynck
/r/LocalLLaMA/comments/196ynck/best_value_motherboardcpuram_for_dual_3090_for/
false
false
self
1
null
recommendations for best-bang-for-buck 2x 3090 for inference only
1
[removed]
2024-01-15T01:55:41
https://www.reddit.com/r/LocalLLaMA/comments/196wuyf/recommendations_for_bestbangforbuck_2x_3090_for/
tessatrigger
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196wuyf
false
null
t3_196wuyf
/r/LocalLLaMA/comments/196wuyf/recommendations_for_bestbangforbuck_2x_3090_for/
false
false
self
1
null
Is preference data more data efficient when the responses are more similar?
3
Existing open DPO datasets typically have rows such that the two responses in each row share little in common. My guess is that data efficiency would be improved if the two responses are similar (example below). Has anyone studied this? Here's an illustrative example. Response A: > Preference data for large language...
2024-01-15T01:39:46
https://www.reddit.com/r/LocalLLaMA/comments/196wj4p/is_preference_data_more_data_efficient_when_the/
hold_my_fish
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196wj4p
false
null
t3_196wj4p
/r/LocalLLaMA/comments/196wj4p/is_preference_data_more_data_efficient_when_the/
false
false
self
3
null
Install NVIDIA Drivers on AWS EC2 Windows Instance
1
[removed]
2024-01-15T00:51:37
https://www.reddit.com/r/LocalLLaMA/comments/196vjco/install_nvidia_drivers_on_aws_ec2_windows_instance/
Lopsided_Dot_4557
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196vjco
false
null
t3_196vjco
/r/LocalLLaMA/comments/196vjco/install_nvidia_drivers_on_aws_ec2_windows_instance/
false
false
self
1
{'enabled': False, 'images': [{'id': '6f3IuS2QGDZVtm9Uv4VjggNCwUQFgVpEYH_42Xm3Gqk', 'resolutions': [{'height': 81, 'url': 'https://external-preview.redd.it/k8tHltNpveHJn5XeElFpZFvmkgMeWvUQMud2CGUP7io.jpg?width=108&crop=smart&auto=webp&s=58df60382a0f4f3376bf8fb748ae2227e15c9f2a', 'width': 108}, {'height': 162, 'url': 'h...
strange mixtral behaviour, not finishing the answer and breaking mid sentence.
1
[removed]
2024-01-15T00:21:41
https://www.reddit.com/r/LocalLLaMA/comments/196uw2s/strange_mixtral_behaviour_not_finishing_the/
Noxusequal
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196uw2s
false
null
t3_196uw2s
/r/LocalLLaMA/comments/196uw2s/strange_mixtral_behaviour_not_finishing_the/
false
false
self
1
null
what is the easiest way to deploy llama2 on cloud??
1
[removed]
2024-01-15T00:11:38
https://www.reddit.com/r/LocalLLaMA/comments/196uo2t/what_is_the_easiest_way_to_deploy_llama2_on_cloud/
murphy12f
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196uo2t
false
null
t3_196uo2t
/r/LocalLLaMA/comments/196uo2t/what_is_the_easiest_way_to_deploy_llama2_on_cloud/
false
false
self
1
null
oobabooga auto-devices uses?
2
Hi there, So I'm assuming auto-devices allows me to use both my gpu and cpu? Would this be recommended since I don't have enough VRAM but I still want to use my gpu? Also what type of models should I be using if I want to use auto-devices? I've been using mainly AWQ models but I never touched on GPTQ or GGUF models. ...
2024-01-14T23:53:37
https://www.reddit.com/r/LocalLLaMA/comments/196u8z8/oobabooga_autodevices_uses/
426Dimension
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196u8z8
false
null
t3_196u8z8
/r/LocalLLaMA/comments/196u8z8/oobabooga_autodevices_uses/
false
false
self
2
null
Local Translation?
1
[removed]
2024-01-14T23:45:41
https://www.reddit.com/r/LocalLLaMA/comments/196u2l2/local_translation/
ninomatsu92
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196u2l2
false
null
t3_196u2l2
/r/LocalLLaMA/comments/196u2l2/local_translation/
false
false
self
1
null
Poll: What is more important: Fast smaller limited models or larger smarter slower models?
8
There is a dichotomy in discussions about the future of inferencing. Is it more important to focus on large LLMs using slower CPU memory or focus on faster more limited GPU memory? Don't take this too seriously. Obviously there are advantages to both and can use both at the same time. I suppose the purpose of the p...
2024-01-14T23:18:49
https://www.reddit.com/r/LocalLLaMA/comments/196tg3o/poll_what_is_more_important_fast_smaller_limited/
danielcar
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196tg3o
false
null
t3_196tg3o
/r/LocalLLaMA/comments/196tg3o/poll_what_is_more_important_fast_smaller_limited/
false
false
self
8
{'enabled': False, 'images': [{'id': 'SxdMLXgS7Wm3wtPRJFMNjpJ9M1qVrEmd4aLTGY1SmSg', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/N68jRiG4IlYA_weU8Zrhj2-zRYKI3fecllX9FBxXdM8.jpg?width=108&crop=smart&auto=webp&s=c8dd0c54b71e0a2be0dadc0f52056a727dc2c592', 'width': 108}, {'height': 113, 'url': 'h...
mixtral 8x7B localy tutorial for dumb people ?
1
[removed]
2024-01-14T22:55:09
https://www.reddit.com/r/LocalLLaMA/comments/196svqw/mixtral_8x7b_localy_tutorial_for_dumb_people/
CommercialBit3465
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196svqw
false
null
t3_196svqw
/r/LocalLLaMA/comments/196svqw/mixtral_8x7b_localy_tutorial_for_dumb_people/
false
false
self
1
null
Enabling GPU for CoquiTTS (Python, through PyTorch)
7
Hi Everyone, sorry if this is slightly off topic but I know that many users use this one as well: I cannot get to use the GPU when enabling the GPU for Coqui TTS. When checking if torch cuda is compiled, I run: torch.cuda.is_available() It returns True Here is what I tried class TTS_custom: def...
2024-01-14T22:42:46
https://www.reddit.com/r/LocalLLaMA/comments/196sl5a/enabling_gpu_for_coquitts_python_through_pytorch/
trexgris
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196sl5a
false
null
t3_196sl5a
/r/LocalLLaMA/comments/196sl5a/enabling_gpu_for_coquitts_python_through_pytorch/
false
false
https://b.thumbs.redditm…DGkXhlYhZTDA.jpg
7
null
Does Amd's 7040 cpu support llama?
1
[removed]
2024-01-14T22:41:40
https://www.reddit.com/r/LocalLLaMA/comments/196sk5s/does_amds_7040_cpu_support_llama/
AdThin8225
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196sk5s
false
null
t3_196sk5s
/r/LocalLLaMA/comments/196sk5s/does_amds_7040_cpu_support_llama/
false
false
self
1
null
Need help with choosing an LLMA / LLaMA
1
[removed]
2024-01-14T22:10:27
https://www.reddit.com/r/LocalLLaMA/comments/196rt10/need_help_with_choosing_an_llma_llama/
CryptoBoiss
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196rt10
false
null
t3_196rt10
/r/LocalLLaMA/comments/196rt10/need_help_with_choosing_an_llma_llama/
false
false
self
1
null
Local image generation models?
2
Are there any local models that are capable of generating images, along the lines of Midjourney though not necessarily as powerful? If none currently exist, are there any development projects that have local image generation capability as their goal? For example, models that can create 2D graphics for Powerpoint-sty...
2024-01-14T21:38:36
https://www.reddit.com/r/LocalLLaMA/comments/196r0q1/local_image_generation_models/
sborowko
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196r0q1
false
null
t3_196r0q1
/r/LocalLLaMA/comments/196r0q1/local_image_generation_models/
false
false
self
2
null
A python package I created for llms application including my own implementation of long short term memory and a web search tool for llm, it supports both Openai-like API or loading local models directly from different formats.
85
[https://github.com/nath1295/LLMPlus](https://github.com/nath1295/LLMPlus) I find Langchain annoying for not letting you set different llms with different generation configurations, so I tried to build my own custom llms to avoid loading local models multiple times when I want to build an agent or tool that uses the s...
2024-01-14T21:27:03
https://www.reddit.com/r/LocalLLaMA/comments/196qqoy/a_python_package_i_created_for_llms_application/
llordnt
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196qqoy
false
null
t3_196qqoy
/r/LocalLLaMA/comments/196qqoy/a_python_package_i_created_for_llms_application/
false
false
self
85
{'enabled': False, 'images': [{'id': 'L2YZcns-AlMP_hziwdFHtjCYh8xolPEfFny-j9JVP_U', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/kyQAMcnanyy3nWIUrkW4cKliNOpObfCs4KbQkAAtm1I.jpg?width=108&crop=smart&auto=webp&s=4aaee4e5b9bd158e94cfca6c6305012082b70708', 'width': 108}, {'height': 108, 'url': 'h...
Best 3B LLM right now?
34
Just curious which ones the best. Is there one thatnis comparable to 7B models or even better?
2024-01-14T20:54:33
https://www.reddit.com/r/LocalLLaMA/comments/196pyap/best_3b_llm_right_now/
headbopper96
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196pyap
false
null
t3_196pyap
/r/LocalLLaMA/comments/196pyap/best_3b_llm_right_now/
false
false
self
34
null
How much does VRAM matter?
8
Hi there! I'm new to LLMs, and currently experimenting with dolphin-mixtral, which is working great on my RTX 2060 Super. I'm considering buying a new GPU for gaming, but in the meantime I'd love to have one that is able to run LLM quicker. I have a hard time finding what GPU to buy (just considering LLM usage, not g...
2024-01-14T20:39:53
https://www.reddit.com/r/LocalLLaMA/comments/196plc8/how_much_does_vram_matter/
NeaZerros
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196plc8
false
null
t3_196plc8
/r/LocalLLaMA/comments/196plc8/how_much_does_vram_matter/
false
false
self
8
null
Can you recommend the right LLM model for my use case that is compatible with a T4 GPU?
2
Hi - I have a llm use case where I want a bot to auto-respond to various users in a group chat application with simple reasoning. The answers would need to be based on the context provided and want to minimize the chances of hallucination. However, our business model doesn't allow for spending more than a $300-400 a ...
2024-01-14T20:33:26
https://www.reddit.com/r/LocalLLaMA/comments/196pfri/can_you_recommend_the_right_llm_model_for_my_use/
m1ss1l3
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196pfri
false
null
t3_196pfri
/r/LocalLLaMA/comments/196pfri/can_you_recommend_the_right_llm_model_for_my_use/
false
false
self
2
null
Is there a text to speech model or api service that supports client streaming?
1
[removed]
2024-01-14T20:21:45
https://www.reddit.com/r/LocalLLaMA/comments/196p5ws/is_there_a_text_to_speech_model_or_api_service/
warycat
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196p5ws
false
null
t3_196p5ws
/r/LocalLLaMA/comments/196p5ws/is_there_a_text_to_speech_model_or_api_service/
false
false
self
1
null
Can someone provide an instruction to run this docker image - ochat/openchat-server
1
I am trying to run this docker image - ochat/openchat-server: [ochat/openchat-server - Docker Image](https://hub.docker.com/r/ochat/openchat-server) and I keep on getting this message - openai\_api\_server.py: error: argument --model: expected one argument
2024-01-14T19:58:02
https://www.reddit.com/r/LocalLLaMA/comments/196olfk/can_someone_provide_an_instruction_to_run_this/
labloke11
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196olfk
false
null
t3_196olfk
/r/LocalLLaMA/comments/196olfk/can_someone_provide_an_instruction_to_run_this/
false
false
self
1
null
LM Studio RX 6900xt does not work when trying to use gpu offload
3
Even with n\_gpu\_layers set to 1 i get the same error. ​ Error: { "cause": "(Exit code: 0). Please try loading the model again. ", "suggestion": "Ensure you have enough available memory to load this model.", "data": { "memory": { "ram\_capacity": "16.71 GB", "ram\_unused": "16.71 GB" }, "gpu": ...
2024-01-14T19:48:39
https://www.reddit.com/r/LocalLLaMA/comments/196odgx/lm_studio_rx_6900xt_does_not_work_when_trying_to/
EpicGamer1337mlg
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196odgx
false
null
t3_196odgx
/r/LocalLLaMA/comments/196odgx/lm_studio_rx_6900xt_does_not_work_when_trying_to/
false
false
self
3
null
Drawing simple insights from tabular data
1
[removed]
2024-01-14T19:11:59
https://www.reddit.com/r/LocalLLaMA/comments/196nisj/drawing_simple_insights_from_tabular_data/
Labanc_
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196nisj
false
null
t3_196nisj
/r/LocalLLaMA/comments/196nisj/drawing_simple_insights_from_tabular_data/
false
false
self
1
{'enabled': False, 'images': [{'id': 'RCFh0Kid3SAqWEkALMGNW1e9Vu6ayZpftekoayP00hY', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/CcTKId6ti1J-bMqj-jlWVD1tyE1LbM9FagmfDfaIVmQ.jpg?width=108&crop=smart&auto=webp&s=b3881e36da92b82c6947f6ca4ff3804ca47f2aea', 'width': 108}, {'height': 113, 'url': 'h...
How to prevent context overflow with llama-cpp-python create_chat_completion?
1
[removed]
2024-01-14T19:02:02
https://www.reddit.com/r/LocalLLaMA/comments/196nadv/how_to_prevent_context_overflow_with/
dr-yd
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196nadv
false
null
t3_196nadv
/r/LocalLLaMA/comments/196nadv/how_to_prevent_context_overflow_with/
false
false
self
1
null
Seeking Help on Open Source Projects with Local ML Models on Mobile Phones
4
I'm currently exploring open-source projects that run local machine learning models on mobile devices. I'm interested in understanding the performance, challenges, and practical applications of these projects. Have any of you tested or worked with such open-source projects on your mobile phones? I would greatly appre...
2024-01-14T19:00:26
https://www.reddit.com/r/LocalLLaMA/comments/196n8tj/seeking_help_on_open_source_projects_with_local/
klei10
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196n8tj
false
null
t3_196n8tj
/r/LocalLLaMA/comments/196n8tj/seeking_help_on_open_source_projects_with_local/
false
false
self
4
null
Llama-cpp-python: Switching back and forth between caches?
1
[removed]
2024-01-14T18:45:07
https://www.reddit.com/r/LocalLLaMA/comments/196mvt6/llamacpppython_switching_back_and_forth_between/
dr-yd
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196mvt6
false
null
t3_196mvt6
/r/LocalLLaMA/comments/196mvt6/llamacpppython_switching_back_and_forth_between/
false
false
self
1
null
Can the iMac M1 2021, 16GB (Model Identifier: iMac21,1) handle LocalLLaMA? Seeking recommendations
1
I’d love to know your advices, recommendations for settings, tweaks, or configurations you found effective, thanks!
2024-01-14T18:33:29
https://www.reddit.com/r/LocalLLaMA/comments/196mm2m/can_the_imac_m1_2021_16gb_model_identifier/
tigerzxzz
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196mm2m
false
null
t3_196mm2m
/r/LocalLLaMA/comments/196mm2m/can_the_imac_m1_2021_16gb_model_identifier/
false
false
self
1
null
#GeminiPro got a long distance to go.....
1
Gemini Pro claiming Phi, Orca LLMs have been created by the big G :)
2024-01-14T18:29:46
https://www.reddit.com/r/LocalLLaMA/comments/196miw3/geminipro_got_a_long_distance_to_go/
puneethmishra
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196miw3
false
null
t3_196miw3
/r/LocalLLaMA/comments/196miw3/geminipro_got_a_long_distance_to_go/
false
false
self
1
null
What do you want to ask your AI personal assistant?
21
Let's get creative! I see a lot of potential in local LLMs, but I want to start testing real ideas. What do you want local LLMs to do for you, even if it sounds far-fetched? What would you want to ask it and have it respond to (preferably coherently haha)? Here's an example I'm working on now: Good morning! I've...
2024-01-14T18:18:25
https://www.reddit.com/r/LocalLLaMA/comments/196m9iy/what_do_you_want_to_ask_your_ai_personal_assistant/
AndrewVeee
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196m9iy
false
null
t3_196m9iy
/r/LocalLLaMA/comments/196m9iy/what_do_you_want_to_ask_your_ai_personal_assistant/
false
false
self
21
null
Question about running multiple GPUs
1
Hello all. I have a new 3090 and a less new 3060. What I'd like to have is: While AI training: Use 3090 for training, 3060 for all other computer tasks. I believe I already heard combining them for training is not possible. While AI inference: Combine both VRAMs/power if possible for LLM and/or image inference, i...
2024-01-14T17:21:43
https://www.reddit.com/r/LocalLLaMA/comments/196kxij/question_about_running_multiple_gpus/
Baphilia
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196kxij
false
null
t3_196kxij
/r/LocalLLaMA/comments/196kxij/question_about_running_multiple_gpus/
false
false
self
1
null
What is the most easy way to finetune a model or change the format?
2
I know this is probably a complex question but I would like to train mistral 7b on various data but im not sure how or if i have the pc power to do so. Im not good with advanced things but is there an easy way to train or change the format of a model because there are some model that i need a gguf version of.
2024-01-14T17:17:31
https://www.reddit.com/r/LocalLLaMA/comments/196ku25/what_is_the_most_easy_way_to_finetune_a_model_or/
Gaming-invisibleman
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196ku25
false
null
t3_196ku25
/r/LocalLLaMA/comments/196ku25/what_is_the_most_easy_way_to_finetune_a_model_or/
false
false
self
2
null
My first fine-tune: mistral-7b-v0.1-GreeceRome-v0.1 for MLX
48
I bought an M2 Mac MacBook last summer in the hopes that we'd be able to use Apple Silicon Macs for LLM training and inference, and with MLX taking off, that time is here 😊 Currently GGUF export isn't supported (but they are working on it) and the pace of new releases has been pretty fast. Until then for all your M...
2024-01-14T16:56:27
https://www.reddit.com/r/LocalLLaMA/comments/196kc6l/my_first_finetune_mistral7bv01greeceromev01_for/
Mbando
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196kc6l
false
null
t3_196kc6l
/r/LocalLLaMA/comments/196kc6l/my_first_finetune_mistral7bv01greeceromev01_for/
false
false
self
48
{'enabled': False, 'images': [{'id': '-kSdZFJSalpqT3sfh5fUsnD-99fKRZ6Tm_kYGe5KDKI', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/BC5lWpe-QcxnsDphiAIXQkkY3kbUaexQMFbcFtRIDTA.jpg?width=108&crop=smart&auto=webp&s=aa96989ceb46b1e79bdcc0380ed921610c6214fd', 'width': 108}, {'height': 116, 'url': 'h...
On the hunt for weirdo LLMs
142
Recently I've been trying to find the weirdest LLMs I can get my hands on: I'm constantly amused by outputs from the occult-trained Mistral-Trismegistus, and ToxicQA occasionally gives me some good, albeit bonkers responses. Has anyone got any suggestions for models trained on things that you really should not be train...
2024-01-14T16:33:38
https://www.reddit.com/r/LocalLLaMA/comments/196jtc2/on_the_hunt_for_weirdo_llms/
McWild20XX
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196jtc2
false
null
t3_196jtc2
/r/LocalLLaMA/comments/196jtc2/on_the_hunt_for_weirdo_llms/
false
false
self
142
null
Fundamental limitations of *current* LMM approaches
2
And possible directions of moving forward. Preface: Recent posts by LeCun and discussion of LMM limitations got me thinking... Here is a quote from one of my favorite authors, Leonid Kaganov, from his article on GMO hysteria: (https://lleo.me/dnevnik/2008/02/26 in Russian tho): "For a brain that lacks a centralized h...
2024-01-14T16:32:01
https://www.reddit.com/r/LocalLLaMA/comments/196jryw/fundamental_limitations_of_current_lmm_approaches/
BalorNG
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196jryw
false
null
t3_196jryw
/r/LocalLLaMA/comments/196jryw/fundamental_limitations_of_current_lmm_approaches/
false
false
self
2
null
Configuring 34B 200K models with lower context length?
8
I've tried out a couple of 34B models, configured with 10.000 context length, but each of them seems to just fall apart after around only 4000 tokens and keep repeating. I've tested for example Nous-Capybara-34B and also Capybara-Tess-Yi-34B-200K-DARE-Ties with the default rope\_freq\_base but both of them behaves b...
2024-01-14T16:15:50
https://www.reddit.com/r/LocalLLaMA/comments/196jelw/configuring_34b_200k_models_with_lower_context/
LombarMill
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196jelw
false
null
t3_196jelw
/r/LocalLLaMA/comments/196jelw/configuring_34b_200k_models_with_lower_context/
false
false
self
8
null
Advice Needed: Can this PC handle LocalLLaMA well?
1
Processor: - Type: AMD Ryzen 5 - Generation: Zen 2 (4th generation) - Model Number: AMD Ryzen 5 4600H - Cores: 6 - Base Frequency: 3 GHz (3,000 MHz) - Boost Frequency: 4 GHz (4,000 MHz) - Cache: 8 MB - Features: Automatic Overclocking, Virtualization Support Memory: - Operational RAM Size: 8 GB - Memory Type: DDR4 - M...
2024-01-14T15:47:59
https://www.reddit.com/r/LocalLLaMA/comments/196is1p/advice_needed_can_this_pc_handle_localllama_well/
tigerzxzz
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196is1p
false
null
t3_196is1p
/r/LocalLLaMA/comments/196is1p/advice_needed_can_this_pc_handle_localllama_well/
false
false
self
1
null
Open-hermes 2.5 is better than GPT-3.5 by my real-world tests, change my mind
167
2024-01-14T15:07:08
https://i.redd.it/eicux9s78fcc1.png
uniformly
i.redd.it
1970-01-01T00:00:00
0
{}
196hvr1
false
null
t3_196hvr1
/r/LocalLLaMA/comments/196hvr1/openhermes_25_is_better_than_gpt35_by_my/
false
false
https://a.thumbs.redditm…aJCOHjvlKWX4.jpg
167
{'enabled': True, 'images': [{'id': 'Q5BwJnCZUbhrfWrA41PmPlQLAs_1HtEEZ72GJdqzwXE', 'resolutions': [{'height': 84, 'url': 'https://preview.redd.it/eicux9s78fcc1.png?width=108&crop=smart&auto=webp&s=b558484c16cb1aea125b8a8cc9694e39c4d463e0', 'width': 108}, {'height': 169, 'url': 'https://preview.redd.it/eicux9s78fcc1.png...
Why are there so few fine tunes of Internlm 20b?
6
There are so many 20B merges, but but not many finetunes of InternLM 20B (I saw one trained with Open Assistant but there are many better datasets now). It seems similar to Yi-34b (2.4 trillion training tokens compared to Yi's 3 Trillion, also mainly in English and Chinese). This model trained on for example capybara w...
2024-01-14T14:18:11
https://www.reddit.com/r/LocalLLaMA/comments/196guzr/why_are_there_so_few_fine_tunes_of_internlm_20b/
QuieselWusul
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196guzr
false
null
t3_196guzr
/r/LocalLLaMA/comments/196guzr/why_are_there_so_few_fine_tunes_of_internlm_20b/
false
false
self
6
{'enabled': False, 'images': [{'id': 'R5mQmu8Q3rlmeSDRygTTvVk06DrXokLYs0q8FD2XXtg', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/B2xa_yz2PCLrimEVMDNuYxRq5KDazYpfeYKkzI3HCU8.jpg?width=108&crop=smart&auto=webp&s=d52104ae44d692fd5743fd300a29e4cfb9fadbb9', 'width': 108}, {'height': 116, 'url': 'h...
Win 11 Laptops for trying out LLMs?
1
What are the sub 1000$ laptops people are using to try out LLMs? I'm presuming some GPU card and at least 16Gb RAM is needed. I don't plan to do custom builds and would prefer to buy something from popular vendors.
2024-01-14T14:17:31
https://www.reddit.com/r/LocalLLaMA/comments/196gujv/win_11_laptops_for_trying_out_llms/
10vatharam
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196gujv
false
null
t3_196gujv
/r/LocalLLaMA/comments/196gujv/win_11_laptops_for_trying_out_llms/
false
false
self
1
null
Is there a way to use large models and some tools to intelligently convert Sketch design drafts into relatively smart CSS + React code?
1
I want to create a tool that converts Sketch files into React + CSS. While CSS can be generated from Sketch layer information through rules, achieving more intelligent DOM layout, CSS naming, and component decomposition for a more perfect reproduction of the design requires a more sophisticated approach. I've tried r...
2024-01-14T14:13:53
https://www.reddit.com/r/LocalLLaMA/comments/196gs27/is_there_a_way_to_use_large_models_and_some_tools/
Suitable-Mastodon542
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196gs27
false
null
t3_196gs27
/r/LocalLLaMA/comments/196gs27/is_there_a_way_to_use_large_models_and_some_tools/
true
false
self
1
null
I have made a Kaggle notebook to run TabbyAPI
6
2024-01-14T13:19:28
https://www.kaggle.com/code/blutiger/tabbyapi/notebook
_BluTiger
kaggle.com
1970-01-01T00:00:00
0
{}
196fpwi
false
null
t3_196fpwi
/r/LocalLLaMA/comments/196fpwi/i_have_made_a_kaggle_notebook_to_run_tabbyapi/
false
false
https://b.thumbs.redditm…UuRwj_VDCmgU.jpg
6
{'enabled': False, 'images': [{'id': 'p15coSqe7L8wApjnVlwASEYE50BcnmvRuPbSVpGUPaM', 'resolutions': [{'height': 108, 'url': 'https://external-preview.redd.it/hIZn74UCUzMss02AeqYwTjjr9Q4P0f4_c6SjRwG_mWM.jpg?width=108&crop=smart&auto=webp&s=b0ef6b067fd0b46d01dc9f262edb560782bc9f2c', 'width': 108}], 'source': {'height': 16...
Any good 3B coding generation models?
5
SLMs like Phi-2 have shown that size doesn't matter (to some extent). So, in the same vein, are there any coding models or phi-2 fine-tunes? I think 3B coding model would be extremely practical since I can have a locally running GitHub copilot.
2024-01-14T12:35:36
https://www.reddit.com/r/LocalLLaMA/comments/196ey54/any_good_3b_coding_generation_models/
Shoddy_Vegetable_115
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196ey54
false
null
t3_196ey54
/r/LocalLLaMA/comments/196ey54/any_good_3b_coding_generation_models/
false
false
self
5
null
Local AI pipeline application
1
[removed]
2024-01-14T12:30:42
https://www.reddit.com/r/LocalLLaMA/comments/196ev5o/local_ai_pipeline_application/
AssistantsLab
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196ev5o
false
null
t3_196ev5o
/r/LocalLLaMA/comments/196ev5o/local_ai_pipeline_application/
false
false
self
1
null
Best vision model for GUI manipulation?
1
[removed]
2024-01-14T12:19:39
https://www.reddit.com/r/LocalLLaMA/comments/196eoeq/best_vision_model_for_gui_manipulation/
Accomplished_Yard636
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196eoeq
false
null
t3_196eoeq
/r/LocalLLaMA/comments/196eoeq/best_vision_model_for_gui_manipulation/
false
false
self
1
null
Exllamav2 performance on cpu only better than llama.cpp?
5
Hi there, I'm currently using llama.cpp on my cpu only machine. I've heard a lot of good things about exllamav2 in terms of performance, just wondering if there will be a noticeable difference when not using a GPU. Anyone ever tried that or uses it with CPU only?
2024-01-14T12:12:31
https://www.reddit.com/r/LocalLLaMA/comments/196ek5w/exllamav2_performance_on_cpu_only_better_than/
Frequent_Valuable_47
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196ek5w
false
null
t3_196ek5w
/r/LocalLLaMA/comments/196ek5w/exllamav2_performance_on_cpu_only_better_than/
false
false
self
5
null
Inference of mamba models in pure C
52
Hoping this lands in llama.cpp! https://github.com/ggerganov/llama.cpp/issues/4353
2024-01-14T11:34:18
https://github.com/kroggen/mamba.c
waxbolt
github.com
1970-01-01T00:00:00
0
{}
196dyov
false
null
t3_196dyov
/r/LocalLLaMA/comments/196dyov/inference_of_mamba_models_in_pure_c/
false
false
https://b.thumbs.redditm…oBdq-E2E0GXQ.jpg
52
{'enabled': False, 'images': [{'id': '1bsBxh1HBhWvPYKmeI-f8w3CuO2Gpo5Z4AYrmHWnge0', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/gH03yXmVa8xvwL2ljTI68Sz3bOocuOay3BUGhvf9vJM.jpg?width=108&crop=smart&auto=webp&s=acfb72d1ae808f6abbf17f419d023281405bcdad', 'width': 108}, {'height': 108, 'url': 'h...
How to compute the GPU memory required for 1 output token
1
[removed]
2024-01-14T11:21:50
https://www.reddit.com/r/LocalLLaMA/comments/196drw9/how_to_compute_the_gpu_memory_required_for_1/
SideShow_Bot
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196drw9
false
null
t3_196drw9
/r/LocalLLaMA/comments/196drw9/how_to_compute_the_gpu_memory_required_for_1/
false
false
self
1
{'enabled': False, 'images': [{'id': 'Xzwqqaz8hxV0vqMKJqbqS7iTkl8aIJPQVFdbT44DXM4', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/xFPlT0_nWReiO652jEs4-REyvgyiovkBI0GDp2BFOm8.jpg?width=108&crop=smart&auto=webp&s=8406da0a31e72fff0ad295cb3f49d1cc49424501', 'width': 108}, {'height': 108, 'url': 'h...
LLMs to call API and use tools.
22
I'm trying to figure out how an LLM that generates text is able to execute commands, call APIs and make use of tools inside apps. I'm guessing there's a secondary program that looks at the outputs of the LLM and that triggers the function/API call or any other capability. Is my understanding right? Also I want to bu...
2024-01-14T11:21:00
https://www.reddit.com/r/LocalLLaMA/comments/196drfh/llms_to_call_api_and_use_tools/
im_datta0
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
196drfh
false
null
t3_196drfh
/r/LocalLLaMA/comments/196drfh/llms_to_call_api_and_use_tools/
false
false
self
22
null
Building a fully local LLM voice assistant to control my smart home
31
2024-01-14T10:43:17
https://johnthenerd.com/blog/local-llm-assistant/
JohnTheNerd3
johnthenerd.com
1970-01-01T00:00:00
0
{}
196d72d
false
null
t3_196d72d
/r/LocalLLaMA/comments/196d72d/building_a_fully_local_llm_voice_assistant_to/
false
false
default
31
null