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
LLM for medical diagnosis
0
Is there an existing LLM that can take a PDF of a patients file and do a medical diagnosis from a limited set of possible conditions and reference appropriate medical literature?
2023-10-09T18:10:49
https://www.reddit.com/r/LocalLLaMA/comments/173yo4n/llm_for_medical_diagnosis/
BalksHamster
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173yo4n
false
null
t3_173yo4n
/r/LocalLLaMA/comments/173yo4n/llm_for_medical_diagnosis/
false
false
self
0
null
Prompt Template for Falcon and Vicuna
2
Where can I find the prompt templates for falcon-7b and vicuna-13b-v1.3?
2023-10-09T17:49:36
https://www.reddit.com/r/LocalLLaMA/comments/173y4zx/prompt_template_for_falcon_and_vicuna/
Awkward_Grab_6189
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173y4zx
false
null
t3_173y4zx
/r/LocalLLaMA/comments/173y4zx/prompt_template_for_falcon_and_vicuna/
false
false
self
2
null
Powerful Models on a Budget: Combining DoReMi Optimization with Synthetic Data
1
Hi Everyone, As has been discussed previously, there have been some exciting results coming out recently with synthetic data. Finally, we have a long term 8x A100, accelerating our open synthetic data research. This is an open research endeavor with the goal of of learning how to use synthetic data to massively incr...
2023-10-09T17:27:54
https://www.reddit.com/r/LocalLLaMA/comments/173xlm7/powerful_models_on_a_budget_combining_doremi/
docsoc1
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173xlm7
false
null
t3_173xlm7
/r/LocalLLaMA/comments/173xlm7/powerful_models_on_a_budget_combining_doremi/
false
false
self
1
null
babyPhi update: Dataset info
14
Hello everyone! Based on the feedback I got on my previous post, I've decided to use other non-textbook data as well. I have collated data from multiples sources (code, math and logic mainly) and you can find it [here](https://huggingface.co/datasets/04RR/tiny-instruct). I have decided to fine-tune facebook/opt-350m a...
2023-10-09T17:09:58
https://www.reddit.com/r/LocalLLaMA/comments/173x5q7/babyphi_update_dataset_info/
Dry_Long3157
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173x5q7
false
null
t3_173x5q7
/r/LocalLLaMA/comments/173x5q7/babyphi_update_dataset_info/
false
false
self
14
{'enabled': False, 'images': [{'id': 'XNZhDwFk4po4kXZ2nDqbO46tUUxBzzdU182zpf5_2EI', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/JTTyP37hsTn3gpqG3y7TN6z19K-8wavYgie9fkgXkXo.jpg?width=108&crop=smart&auto=webp&s=2ae358287dd99926b8886f5e3f9efc523e5b876a', 'width': 108}, {'height': 116, 'url': 'h...
RAG - Knowledge graph schema
3
Hi, i've built me a llamaindex NebulaGraph+Vector RAG. I'm interested if someone knows of a solution/tool or LLM/MTEP model to, in a domain agnostic way, dynamically create a most fitting Graph database schema (edge + tag definitions) based on the analysis of the input data ? (currently i'm only using a simple entity...
2023-10-09T16:37:17
https://www.reddit.com/r/LocalLLaMA/comments/173wcmi/rag_knowledge_graph_schema/
Glat0s
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173wcmi
false
null
t3_173wcmi
/r/LocalLLaMA/comments/173wcmi/rag_knowledge_graph_schema/
false
false
self
3
null
How much GPU do I need?
1
I generated some text using the llama-cpp-python package, and it worked but it runs super slowly (way too slow). I don't have any GPU. I understand that in order to use llama locally, I need to buy some GPU, otherwise it will be too slow. But if I buy it, how do I know if it's the right amount? How much GPU do I need t...
2023-10-09T16:17:47
https://www.reddit.com/r/LocalLLaMA/comments/173vvl1/how_much_gpu_do_i_need/
damc4
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173vvl1
false
null
t3_173vvl1
/r/LocalLLaMA/comments/173vvl1/how_much_gpu_do_i_need/
false
false
self
1
null
Embeddings vs Context
5
Hello, I understand that if our context is too long we should use embeddings and store in vector DB. And using cosine sim to fetch just enough document to fit into the token limit. But for this use case: Prompt : <Text> Given the above text, what gender are you? &#x200B; Below are the text 1. I play netball 2. I ...
2023-10-09T16:05:01
https://www.reddit.com/r/LocalLLaMA/comments/173vk4r/embeddings_vs_context/
Longjumping_Time_639
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173vk4r
false
null
t3_173vk4r
/r/LocalLLaMA/comments/173vk4r/embeddings_vs_context/
false
false
self
5
null
LLMs pretrained model for GEC problems
2
Hi everyone, i want to train a model that can check grammatical and spelling errors, with a dataset of unpopular language (about 149gb of raw text data). However, I have heard from someone that LLMs are not really the best for this problem. I want to know is it true? or not. If it's true, what is the best method for t...
2023-10-09T16:03:58
https://www.reddit.com/r/LocalLLaMA/comments/173vj7g/llms_pretrained_model_for_gec_problems/
con-nguoi-ki-cac
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173vj7g
false
null
t3_173vj7g
/r/LocalLLaMA/comments/173vj7g/llms_pretrained_model_for_gec_problems/
false
false
self
2
null
Which huggingface model is best for creative writing and copywriting? Or is there a better one?
8
The people over at r/selfhosted suggested I post this question here. So, I'm hoping someone can provide some helpful info. For starters, I'm a copywriter. I write high level content for client web pages (no long form stuff). I also write the occasional email from time to time. I was using Claude until they gimped t...
2023-10-09T15:48:41
https://www.reddit.com/r/LocalLLaMA/comments/173v5op/which_huggingface_model_is_best_for_creative/
kaszebe
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173v5op
false
null
t3_173v5op
/r/LocalLLaMA/comments/173v5op/which_huggingface_model_is_best_for_creative/
false
false
self
8
null
New updates of octogen: token generataion speed support
2
2023-10-09T14:54:34
https://i.redd.it/v40s3tiax6tb1.gif
More-Shop9383
i.redd.it
1970-01-01T00:00:00
0
{}
173tu2f
false
null
t3_173tu2f
/r/LocalLLaMA/comments/173tu2f/new_updates_of_octogen_token_generataion_speed/
false
false
https://b.thumbs.redditm…7SaWgzzgFiNA.jpg
2
{'enabled': True, 'images': [{'id': 'JWiIjDksgvrmONjAFJY8443VFfzZCCc0UMGujXkBFQo', 'resolutions': [{'height': 91, 'url': 'https://preview.redd.it/v40s3tiax6tb1.gif?width=108&crop=smart&format=png8&s=c1174ee02c59c48eb20182df2dda6effc8f661a9', 'width': 108}, {'height': 182, 'url': 'https://preview.redd.it/v40s3tiax6tb1.g...
Intro to Semantic Kernel - Part Two
2
2023-10-09T14:44:34
https://blog.brakmic.com/intro-to-semantic-kernel-part-two/
brakmic
blog.brakmic.com
1970-01-01T00:00:00
0
{}
173tlau
false
null
t3_173tlau
/r/LocalLLaMA/comments/173tlau/intro_to_semantic_kernel_part_two/
false
false
default
2
null
Hugging Face community blogpost: 🕳️ Attention Sinks in LLMs for endless fluency (related to StreamingLLM)
78
Hello! This new blogpost on Hugging Face shows some evaluations of the recent StreamingLLM/Attention Sinks approach for inference: [https://huggingface.co/blog/tomaarsen/attention-sinks](https://huggingface.co/blog/tomaarsen/attention-sinks) >**Tl;dr** Using window attention with attention sink tokens allows pretra...
2023-10-09T14:02:47
https://www.reddit.com/r/LocalLLaMA/comments/173slpi/hugging_face_community_blogpost_attention_sinks/
CubieDev
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173slpi
false
null
t3_173slpi
/r/LocalLLaMA/comments/173slpi/hugging_face_community_blogpost_attention_sinks/
false
false
self
78
{'enabled': False, 'images': [{'id': 'cEZLNgxX_Q8PzNJjkFnjdsJOccE-2JnrjSNAzw1PYY0', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/YXaFMJ427b4jC8Xxi-Mg1br9D53sQqQJKrQNTL-mym0.jpg?width=108&crop=smart&auto=webp&s=ab9237256424b43007627cc72d22bf1d2e7e88c4', 'width': 108}, {'height': 116, 'url': 'h...
oobabooga with AMD gpu on Linux loads indefinitely and generate nothing..
3
i'm on Arch Linux, using an AMD RX 5700 XT, i've installed the oobabooga front end correctly and downloaded llama-2-7b-chat.Q4\_K\_M.gguf to use with it. Tried to load it with llama.cpp and while the console output says "successfully loaded the model in 2.07 seconds" it does not work... i basically get instant 100% G...
2023-10-09T13:57:01
https://www.reddit.com/r/LocalLLaMA/comments/173sgjh/oobabooga_with_amd_gpu_on_linux_loads/
rdasf691
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173sgjh
false
null
t3_173sgjh
/r/LocalLLaMA/comments/173sgjh/oobabooga_with_amd_gpu_on_linux_loads/
false
false
self
3
null
LLM hype swings: How is Phi-1-5
1
[removed]
2023-10-09T13:01:55
https://www.reddit.com/r/LocalLLaMA/comments/173r8rn/llm_hype_swings_how_is_phi15/
InterestingBasil
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173r8rn
false
null
t3_173r8rn
/r/LocalLLaMA/comments/173r8rn/llm_hype_swings_how_is_phi15/
false
false
self
1
null
What LLaMa version is best for text extraction tasks? Chat vs non-Chat?
8
I have hundreds of thousands of rows of data that have no uniformity but contain first names, last names, addresses in different formats (all caps, first letter caps, middle initial/no initial, job title/no job title, address or address only). I've tried tons of if / then statements with regex to normalize it. However,...
2023-10-09T12:55:47
https://www.reddit.com/r/LocalLLaMA/comments/173r47q/what_llama_version_is_best_for_text_extraction/
Amazing-Protection87
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173r47q
false
null
t3_173r47q
/r/LocalLLaMA/comments/173r47q/what_llama_version_is_best_for_text_extraction/
false
false
self
8
null
llm-cmd a toolbox commands
2
Hi all ! This weekend I tried making a toolbox with an llm (I tested with the mistral model but we can put other models as arguments). There are only 3 features but I will add more soon. Please give me your opinion, I'm trying to improve my project
2023-10-09T12:36:56
https://github.com/rbourgeat/llm-cmd
krolhm
github.com
1970-01-01T00:00:00
0
{}
173qqf8
false
null
t3_173qqf8
/r/LocalLLaMA/comments/173qqf8/llmcmd_a_toolbox_commands/
false
false
default
2
{'enabled': False, 'images': [{'id': 'ljmEmGeko6BTL1wllC50x8pj7-TayVkbxGdQXxIsryI', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/I1huZBbehRh0xYheayqGRmh2LvOBDMFvpaaZx0rsU4o.jpg?width=108&crop=smart&auto=webp&s=df02e8266aa759ad7763b317b205b72d361dc8ba', 'width': 108}, {'height': 108, 'url': 'h...
Is there a client app available for any of the text generation UI's out there?
4
For example you run oobabooga with -api -listen -multiuser. You copy the API key to an app's configuration and you expose the LLM chats to a user base that has no access to any settings. I really wanna expose this to a couple of friends, but their access to settings makes me feel uneasy. Would truly appreciate if s...
2023-10-09T10:45:18
https://www.reddit.com/r/LocalLLaMA/comments/173oqmm/is_there_a_client_app_available_for_any_of_the/
UltrMgns
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173oqmm
false
null
t3_173oqmm
/r/LocalLLaMA/comments/173oqmm/is_there_a_client_app_available_for_any_of_the/
false
false
self
4
null
Train LLM From Scratch
4
Hello everybody I would like to test small models performance on my private datasets. Is there a gui like text-generation-webgui to train llm from scratch ? if possible i would like to test transformers and retentive networks so the gui should also support retnets.
2023-10-09T10:27:35
https://www.reddit.com/r/LocalLLaMA/comments/173ogqa/train_llm_from_scratch/
idesireawill
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173ogqa
false
null
t3_173ogqa
/r/LocalLLaMA/comments/173ogqa/train_llm_from_scratch/
false
false
self
4
null
Debian + mistral-openorca-7b-q8_0-gguf + REST API (with streaming)
8
Hi dear community, for a client of mine I developed a simple document/knowledge base chat running with a local llm (mistral-openorca-7b-q8\_0-gguf). I'd like to deploy it on a Linux machine. For local testing I used LM Studio to query against a REST api (+ streaming). Now I ask myself what I could use on a debian ma...
2023-10-09T10:08:01
https://www.reddit.com/r/LocalLLaMA/comments/173o64h/debian_mistralopenorca7bq8_0gguf_rest_api_with/
_omid_
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173o64h
false
null
t3_173o64h
/r/LocalLLaMA/comments/173o64h/debian_mistralopenorca7bq8_0gguf_rest_api_with/
false
false
self
8
null
Fine Tuning Mistral 7B on multiple tasks
14
Hello community, A few questions arrived while trying Mistral 7B Instruct and hopefully you could provide some answers. &#x200B; * Fine-Tune multiple abilities * Is there a way to fine tune LLMs with two or more different tasks? * For Example if I want my LLM to be able to have great conversations, but also su...
2023-10-09T10:06:41
https://www.reddit.com/r/LocalLLaMA/comments/173o5dv/fine_tuning_mistral_7b_on_multiple_tasks/
Bene0
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173o5dv
false
null
t3_173o5dv
/r/LocalLLaMA/comments/173o5dv/fine_tuning_mistral_7b_on_multiple_tasks/
false
false
self
14
null
Seeking Feedback - Video Transcript Analysis
1
Hello everyone, I've been a part of this Reddit community for about 6 months and have found immense value in it. Thank you for being such a supportive group! I'm working on a project where I use AI to analyze video transcripts and extract pivotal details, like tone, primary subject, the video's objective, core princi...
2023-10-09T09:58:22
https://www.reddit.com/r/LocalLLaMA/comments/173o0gw/seeking_feedback_video_transcript_analysis/
Toni_rider
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173o0gw
false
null
t3_173o0gw
/r/LocalLLaMA/comments/173o0gw/seeking_feedback_video_transcript_analysis/
false
false
self
1
null
How to evaluate on specific data?
1
[removed]
2023-10-09T09:23:17
https://www.reddit.com/r/LocalLLaMA/comments/173nigw/how_to_evaluate_on_specific_data/
Enkay55
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173nigw
false
null
t3_173nigw
/r/LocalLLaMA/comments/173nigw/how_to_evaluate_on_specific_data/
false
false
self
1
null
Seeking Advice on Training a Custom Language Model (small language models for specific domain)
3
I am completely new to LLMs and I am seeking your advise on how to get started for our project. I am looking to establish a custom trained LLM for a specific domain, one that's small enough to run efficiently on laptops. I'm following the principles of "TinyStories" and "Textbooks are all you need." In particular, ...
2023-10-09T08:54:01
https://www.reddit.com/r/LocalLLaMA/comments/173n2sf/seeking_advice_on_training_a_custom_language/
PewDPAC
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173n2sf
false
null
t3_173n2sf
/r/LocalLLaMA/comments/173n2sf/seeking_advice_on_training_a_custom_language/
false
false
self
3
null
Llama as a classification tool using confidence scores
2
I've been asked to see if it would be possible to use Llama to create a tool that can classify inputs into different categories (e.g. how trustworthy a statement is) and produce a confidence score similar to what you might expect to see from image classification. I'm just getting back into programming and was hoping ...
2023-10-09T08:33:00
https://www.reddit.com/r/LocalLLaMA/comments/173msag/llama_as_a_classification_tool_using_confidence/
T0nytonychoppy
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173msag
false
null
t3_173msag
/r/LocalLLaMA/comments/173msag/llama_as_a_classification_tool_using_confidence/
false
false
self
2
null
Advice on jetson AGX Orin 64gb
14
Hi all! What do you think about the nvidia jetson series? Especially the AGX Orin 64gb? For LLm use? Mostly inference as training will propably need too much computing power.. https://fr.rs-online.com/web/p/modules-de-developpement-pour-processeurs/2539662 https://www.siliconhighwaydirect.com/product-p/900-13701-005...
2023-10-09T07:20:53
https://www.reddit.com/r/LocalLLaMA/comments/173lroh/advice_on_jetson_agx_orin_64gb/
No_Afternoon_4260
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173lroh
false
null
t3_173lroh
/r/LocalLLaMA/comments/173lroh/advice_on_jetson_agx_orin_64gb/
false
false
self
14
null
Noob here, Want help with reading/writing relational DBs.
1
[removed]
2023-10-09T06:30:15
https://www.reddit.com/r/LocalLLaMA/comments/173l05j/noob_here_want_help_with_readingwriting/
youdontknowmeyetxhi
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173l05j
false
null
t3_173l05j
/r/LocalLLaMA/comments/173l05j/noob_here_want_help_with_readingwriting/
false
false
self
1
null
Real-Time Fallacy Detection in Political Debates Using Whisper and LLMs
318
I've developed a tool that serves as a real-time overlay for detecting logical fallacies in political debates. It uses PyQt5 for the UI and Mistral LLM through the API of the text-generation-webui for both audio transcription and logical analysis. The overlay is transparent, making it easy to keep it on top of other w...
2023-10-09T05:09:31
https://www.reddit.com/r/LocalLLaMA/comments/173jqpe/realtime_fallacy_detection_in_political_debates/
onil_gova
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173jqpe
false
null
t3_173jqpe
/r/LocalLLaMA/comments/173jqpe/realtime_fallacy_detection_in_political_debates/
false
false
https://b.thumbs.redditm…RommH3JQvLRE.jpg
318
{'enabled': False, 'images': [{'id': 'V8sUkuCnlPtyDSt8sE7U7_0jkTNlzhUispqiZ323KYs', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/AaMgzwrGMycIvqrtoNNFoB8Zlvqk-aF6rqZryG6zV9w.jpg?width=108&crop=smart&auto=webp&s=49f623b14198eb5c8fb3c6b278343a2eb48a1138', 'width': 108}, {'height': 116, 'url': 'h...
Any LLaMA models optimized for differential diagnosis in medicine?
11
Title, Looking if you can input data or like a differential diagnosis into Llamma and get potential differential
2023-10-09T03:44:24
https://www.reddit.com/r/LocalLLaMA/comments/173ibdy/any_llama_models_optimized_for_differential/
derpgod123
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173ibdy
false
null
t3_173ibdy
/r/LocalLLaMA/comments/173ibdy/any_llama_models_optimized_for_differential/
false
false
self
11
null
Open/Local LLM support for MineDojo/Voyager
6
I saw some recent posts with interest in enabling open/local LLM support for intelligent agents. For those interested, I've committed my repo for a debuggable k8s deployment of [Voyager](https://github.com/spyd3rweb/Voyager): [https://github.com/spyd3rweb/app-voyager](https://github.com/spyd3rweb/app-voyager) This [...
2023-10-09T02:44:26
https://www.reddit.com/r/LocalLLaMA/comments/173h72e/openlocal_llm_support_for_minedojovoyager/
spyderwebab
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173h72e
false
null
t3_173h72e
/r/LocalLLaMA/comments/173h72e/openlocal_llm_support_for_minedojovoyager/
false
false
self
6
{'enabled': False, 'images': [{'id': 'On5UTTTT3MGidULkcBabwFi--HTzjlLUkFA-AqkpHcs', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/LNrcFcaE-txUHyhtEFJIu1BEEV3yhpP87hdmom1Xcr8.jpg?width=108&crop=smart&auto=webp&s=37e9c8c817a4a47dfaab6c25ad5dd9c4625df157', 'width': 108}, {'height': 108, 'url': 'h...
Has Nvidia or AMD or anyone else in the PC world announced that they’re working on a Unified Memory type solution like Apple has?
68
Seems like a huge advantage right now for Apple, is there anything around the corner from the PC world?
2023-10-09T02:22:08
https://www.reddit.com/r/LocalLLaMA/comments/173grgh/has_nvidia_or_amd_or_anyone_else_in_the_pc_world/
IPmang
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173grgh
false
null
t3_173grgh
/r/LocalLLaMA/comments/173grgh/has_nvidia_or_amd_or_anyone_else_in_the_pc_world/
false
false
self
68
null
How to handle summarization of sub-topics using a document after chunking.
1
[removed]
2023-10-09T01:17:31
[deleted]
1970-01-01T00:00:00
0
{}
173fgdr
false
null
t3_173fgdr
/r/LocalLLaMA/comments/173fgdr/how_to_handle_summarization_of_subtopics_using_a/
false
false
default
1
null
How to handle summarization of sub-topics using a document after chunking.
1
[removed]
2023-10-09T01:16:49
https://www.reddit.com/r/LocalLLaMA/comments/173ffx7/how_to_handle_summarization_of_subtopics_using_a/
vile_proxima
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173ffx7
false
null
t3_173ffx7
/r/LocalLLaMA/comments/173ffx7/how_to_handle_summarization_of_subtopics_using_a/
false
false
self
1
null
An explanation of why RAG is needed.
36
I was doing my best to explain why it is useful to argument prompts with additional information and struggled to work around preconceptions of how things work. I encounter many misconceptions, one of the biggest being how 'AI learns'. I felt I made a concept explanation breakthrough by introducing Mr Meeseeks. Look...
2023-10-09T00:03:35
https://i.redd.it/6q7jva1ri2tb1.jpg
MindOrbits
i.redd.it
1970-01-01T00:00:00
0
{}
173dzkz
false
null
t3_173dzkz
/r/LocalLLaMA/comments/173dzkz/an_explanation_of_why_rag_is_needed/
false
false
https://a.thumbs.redditm…atwz64JkxMr0.jpg
36
{'enabled': True, 'images': [{'id': 'txW0tTn424qgxBMeLBa0k8fHyHOx4WyyHw9d60C2xhQ', 'resolutions': [{'height': 195, 'url': 'https://preview.redd.it/6q7jva1ri2tb1.jpg?width=108&crop=smart&auto=webp&s=0ee9aaecffe5a685c1069a679f55ba0efd7a7be8', 'width': 108}, {'height': 391, 'url': 'https://preview.redd.it/6q7jva1ri2tb1.jp...
Has OpenAI Confirmed a Separate Ethics Model as Part of Their Safety Layer?
4
**In trying to get GPT-4 to help me generate lots of negative training data examples, the model told me that OpenAI has a separate ethics model monitoring OpenAI model output.** We've struggled with a variety of alignment training approaches on our FT Falcon-7b model, and so we're trying be iron-clad on "answer-only-f...
2023-10-08T23:37:28
https://www.reddit.com/r/LocalLLaMA/comments/173dfkz/has_openai_confirmed_a_separate_ethics_model_as/
Mbando
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173dfkz
false
null
t3_173dfkz
/r/LocalLLaMA/comments/173dfkz/has_openai_confirmed_a_separate_ethics_model_as/
false
false
self
4
null
Stuck trying to fine tune with multiple GPUs single node using HF Accelerate Lib.
1
Hi, community. I am currently working on fine tuning the LLaMA 2 70B loading it 4bit and using LoRA so QLoRA. I am very stuck. Is there a platform or here where I can hire a consultant for like an hour or two to get me through this hurdle?
2023-10-08T23:13:19
https://www.reddit.com/r/LocalLLaMA/comments/173cwtr/stuck_trying_to_fine_tune_with_multiple_gpus/
nomusichere
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173cwtr
false
null
t3_173cwtr
/r/LocalLLaMA/comments/173cwtr/stuck_trying_to_fine_tune_with_multiple_gpus/
false
false
self
1
null
How to run LLaMa-7b chat as a HTTP endpoint on GCP?
1
I am a beginner, and I want to host the LLaMa-7b chat on GCP which. I don't want to train it, just want to use it from a rest client. Please help me how can I do that.
2023-10-08T22:20:32
https://www.reddit.com/r/LocalLLaMA/comments/173bq77/how_to_run_llama7b_chat_as_a_http_endpoint_on_gcp/
automatic_tomorrow72
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173bq77
false
null
t3_173bq77
/r/LocalLLaMA/comments/173bq77/how_to_run_llama7b_chat_as_a_http_endpoint_on_gcp/
false
false
self
1
null
Requesting feedback on llm/programming build. PCPartPicker link included.
2
I'm relatively uninformed when it comes to the in's and out's of an LLM build, but I need a new computer for work and would like the option to use/test out a local LLM. Initially posted to /r/buildapc and was suggested to post here. I've put together a list for a build I'm considering and would greatly appreciate any...
2023-10-08T22:08:46
https://www.reddit.com/r/LocalLLaMA/comments/173bg67/requesting_feedback_on_llmprogramming_build/
mdroidian
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173bg67
false
null
t3_173bg67
/r/LocalLLaMA/comments/173bg67/requesting_feedback_on_llmprogramming_build/
false
false
self
2
null
How to make BLAS processing fast?
9
I’m using MacBook Pro M1 14” 16 GB RAM, and I’m setting context length around 1280, and AI need approximately 20 seconds when: Processing prompt [ BLAS ] 512 / 1024 Processing prompt [ BLAS ] 1024 / 1024 And then just few seconds to generate 128 tokens. I’m using Koboldcpp, and I have tried some others but the same....
2023-10-08T21:56:35
https://www.reddit.com/r/LocalLLaMA/comments/173b5du/how_to_make_blas_processing_fast/
yukiarimo
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173b5du
false
null
t3_173b5du
/r/LocalLLaMA/comments/173b5du/how_to_make_blas_processing_fast/
false
false
self
9
null
GitHub - microsoft/ToRA: ToRA is a series of Tool-integrated Reasoning LLM Agents designed to solve challenging mathematical reasoning problems by interacting with tools.
34
Can someone inform me about a gguf variant? Please link me to it.
2023-10-08T21:46:18
https://huggingface.co/llm-agents/tora-code-7b-v1.0
Puzzleheaded_Acadia1
huggingface.co
1970-01-01T00:00:00
0
{}
173awqc
false
null
t3_173awqc
/r/LocalLLaMA/comments/173awqc/github_microsofttora_tora_is_a_series_of/
false
false
https://b.thumbs.redditm…Xn2A8QcIjGbg.jpg
34
{'enabled': False, 'images': [{'id': 'KEURx1I4TQtRQskTe3mekFDM1VGOsinfdA6q-4Id_po', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/FqXJ7Rf5grYb2jIL88XupRJwby1SHfsMPnmB3a-Gx00.jpg?width=108&crop=smart&auto=webp&s=439d012450cf2df733819001fd3cc35f5592bcd1', 'width': 108}, {'height': 116, 'url': 'h...
Has anyone tried RAG with smaller models?
8
Just looking for peoples experience with RAG results from various models? I have 4GB vRAM to work with but would like to know about other experience with RAG and results with the smaller end modes?
2023-10-08T21:35:50
https://www.reddit.com/r/LocalLLaMA/comments/173ant0/has_anyone_tried_rag_with_smaller_models/
randomrealname
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
173ant0
false
null
t3_173ant0
/r/LocalLLaMA/comments/173ant0/has_anyone_tried_rag_with_smaller_models/
false
false
self
8
null
I have many questions and I seek answers, please help me.
4
First of all let me define my degenerate goal: Integration of an AI Character into my phone / pc as an "Android assistant & Robot Friend" With the option of it being a streamer as a side job for it. I have seen some projects of people that done similar stuff on YouTube but none are overly informative or I am si...
2023-10-08T20:47:36
https://www.reddit.com/r/LocalLLaMA/comments/1739ih4/i_have_many_questions_and_i_seek_answers_please/
CrimsonRedstone
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1739ih4
false
null
t3_1739ih4
/r/LocalLLaMA/comments/1739ih4/i_have_many_questions_and_i_seek_answers_please/
false
false
self
4
null
New SillyTavern release: 1.10.5
58
2023-10-08T20:41:53
https://github.com/SillyTavern/SillyTavern/releases
WolframRavenwolf
github.com
1970-01-01T00:00:00
0
{}
1739dlr
false
null
t3_1739dlr
/r/LocalLLaMA/comments/1739dlr/new_sillytavern_release_1105/
false
false
https://b.thumbs.redditm…buIffa4kxHqc.jpg
58
{'enabled': False, 'images': [{'id': 'bDW7jyCB5L7RKBwRUqrzWSn3bIb_Szu_GogYRebiCjw', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/tj8OYAHtgushFKKBfbCCyLFmzL7PWZ-Wz8cbqYk-I9E.jpg?width=108&crop=smart&auto=webp&s=f076a50b0d594dc8ba3b2ee703d67664decf1cba', 'width': 108}, {'height': 108, 'url': 'h...
Questions about how training works.
1
Step: 448 {'loss': 0.0007, 'learning\_rate': 9.374999999999999e-05, 'epoch': 15.0} I am training a alpaca format json file with around 300 entries. I am looking at adding information that can be asked and it repeated back from the data I add. What is a good loss and learning rate? Also when I train if I do less tha...
2023-10-08T19:24:47
https://www.reddit.com/r/LocalLLaMA/comments/1737k65/questions_about_how_training_works/
betolley
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1737k65
false
null
t3_1737k65
/r/LocalLLaMA/comments/1737k65/questions_about_how_training_works/
false
false
self
1
null
PDF Tool *in progress
8
I have been working on a PDF Tool that will take apart your PDFs and export the contents as Structured JSON, Tables converted to PNG, and the data from the table placed in an excel file. This is all done with OCR. I think this itself is a lot of what people are looking for in PDF tooling. But, the awesome ne...
2023-10-08T17:21:51
https://www.reddit.com/r/LocalLLaMA/comments/1734mek/pdf_tool_in_progress/
hank-particles-pym
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1734mek
false
null
t3_1734mek
/r/LocalLLaMA/comments/1734mek/pdf_tool_in_progress/
false
false
self
8
null
Uncensored AI Chatbot
0
Hey guys! this is my first reddit post, but i think this is a very interesting AI I came across this from a friend and its called ObscureGPT. it claims to be an uncensored AI model with no morals etc etc. Has anyone tried them out? their server seems to be quite full of people so i hope somebody can tell me if ...
2023-10-08T17:19:14
https://www.reddit.com/r/LocalLLaMA/comments/1734k7g/uncensored_ai_chatbot/
Comfortable-Chart412
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1734k7g
false
null
t3_1734k7g
/r/LocalLLaMA/comments/1734k7g/uncensored_ai_chatbot/
false
false
self
0
null
Is anyone using a quad socket server with DDR3 for GGML/GGUF?
1
Curious what your speeds are and how performance scales with multiple CPU sockets/a whole asston of channels (16) with 48 slots of 2400MHz ram. Asking because 768GB is enough to run Falcon 180B in 32 bit, and in 2400 speed that costs less than $500. A server with four Xeons scoring 11k on [cpubenchmark.net](https://cp...
2023-10-08T17:15:51
https://www.reddit.com/r/LocalLLaMA/comments/1734hfn/is_anyone_using_a_quad_socket_server_with_ddr3/
RottieCumGutter
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1734hfn
false
null
t3_1734hfn
/r/LocalLLaMA/comments/1734hfn/is_anyone_using_a_quad_socket_server_with_ddr3/
false
false
self
1
{'enabled': False, 'images': [{'id': 'wKEUaX_AjKElK73rADrRP6qe6o-GToKYw8-odUFh8yo', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/cN7WjV77n2p4Uq7zCx4_2T0yqNESU5hT0yLrjZWXp6Q.jpg?width=108&crop=smart&auto=webp&s=13f30f9f1de2169a0ebe93ba2aac81dba3426ce0', 'width': 108}, {'height': 113, 'url': 'h...
PDF annotation tool
9
Hi. I am curently working on RAG. I want to chunk the pdf according to paragraphs and to archive that I need a tool which allow me to manually annotate data. Do you know any solution? I checked [label studio](https://labelstud.io/) and [PAWLS](https://github.com/allenai/pawls) but they are terrible for my case.
2023-10-08T16:47:40
https://www.reddit.com/r/LocalLLaMA/comments/1733tlo/pdf_annotation_tool/
AceFromSpaceee
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1733tlo
false
null
t3_1733tlo
/r/LocalLLaMA/comments/1733tlo/pdf_annotation_tool/
false
false
self
9
null
Anyone used Pandalyst yet?
1
Want information on how to use pandalyst for csv QA involving basic aggregations
2023-10-08T16:09:25
https://www.reddit.com/r/LocalLLaMA/comments/1732xe0/anyone_used_pandalyst_yet/
infamous55500
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1732xe0
false
null
t3_1732xe0
/r/LocalLLaMA/comments/1732xe0/anyone_used_pandalyst_yet/
false
false
self
1
null
Japanese-English translation model ALMA-7B-Ja release.
31
I read [article](https://www.reddit.com/r/LocalLLaMA/comments/16p2smj/a_paradigm_shift_in_machine_translation_how_to/) on LocalLLaMA that using the multilingual machine translation model learning paradigm [ALMA](https://browse.arxiv.org/pdf/2309.11674.pdf), even a relatively small model can achieve performance equivale...
2023-10-08T16:04:14
https://www.reddit.com/r/LocalLLaMA/comments/1732t26/japaneseenglish_translation_model_alma7bja_release/
dahara111
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1732t26
false
null
t3_1732t26
/r/LocalLLaMA/comments/1732t26/japaneseenglish_translation_model_alma7bja_release/
false
false
self
31
null
Enterprise scale: Scaling LLama2 13B to achieve high throughput and low latency
26
Is it unrealistic to expect that I can achieve 300K tokens/min throughput and say around 1800 requests/min with LLama2 13B (let alone 70B). I have tried to host with AWS Sagemaker jumpstart endpoint and also was looking at the benchmarks in: [https://huggingface.co/blog/llama-sagemaker-benchmark](https://huggingface....
2023-10-08T15:15:53
https://www.reddit.com/r/LocalLLaMA/comments/1731nrh/enterprise_scale_scaling_llama2_13b_to_achieve/
dataviz123
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1731nrh
false
null
t3_1731nrh
/r/LocalLLaMA/comments/1731nrh/enterprise_scale_scaling_llama2_13b_to_achieve/
false
false
self
26
{'enabled': False, 'images': [{'id': '6GF5SFLQuxM57YUbXvvVb4a8VRrVD6a78kruPuKM9X8', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/7zTJ9OP4lj9WWoZtUPBIhWhZmPUxjsSDv04A1lyPr_o.jpg?width=108&crop=smart&auto=webp&s=972c49520410737c4c5e358d2f062e2585ddb49b', 'width': 108}, {'height': 112, 'url': 'h...
how am I supposed to post at 3am on Monday to get all the upvotes?
1
2023-10-08T15:05:55
https://i.redd.it/77t5gz2ruzsb1.png
Acceptable_Bed7015
i.redd.it
1970-01-01T00:00:00
0
{}
1731ejf
false
null
t3_1731ejf
/r/LocalLLaMA/comments/1731ejf/how_am_i_supposed_to_post_at_3am_on_monday_to_get/
false
false
https://b.thumbs.redditm…W7cijEU4W5aY.jpg
1
{'enabled': True, 'images': [{'id': 'ZYVLd350gbPzHJV3QgkCQRABgqYfFT4DdNQvg-PQn4E', 'resolutions': [{'height': 96, 'url': 'https://preview.redd.it/77t5gz2ruzsb1.png?width=108&crop=smart&auto=webp&s=6e39483b47cdaf68d270797d2f27d6b01c839252', 'width': 108}, {'height': 193, 'url': 'https://preview.redd.it/77t5gz2ruzsb1.png...
serious question about r/LocalLlama users
1
Ran a quick analysis on our community. I have just one question - how am I supposed to post at 3am on Monday to get all the upvotes? https://preview.redd.it/gpsx4y18uzsb1.png?width=1218&format=png&auto=webp&s=e6aa3542423cca3e950ea9a20e8dcc5a5c4428fb
2023-10-08T15:04:19
https://www.reddit.com/r/LocalLLaMA/comments/1731cxz/serious_question_about_rlocalllama_users/
Acceptable_Bed7015
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1731cxz
false
null
t3_1731cxz
/r/LocalLLaMA/comments/1731cxz/serious_question_about_rlocalllama_users/
false
false
https://b.thumbs.redditm…6ryC8WP8ZA5E.jpg
1
null
r/LocalLlama flavor
1
Ran a quick analysis on our community. I have just one question - how am I supposed to post at 3am on Monday to get the upvotes?
2023-10-08T15:01:47
https://www.reddit.com/r/LocalLLaMA/comments/1731ajb/rlocalllama_flavor/
Acceptable_Bed7015
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1731ajb
false
null
t3_1731ajb
/r/LocalLLaMA/comments/1731ajb/rlocalllama_flavor/
false
false
self
1
null
Anyone running LLMs on AMD Firepro S9170 or W9100 ?
6
Please did you or anyone you know manage to run LLM software on one of the following boards? * AMD Firepro S9170 * AMD Firepro W9100 I ask because there are [used 32GB S9170 on sale both in Europe and US for around 150$](https://www.ebay.com/sch/i.html?_from=R40&_sop=15&_blrs=spell_auto_correct&_nkw=AMD%20FirePro%20S...
2023-10-08T14:29:11
https://www.reddit.com/r/LocalLLaMA/comments/1730i7q/anyone_running_llms_on_amd_firepro_s9170_or_w9100/
digital_m0nk
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1730i7q
false
null
t3_1730i7q
/r/LocalLLaMA/comments/1730i7q/anyone_running_llms_on_amd_firepro_s9170_or_w9100/
false
false
self
6
{'enabled': False, 'images': [{'id': 'qMsVSliq1ohSmRuu6VYH_ZjP82O26fImPPhrzU4Za54', 'resolutions': [{'height': 56, 'url': 'https://external-preview.redd.it/SkDnQnGYGmZcIVIBuekH67WpiFJWTEk0AMd-EogjDIY.jpg?width=108&crop=smart&auto=webp&s=5fec005ac1b9e77506d5f7025275d016a7afc9a7', 'width': 108}, {'height': 113, 'url': 'h...
One-bit quantization is a thing now
197
Binarization! https://arxiv.org/abs/2310.00034 Works kinda like AWQ, with identifying "salient" weights and keeping them in high "bitrate", and slashing others down to ones and zeroes. Seems to work provided that total amount of "binarized" model is not too high. Makes me wonder: pretty much most of our "compute har...
2023-10-08T12:24:48
https://www.reddit.com/r/LocalLLaMA/comments/172xwch/onebit_quantization_is_a_thing_now/
BalorNG
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172xwch
false
null
t3_172xwch
/r/LocalLLaMA/comments/172xwch/onebit_quantization_is_a_thing_now/
false
false
self
197
{'enabled': False, 'images': [{'id': 'q3evP6JeDpAC2MdSQHWYxnCYTqbJkElIQsLFqVSdkss', 'resolutions': [{'height': 63, 'url': 'https://external-preview.redd.it/izh8gZHY4FqZ1nwtU1N_TjtohUCNuvTyMn90toXda80.jpg?width=108&crop=smart&auto=webp&s=bc9575b410002edc2df3c5b5b0355fefedc7baa8', 'width': 108}, {'height': 126, 'url': 'h...
PC Build help.. max model size, hardware suggestions, etc
0
My goal is to learn about AI using an existing uncensored model for NSFW roleplaying that I tune by adding custom question answer pairs. Does this build makes sense? Any changes I should consider? If I wanted to save some money, what would I change? Would a 33b model fit comfortably? Is 70b too big for this? Do...
2023-10-08T12:14:10
https://i.redd.it/f3t3dxn60zsb1.jpg
IPmang
i.redd.it
1970-01-01T00:00:00
0
{}
172xpaj
false
null
t3_172xpaj
/r/LocalLLaMA/comments/172xpaj/pc_build_help_max_model_size_hardware_suggestions/
false
false
https://b.thumbs.redditm…fPF0WZxbOLHY.jpg
0
{'enabled': True, 'images': [{'id': 'PSdrXO2zXLSkV6p2y4zQQJA8yvbBVcfCQLG0gcb8Woc', 'resolutions': [{'height': 216, 'url': 'https://preview.redd.it/f3t3dxn60zsb1.jpg?width=108&crop=smart&auto=webp&s=bfac3a1dfc4e8e6372de77bbc0c9817fc90373dd', 'width': 108}, {'height': 432, 'url': 'https://preview.redd.it/f3t3dxn60zsb1.jp...
Is there an Uncensored Mistral 7b chat model?
18
Title
2023-10-08T10:36:49
https://www.reddit.com/r/LocalLLaMA/comments/172w0so/is_there_an_uncensored_mistral_7b_chat_model/
Spirited_Employee_61
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172w0so
false
null
t3_172w0so
/r/LocalLLaMA/comments/172w0so/is_there_an_uncensored_mistral_7b_chat_model/
false
false
self
18
null
Is it possible to do RAG over Mistral 7b 4bits over a CPU 64g ram?
10
Please excuse me for the dumb question. I've been out of practice for a while noa
2023-10-08T10:28:47
https://www.reddit.com/r/LocalLLaMA/comments/172vw9k/is_it_possible_to_do_rag_over_mistral_7b_4bits/
nuketro0p3r
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172vw9k
false
null
t3_172vw9k
/r/LocalLLaMA/comments/172vw9k/is_it_possible_to_do_rag_over_mistral_7b_4bits/
false
false
self
10
null
Seeking Input on Feasibility and Enhancements for an AI Solution for a Mega Project in the Middle East
0
Recently, a colleague connected me with an individual who is spearheading a significant mega project in the Middle East. They have requested that I devise an AI solution to augment various facets of their ambitious endeavor, assuring me that my proposal will be directly presented to a prominent decision-maker in the re...
2023-10-08T09:52:20
https://www.reddit.com/r/LocalLLaMA/comments/172vasj/seeking_input_on_feasibility_and_enhancements_for/
DensetsuNo3
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172vasj
false
null
t3_172vasj
/r/LocalLLaMA/comments/172vasj/seeking_input_on_feasibility_and_enhancements_for/
false
false
self
0
null
Best NSFW Model for a budget laptop
10
I have a 32gb ram, nvidia 2060 6gb vram, i7 9th gen. I run base koboldAI client + TavernAI Tried running Pygmalion-6b (since it got me best results on colab but the model got banned recently) but it's too large and runs out of memory very quickly Any recommendations?
2023-10-08T09:19:36
https://www.reddit.com/r/LocalLLaMA/comments/172usi5/best_nsfw_model_for_a_budget_laptop/
girlslavemaker
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172usi5
false
null
t3_172usi5
/r/LocalLLaMA/comments/172usi5/best_nsfw_model_for_a_budget_laptop/
false
false
nsfw
10
null
GGUF models causing random segmentation fault
1
I use oobabooga and 13B GGUF models. I use a WSL machine with 40 GB RAM and 50 GB of swap memory. It always happens like this: it works fine. The context is not increased or anything. Let's say I'm just REGENERATING, which should mean the context is the same, in the sense there should be no more need for memory if the...
2023-10-08T08:42:03
https://www.reddit.com/r/LocalLLaMA/comments/172u7pc/gguf_models_causing_random_segmentation_fault/
CulturedNiichan
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172u7pc
false
null
t3_172u7pc
/r/LocalLLaMA/comments/172u7pc/gguf_models_causing_random_segmentation_fault/
false
false
self
1
null
Can you compare models with different context size and quantization?
1
Pretty much the title [View Poll](https://www.reddit.com/poll/172u22o)
2023-10-08T08:32:04
https://www.reddit.com/r/LocalLLaMA/comments/172u22o/can_you_compare_models_with_different_context/
upk27
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172u22o
false
null
t3_172u22o
/r/LocalLLaMA/comments/172u22o/can_you_compare_models_with_different_context/
false
false
self
1
null
Can you compare models with different context size and quantization?
1
[removed]
2023-10-08T08:30:58
[deleted]
1970-01-01T00:00:00
0
{}
172u1gk
false
null
t3_172u1gk
/r/LocalLLaMA/comments/172u1gk/can_you_compare_models_with_different_context/
false
false
default
1
null
Model comparison where context size and quantization differ are...
1
[View Poll](https://www.reddit.com/poll/172tyh2)
2023-10-08T08:25:41
https://www.reddit.com/r/LocalLLaMA/comments/172tyh2/model_comparison_where_context_size_and/
upk27
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172tyh2
false
null
t3_172tyh2
/r/LocalLLaMA/comments/172tyh2/model_comparison_where_context_size_and/
false
false
self
1
null
Any long/longer context CodeLlama/WizardCoder?
6
Trying to run locally with open interpreter and for long code files it runs into max context reached error. Was wondering if anyone knew of any longer-ish context models that could be utilized. :)
2023-10-08T07:48:09
https://www.reddit.com/r/LocalLLaMA/comments/172tde7/any_longlonger_context_codellamawizardcoder/
Outrageous-North5318
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172tde7
false
null
t3_172tde7
/r/LocalLLaMA/comments/172tde7/any_longlonger_context_codellamawizardcoder/
false
false
self
6
null
Testing methodologies here
1
2023-10-08T06:14:30
https://i.redd.it/dfkxzzcx7xsb1.png
ultrapcb
i.redd.it
1970-01-01T00:00:00
0
{}
172rwq1
false
null
t3_172rwq1
/r/LocalLLaMA/comments/172rwq1/testing_methodologies_here/
false
false
https://b.thumbs.redditm…yaImvoeLlYgE.jpg
1
{'enabled': True, 'images': [{'id': 'F12wtfQr9nNahMFovYjW5UPuDKe9_BDjDhzgxc2-n70', 'resolutions': [{'height': 60, 'url': 'https://preview.redd.it/dfkxzzcx7xsb1.png?width=108&crop=smart&auto=webp&s=9a307dcfc41d819e2ed4a7d9b4172cd8ceb223bc', 'width': 108}, {'height': 121, 'url': 'https://preview.redd.it/dfkxzzcx7xsb1.png...
Two Commands are all you need : The easiest and most efficient way to run Mistral and many other LLMs on Mac and Linux.
1
[removed]
2023-10-08T05:05:36
https://www.reddit.com/r/LocalLLaMA/comments/172qr9w/two_commands_are_all_you_need_the_easiest_and/
0xPark
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172qr9w
false
null
t3_172qr9w
/r/LocalLLaMA/comments/172qr9w/two_commands_are_all_you_need_the_easiest_and/
false
false
self
1
null
Anybody Know Consistent Image-text Data like GPT-4V, or ways to get data like GPT-4V?
10
I know this might be farfetched, but are there literally any datasets out there with even a little bit of data like gpt-4 V, where the images are consistent and the chat revolves around them?
2023-10-08T04:49:35
https://www.reddit.com/r/LocalLLaMA/comments/172qh3a/anybody_know_consistent_imagetext_data_like_gpt4v/
vatsadev
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172qh3a
false
null
t3_172qh3a
/r/LocalLLaMA/comments/172qh3a/anybody_know_consistent_imagetext_data_like_gpt4v/
false
false
self
10
null
[Help] Training own code to code llama
13
Hi I'm new to the llama ;) I'm trying to train (Fine Tune) my code base to code llama, to using my code base knowledge to generate code generation. Is there are recommended article, materials to follow?
2023-10-08T04:24:40
https://www.reddit.com/r/LocalLLaMA/comments/172q1vn/help_training_own_code_to_code_llama/
Effective-Departure3
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172q1vn
false
null
t3_172q1vn
/r/LocalLLaMA/comments/172q1vn/help_training_own_code_to_code_llama/
false
false
self
13
null
Self-host ChatGPT like AI tools
1
[removed]
2023-10-08T02:53:58
https://www.reddit.com/r/LocalLLaMA/comments/172oddf/selfhost_chatgpt_like_ai_tools/
jay-workai-tools
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172oddf
false
null
t3_172oddf
/r/LocalLLaMA/comments/172oddf/selfhost_chatgpt_like_ai_tools/
false
false
self
1
{'enabled': False, 'images': [{'id': 'BSZ-sH_zwdJFVYGhvfBqrpDYT8X-fsqOgJozVn6CbVs', 'resolutions': [{'height': 108, 'url': 'https://external-preview.redd.it/0oAp-t7-4QhUiK31K_hzjExiBpy7Uu4mvoLRAuwh6LA.jpg?width=108&crop=smart&auto=webp&s=48a01851c333d51f04240c1ef8acb792bfec072e', 'width': 108}, {'height': 216, 'url': '...
Falcon 180B merge qlora script?
5
Can anyone point to a script that merges the qlora to the hf base model on cpu? Will try to upload some gguf to huggingface if that is successful.
2023-10-08T01:09:46
https://www.reddit.com/r/LocalLLaMA/comments/172mapf/falcon_180b_merge_qlora_script/
Aaaaaaaaaeeeee
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172mapf
false
null
t3_172mapf
/r/LocalLLaMA/comments/172mapf/falcon_180b_merge_qlora_script/
false
false
self
5
null
Best Model for Document Layout Analysis and OCR for Textbook-like PDFs?
24
I've been working on a project where I need to perform document layout analysis and OCR on documents that are very similar to textbook PDFs. I'm wondering if anyone can recommend the best models or approaches for accurate text extraction and layout analysis. Are there any specific pre-trained models or tools that have...
2023-10-07T23:32:44
https://www.reddit.com/r/LocalLLaMA/comments/172k9q2/best_model_for_document_layout_analysis_and_ocr/
malicious510
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172k9q2
false
null
t3_172k9q2
/r/LocalLLaMA/comments/172k9q2/best_model_for_document_layout_analysis_and_ocr/
false
false
self
24
null
Best params for coding models??
8
What coding parameters and/or presets have you found that works best for coding models like codellama, wizard coder, glaive coder and other similar models? When loading up, I tend to use the default presets and can get the models to generate code even if the code doesn't work. But I get the sense that with a specific s...
2023-10-07T22:45:22
https://www.reddit.com/r/LocalLLaMA/comments/172j75n/best_params_for_coding_models/
AI_Trenches
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172j75n
false
null
t3_172j75n
/r/LocalLLaMA/comments/172j75n/best_params_for_coding_models/
false
false
self
8
null
LoRA training Gradient Accumulation is NOT replacement for Batch Size + a fancy QUIZ
2
I already wrote about this before. GA is a "hack" if you have potato GPU, it will allow to do more virtual batches. But it's not only NO equivalent to batch size, it degrades the training. So I had a few min to spare, and a set of Emma Lazarus poems grabbed from project guttenberg. I trained 2 LORAS, exact same param...
2023-10-07T22:44:19
https://www.reddit.com/r/LocalLLaMA/comments/172j6b8/lora_training_gradient_accumulation_is_not/
FPham
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172j6b8
false
null
t3_172j6b8
/r/LocalLLaMA/comments/172j6b8/lora_training_gradient_accumulation_is_not/
false
false
self
2
null
Can LoRA add basic math capabilities?
7
I’d like to fine tune a mode like Mistral 7B or llama 2 13b to do units conversions (like inches to cm, do simple divisions, etc. nothing too complex). I’ve seen the base models are bad at this and I want to try to add this knowledge via QLoRA, either with CoT or without (hopefully without). Does anyone know if LoRA ...
2023-10-07T22:33:55
https://www.reddit.com/r/LocalLLaMA/comments/172ixt6/can_lora_add_basic_math_capabilities/
Exotic-Estimate8355
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172ixt6
false
null
t3_172ixt6
/r/LocalLLaMA/comments/172ixt6/can_lora_add_basic_math_capabilities/
false
false
self
7
null
Does anyone know of a software in which I can use LLaVA?
12
Does anyone know of a software in which I can use LLaVA? I want to caption images but I think most generators only take text inputs.
2023-10-07T19:47:26
https://www.reddit.com/r/LocalLLaMA/comments/172f30a/does_anyone_know_of_a_software_in_which_i_can_use/
ninjasaid13
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172f30a
false
null
t3_172f30a
/r/LocalLLaMA/comments/172f30a/does_anyone_know_of_a_software_in_which_i_can_use/
false
false
self
12
null
Jackson Formalizer V2 - text rewriting model
15
(Re-posting because I realized I put wrong instructions on hugginface!) This is apart of my text "rewriting" process. Model instruction: A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: <the t...
2023-10-07T19:47:21
https://www.reddit.com/r/LocalLLaMA/comments/172f2x9/jackson_formalizer_v2_text_rewriting_model/
FPham
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172f2x9
false
null
t3_172f2x9
/r/LocalLLaMA/comments/172f2x9/jackson_formalizer_v2_text_rewriting_model/
false
false
self
15
{'enabled': False, 'images': [{'id': '6wfoFKY-JgkiNxNmz5RnClCi_Gt9_EmfvOWS-PL8YU8', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/qOJS8lb8gUJPwahQHKwyNsOzRzI1_ifvd4eyrocU6s8.jpg?width=108&crop=smart&auto=webp&s=79ae852670d10b0dc2794b33e1ee9be4725b9bad', 'width': 108}, {'height': 116, 'url': 'h...
Uranium1 - mighty 1b model
9
Hi guys! Today I want to tell you about my small project. For some time I've been helping guys from STC (Standard Template Construct Dataset Team). But now I started to do my own project. I'm developing a completely free (like freedom, not like beer) compact and very performant neural network. It's a next generation RN...
2023-10-07T19:18:45
https://www.reddit.com/r/LocalLLaMA/comments/172eg7r/uranium1_mighty_1b_model/
imperiallearner
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172eg7r
false
null
t3_172eg7r
/r/LocalLLaMA/comments/172eg7r/uranium1_mighty_1b_model/
false
false
self
9
{'enabled': False, 'images': [{'id': 'cAovLKxK3LYX0Bo1q6FSt_7ef5QK897Ujl8a4r5pzcc', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/F4-w_FF2azNlBDXJMLOMdVPuredKAiWS3W2yBUOQI0o.jpg?width=108&crop=smart&auto=webp&s=5ace54e4d66a1407d548bf4f61e19b14c9cbcb8a', 'width': 108}, {'height': 108, 'url': 'h...
Jackson The Formalizer V2 (rewriting model)
2
Jackson\_The\_Formalizer\_V2 [https://huggingface.co/FPHam/Jackson\_The\_Formalizer\_V2\_13b\_GPTQ](https://huggingface.co/FPHam/Jackson_The_Formalizer_V2_13b_GPTQ) QPTQ for now (slow uplink - sorry) This is a gradual refinement of my "rewriting" process. And it is nearly what I wanted it to be. It makes a text mo...
2023-10-07T19:08:56
https://www.reddit.com/r/LocalLLaMA/comments/172e85q/jackson_the_formalizer_v2_rewriting_model/
FPham
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172e85q
false
null
t3_172e85q
/r/LocalLLaMA/comments/172e85q/jackson_the_formalizer_v2_rewriting_model/
false
false
self
2
{'enabled': False, 'images': [{'id': '6wfoFKY-JgkiNxNmz5RnClCi_Gt9_EmfvOWS-PL8YU8', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/qOJS8lb8gUJPwahQHKwyNsOzRzI1_ifvd4eyrocU6s8.jpg?width=108&crop=smart&auto=webp&s=79ae852670d10b0dc2794b33e1ee9be4725b9bad', 'width': 108}, {'height': 116, 'url': 'h...
It's been like two months since I was into LLMs, what's the latest fastest best way to run them and which format is the most praised nowadays?
74
Title. I know that in 3 atto seconds there could be a new update but what's the current flavor? :)
2023-10-07T19:02:56
https://www.reddit.com/r/LocalLLaMA/comments/172e31c/its_been_like_two_months_since_i_was_into_llms/
Extraltodeus
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172e31c
false
null
t3_172e31c
/r/LocalLLaMA/comments/172e31c/its_been_like_two_months_since_i_was_into_llms/
false
false
self
74
null
List of GPUs for generative AI and ML [UPDATED]
49
2023-10-07T17:49:11
https://www.edlabs.it/gpus4ai
digital_m0nk
edlabs.it
1970-01-01T00:00:00
0
{}
172cam5
false
null
t3_172cam5
/r/LocalLLaMA/comments/172cam5/list_of_gpus_for_generative_ai_and_ml_updated/
false
false
default
49
null
Text 2 SQL - how to handle country names ?
2
I want to use my LLM to generate SQL queries based on natural language questions. I ve decomposed the task into smaller tasks like finding related tables and columns, then classifying the question by difficulty level, and finally generating the query with few shot prompt. One problematic on which i would like to recei...
2023-10-07T17:31:33
https://www.reddit.com/r/LocalLLaMA/comments/172bvuj/text_2_sql_how_to_handle_country_names/
Bojack-Cowboy
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172bvuj
false
null
t3_172bvuj
/r/LocalLLaMA/comments/172bvuj/text_2_sql_how_to_handle_country_names/
false
false
self
2
null
Updated list of all GPUs for generative AI and ML
1
2023-10-07T17:20:49
https://www.edlabs.it/gpus4ai
digital_m0nk
edlabs.it
1970-01-01T00:00:00
0
{}
172bmiu
false
null
t3_172bmiu
/r/LocalLLaMA/comments/172bmiu/updated_list_of_all_gpus_for_generative_ai_and_ml/
false
false
default
1
null
My Visual Studio Code Extension that acts like a clone of Github Copilot using Local LLMs. Please do give me suggesitons and bug reports in the comments
46
2023-10-07T17:10:25
https://github.com/Phiality-dot/KoboldAIConnect-VSCODE/tree/Release
gmodaltmega
github.com
1970-01-01T00:00:00
0
{}
172bdhl
false
null
t3_172bdhl
/r/LocalLLaMA/comments/172bdhl/my_visual_studio_code_extension_that_acts_like_a/
false
false
https://b.thumbs.redditm…QKL-uqt1iZWc.jpg
46
{'enabled': False, 'images': [{'id': 'uEd_kL1bnaBKLhpy2iLUHxIZXieMg5E7AeXR46zhiTw', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/o5CDl4mcYy0Wky-HTdyFjc7kplPwGlJdG5Xxv4pwj6k.jpg?width=108&crop=smart&auto=webp&s=e68be37d09ed426ea405b3cedd9ccd68bc4b5d10', 'width': 108}, {'height': 108, 'url': 'h...
Error while loading Mistral 7B OpenOrca model using Exllama.
1
I am trying to load the Mistral 7B OpenOrca model using exllama. It is the 4bit quantized version from TheBloke. I never had any problems loading compatible models with exllama. After hearing how capable this model is I really wanted to try it, but this error is putting me off. How do I solve this? https://preview.re...
2023-10-07T17:06:50
https://www.reddit.com/r/LocalLLaMA/comments/172baj7/error_while_loading_mistral_7b_openorca_model/
Rude_Alternative_216
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172baj7
false
null
t3_172baj7
/r/LocalLLaMA/comments/172baj7/error_while_loading_mistral_7b_openorca_model/
false
false
https://b.thumbs.redditm…XwL6hw1rH4iI.jpg
1
null
LLM Pro/Serious Use Comparison/Test: From 7B to 70B vs. ChatGPT!
219
While I'm known for my model comparisons/tests focusing on chat and roleplay, this time it's about professional/serious use. And because of the current 7B hype since Mistral's release, I'll evaluate models from 7B to 70B. **Background:** At work, we have to regularly complete data protection training, including an on...
2023-10-07T16:33:26
https://www.reddit.com/r/LocalLLaMA/comments/172ai2j/llm_proserious_use_comparisontest_from_7b_to_70b/
WolframRavenwolf
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172ai2j
false
null
t3_172ai2j
/r/LocalLLaMA/comments/172ai2j/llm_proserious_use_comparisontest_from_7b_to_70b/
false
false
self
219
{'enabled': False, 'images': [{'id': '2g4MtoKvhQOBCmeiXB1qv1h_5M24BeeYF64zcf4-rfg', 'resolutions': [{'height': 142, 'url': 'https://external-preview.redd.it/0z4RbV35RPDd2wqL6Oyz-uwz9kKNBAH0ePojGplYP2M.jpg?width=108&crop=smart&auto=webp&s=bbe38cbb6d4f7a7e6dd7d3c8b79c4ac9ba965545', 'width': 108}, {'height': 284, 'url': '...
LLaVA-1.5 7B and 13B released: Improved Baselines with Visual Instruction Tuning
63
This is different from LLaVA-RLHF that was shared three days ago. They report the LLaVA-1.5 13B model as SoTA across 11 benchmarks, outperforming the other top contenders including IDEFICS-80B, InstructBLIP, and Qwen-VL-Chat. Their page has a demo and some interesting examples: [https://llava-vl.github.io/](https://lla...
2023-10-07T16:19:53
https://www.reddit.com/r/LocalLLaMA/comments/172a6t8/llava15_7b_and_13b_released_improved_baselines/
llamaShill
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172a6t8
false
null
t3_172a6t8
/r/LocalLLaMA/comments/172a6t8/llava15_7b_and_13b_released_improved_baselines/
false
false
https://b.thumbs.redditm…khTgR7iixpRo.jpg
63
null
StreamingLLM
1
[removed]
2023-10-07T15:58:18
https://www.reddit.com/r/LocalLLaMA/comments/1729p0z/streamingllm/
InterestingBasil
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1729p0z
false
null
t3_1729p0z
/r/LocalLLaMA/comments/1729p0z/streamingllm/
false
false
self
1
{'enabled': False, 'images': [{'id': 'oRy850BUX5nePIVoeQrJj1kSN54ZmGrIiZxzEZHNZB8', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/GhnyGW24JZnngoG_hnLvUjo4j5Dt55w_641nmA7ibqI.jpg?width=108&crop=smart&auto=webp&s=1e3d0d320d825f446424d6a4c7016c5e4b31ab8a', 'width': 108}, {'height': 108, 'url': 'h...
80's TV Show character repo for Oobabooga
14
Have fun: [https://github.com/HanJammer/Ooba-80sTV/tree/main](https://github.com/HanJammer/Ooba-80sTV/tree/main) https://preview.redd.it/pnkiv3zjxssb1.png?width=1130&format=png&auto=webp&s=bd6a028202a2e260e46da385168314149d506007
2023-10-07T15:49:04
https://www.reddit.com/r/LocalLLaMA/comments/1729hrq/80s_tv_show_character_repo_for_oobabooga/
AirwolfPL
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1729hrq
false
null
t3_1729hrq
/r/LocalLLaMA/comments/1729hrq/80s_tv_show_character_repo_for_oobabooga/
false
false
https://b.thumbs.redditm…YB-eKIPbSVXA.jpg
14
{'enabled': False, 'images': [{'id': 'dRzwweVRi_S0dxkjxSSqhzmUUIh6HVNV_6oWW_vfyzM', 'resolutions': [{'height': 54, 'url': 'https://external-preview.redd.it/3R21Mc5YtrA4LmgtN1cRd2ncWt3tdmLP25lypokAinA.jpg?width=108&crop=smart&auto=webp&s=ed0e631f15da8fc7f9c76605579f121bf2284df2', 'width': 108}, {'height': 108, 'url': 'h...
Running on 3070’s
7
I have access to multiple 3070’s (10). I was wondering what is the largest model I can run using several of them. I know there will be diminishing return as i add gpu’s due to the comm bottleneck as well as I understand the mem limitations of the cards (12G). The question is about: what is possible?
2023-10-07T14:26:56
https://www.reddit.com/r/LocalLLaMA/comments/1727ngf/running_on_3070s/
Ok-Ant6718
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1727ngf
false
null
t3_1727ngf
/r/LocalLLaMA/comments/1727ngf/running_on_3070s/
false
false
self
7
null
ePGU for inference?
1
The title says it all. Is it feasible to get an external GPU, or would the slower bus to the main system limit performance severely?
2023-10-07T14:10:46
https://www.reddit.com/r/LocalLLaMA/comments/1727ari/epgu_for_inference/
HolyMole23
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1727ari
false
null
t3_1727ari
/r/LocalLLaMA/comments/1727ari/epgu_for_inference/
false
false
self
1
null
Run Mistral 7B Model on MacBook M1 Pro with 16GB RAM using llama.cpp
54
Yesterday I was playing with Mistral 7B on my mac. Here's the step-by-step guide: [https://medium.com/@mne/run-mistral-7b-model-on-macbook-m1-pro-with-16gb-ram-using-llama-cpp-44134694b773](https://medium.com/@mne/run-mistral-7b-model-on-macbook-m1-pro-with-16gb-ram-using-llama-cpp-44134694b773) Regarding the performa...
2023-10-07T13:59:09
https://www.reddit.com/r/LocalLLaMA/comments/17271qg/run_mistral_7b_model_on_macbook_m1_pro_with_16gb/
Greg_Z_
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
17271qg
false
null
t3_17271qg
/r/LocalLLaMA/comments/17271qg/run_mistral_7b_model_on_macbook_m1_pro_with_16gb/
false
false
https://b.thumbs.redditm…lcBUzZxbq1vo.jpg
54
{'enabled': False, 'images': [{'id': 'TH2a8tkiPyak8uJXplFsKG1qcAxJI_BOm0YteF0VGEY', 'resolutions': [{'height': 131, 'url': 'https://external-preview.redd.it/FgdlKVx5X3YPdYoEvjhqBuzJEWrNJvz2IOp0hxb0oHk.jpg?width=108&crop=smart&auto=webp&s=3e37e4486e60576258cd4f2891c2f11893dc489d', 'width': 108}, {'height': 262, 'url': '...
Which LLM for NSFW output.
0
[removed]
2023-10-07T13:10:59
https://www.reddit.com/r/LocalLLaMA/comments/172627c/which_llm_for_nsfw_output/
topfpflanze187
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
172627c
false
null
t3_172627c
/r/LocalLLaMA/comments/172627c/which_llm_for_nsfw_output/
false
false
default
0
null
Think its onto me. I used the codellama 7b trying to get it to make some code for me.
63
&#x200B; https://preview.redd.it/63hb2c8y0ssb1.png?width=1787&format=png&auto=webp&s=a741f414ebbcb0130d97e41a4bc010bdb81d6a89
2023-10-07T12:46:57
https://www.reddit.com/r/LocalLLaMA/comments/1725l6w/think_its_onto_me_i_used_the_codellama_7b_trying/
The_Dot_Jake
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1725l6w
false
null
t3_1725l6w
/r/LocalLLaMA/comments/1725l6w/think_its_onto_me_i_used_the_codellama_7b_trying/
false
false
https://b.thumbs.redditm…WovPaZ8CTZ7M.jpg
63
null
Best model for conversation?
3
Hello, guys I'm trying to build a personal assistant that not only help me with coding and other stuff but also have little conversational skill ( coul be able to understand emotional state), you know what I mean.... I tried a lot of model and it's was quite a task so, Is there any model that have such capabilities. Al...
2023-10-07T12:34:33
https://www.reddit.com/r/LocalLLaMA/comments/1725cg5/best_model_for_conversation/
Medium-Ask-5384
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1725cg5
false
null
t3_1725cg5
/r/LocalLLaMA/comments/1725cg5/best_model_for_conversation/
false
false
self
3
null
Are I can Running 7b model smoothly through live usb linux with 32 gb size ?
5
Some of you suggest that i run live linux usb and instal llma cpp then run model on it but that it. usb here are more cheaper than actual ram so, i want really know if is worth shot rather than upgrade my ram i could just use USB as substitute to run some model.
2023-10-07T12:08:09
https://www.reddit.com/r/LocalLLaMA/comments/1724uko/are_i_can_running_7b_model_smoothly_through_live/
Merchant_Lawrence
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1724uko
false
null
t3_1724uko
/r/LocalLLaMA/comments/1724uko/are_i_can_running_7b_model_smoothly_through_live/
false
false
self
5
null
What could I run on a Mac M1 with 16GB RA
2
I considering getting used Mac M1 Mini with 16Gb Ram because the price might be reasonable. What could I run with "reasonable" performance? I would be especially interested in running coding models. Anyone got some performance numbers?
2023-10-07T11:58:06
https://www.reddit.com/r/LocalLLaMA/comments/1724njj/what_could_i_run_on_a_mac_m1_with_16gb_ra/
kohlerm
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1724njj
false
null
t3_1724njj
/r/LocalLLaMA/comments/1724njj/what_could_i_run_on_a_mac_m1_with_16gb_ra/
false
false
self
2
null
Had anyone tried CollectiveCognition-v1.1-Mistral-7B? It claims to be better than 70B models but responses are totally unrelated.
21
I am testing [https://huggingface.co/teknium/CollectiveCognition-v1.1-Mistral-7B](https://huggingface.co/teknium/CollectiveCognition-v1.1-Mistral-7B) Using Ollama but results are totally wrong . I think this frenkie totally ruined Mistral but how it is ranking better than 70Bs? here is my modelfile ``` FROM ./co...
2023-10-07T11:36:30
https://www.reddit.com/r/LocalLLaMA/comments/17249wv/had_anyone_tried_collectivecognitionv11mistral7b/
0xPark
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
17249wv
false
null
t3_17249wv
/r/LocalLLaMA/comments/17249wv/had_anyone_tried_collectivecognitionv11mistral7b/
false
false
self
21
{'enabled': False, 'images': [{'id': '07w0Gqp_q_MPgUmOqgNwNQhsMmK4ypx-gqXtxfPJGik', 'resolutions': [{'height': 58, 'url': 'https://external-preview.redd.it/cb4i1zix3CCzV90cbQR81-LT262ldziuMFIkFtMbFxg.jpg?width=108&crop=smart&auto=webp&s=4a30a927a7606913ab536b0caea0a292fc35e1df', 'width': 108}, {'height': 116, 'url': 'h...
Looking for a fast LLM for RAG
1
[removed]
2023-10-07T10:55:31
https://www.reddit.com/r/LocalLLaMA/comments/1723kfp/looking_for_a_fast_llm_for_rag/
everyoneisodd
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
1723kfp
false
null
t3_1723kfp
/r/LocalLLaMA/comments/1723kfp/looking_for_a_fast_llm_for_rag/
false
false
self
1
null
I have 16GB VRam Which wizardcoder model to use?
2
I need python and javascript coding (react/svelte) . I am on P5000 workstatiion precision laptop with 16GB VRam. It can run Phind 34B Q4 model with around 6tk/s when 35 layers are loaded to GPU . Should i use 15B model or python 34B model?
2023-10-07T10:36:12
https://www.reddit.com/r/LocalLLaMA/comments/17239c3/i_have_16gb_vram_which_wizardcoder_model_to_use/
0xPark
self.LocalLLaMA
1970-01-01T00:00:00
0
{}
17239c3
false
null
t3_17239c3
/r/LocalLLaMA/comments/17239c3/i_have_16gb_vram_which_wizardcoder_model_to_use/
false
false
self
2
null