name
string
body
string
score
int64
controversiality
int64
created
timestamp[us]
author
string
collapsed
bool
edited
timestamp[us]
gilded
int64
id
string
locked
bool
permalink
string
stickied
bool
ups
int64
t1_jk2n4ub
[deleted]
1
0
2023-05-14T02:30:04
[deleted]
true
null
0
jk2n4ub
false
/r/LocalLLaMA/comments/1259yxg/llamaadapter_efficient_finetuning_of_llama/jk2n4ub/
false
1
t1_jk2my15
Yeah, I'm really not convinced Triton is the way to go. Seems like it's still struggling to catch up. I'm up to 60 t/s for 13B and 32 t/s for 30B, using a new CUDA kernel I just got working today. It's not anything crazy advanced, either, and there are still more optimizations I can do, like fused operations and whatno...
3
0
2023-05-14T02:28:17
ReturningTarzan
false
null
0
jk2my15
false
/r/LocalLLaMA/comments/13g8v5q/fastest_inference_branch_of_gptqforllama_and/jk2my15/
false
3
t1_jk2mvf2
While you are hoovering around - I mess with LORA's is it a way to merge Loaras with the model on Windows and then Quantize, also on windows?
1
0
2023-05-14T02:27:33
FPham
false
null
0
jk2mvf2
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk2mvf2/
false
1
t1_jk2lp6i
Memory is the most important thing. If you're solely focused on what you *can* do for the price, a pair of p40s has 48 GB VRAM for ~$400 total. Note they're not graphics cards, they're "graphics accelerators" -- you'll need to pair them with a CPU that has integrated graphics. Besides that, they have a modest (by tod...
3
0
2023-05-14T02:16:26
AI-Pon3
false
null
0
jk2lp6i
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk2lp6i/
false
3
t1_jk2ln58
This will hopefully change over time, but as of right now, this puts the vanilla llama models in the lead fairly consistently (except on the TruthQA benchmark where some alternate models can do better.) Incidentally, GPT-4 scores 96.3%, 95.3% and 86.4% on the AI2, HellaSwag and MMLU benchmarks, far ahead of the models...
1
0
2023-05-14T02:15:55
itsnotlupus
false
null
0
jk2ln58
false
/r/LocalLLaMA/comments/13frp3d/open_llm_leaderboard/jk2ln58/
false
1
t1_jk2kzhd
I'm leaning more towards the idea that you just need a larger model, or more pre-training. 30B really is a lot better than 13B at remembering its entire prompt, and it would likely do a lot better with >2K contexts. The loss from quantization also becomes less significant with higher parameter counts. But it's also po...
1
0
2023-05-14T02:09:50
ReturningTarzan
false
null
0
jk2kzhd
false
/r/LocalLLaMA/comments/13ed7re/4096_context_length_and_beyond/jk2kzhd/
false
1
t1_jk2kqbi
[deleted]
1
0
2023-05-14T02:07:28
[deleted]
true
null
0
jk2kqbi
false
/r/LocalLLaMA/comments/138pr5l/so_somebody_clue_me_in_on_how_to_run/jk2kqbi/
false
1
t1_jk2kmdy
"I'm sorry, but as an AI language model... blah blah blah" If you hate reading that, then you want an uncensored model.
4
0
2023-05-14T02:06:27
Megneous
false
null
0
jk2kmdy
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk2kmdy/
false
4
t1_jk2htls
yes
1
0
2023-05-14T01:40:46
kayhai
false
null
0
jk2htls
false
/r/LocalLLaMA/comments/13ewsuc/gpt4all_mpt_bad_magic_error/jk2htls/
false
1
t1_jk2ha3d
I disagree with the number of parameters. There seems to be too much of a focus on this. Sam Altman has said GPT4 is much smaller than that, so I’d guess around 300 billion at the largest. Not releasing the number makes me think it is disappointing to what a regular consumer would think. Also Sam Altman said GPT5 is N...
9
0
2023-05-14T01:35:56
Left-Student3806
false
null
0
jk2ha3d
false
/r/LocalLLaMA/comments/13gpnhq/addressing_the_elephant_in_the_room/jk2ha3d/
false
9
t1_jk2gjsc
https://www.reddit.com/r/LocalLLaMA/comments/13e0fkf/chatbot_arena_released_new_leader_board_with_gpt4/jjohfs4?utm_source=share&utm_medium=android_app&utm_name=androidcss&utm_term=1&utm_content=share_button I suggest Google (also how many accounts are you going to use to harass me?)
1
0
2023-05-14T01:29:18
Tom_Neverwinter
false
null
0
jk2gjsc
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk2gjsc/
false
1
t1_jk2g7v2
Genuinely curious, what does censorship mean in this context? And what specific uses are there for an uncensored model over a censored one?
0
0
2023-05-14T01:26:19
HaloHowAreYa
false
null
0
jk2g7v2
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk2g7v2/
false
0
t1_jk2g2q3
Not sure how much llama.cpp can interface with Python, but model.to(‘mps’) should do it. Depends on what functions are supported in the nightly though.
1
0
2023-05-14T01:25:02
Thalesian
false
null
0
jk2g2q3
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk2g2q3/
false
1
t1_jk2g2qm
Yes, it uses cublas. So you have to compile it with LLAMA_CUBLAS=1.
4
0
2023-05-14T01:25:02
fallingdowndizzyvr
false
null
0
jk2g2qm
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk2g2qm/
false
4
t1_jk2f661
Those would be fantastic!
1
0
2023-05-14T01:16:59
YearZero
false
null
0
jk2f661
false
/r/LocalLLaMA/comments/13frp3d/open_llm_leaderboard/jk2f661/
false
1
t1_jk2f3qt
Thanks, I've tried their online chat and asked it to write a simple function but it failed to compile. Worth keeping an eye on it, though.
1
0
2023-05-14T01:16:22
TizocWarrior
false
null
0
jk2f3qt
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk2f3qt/
false
1
t1_jk2evhx
I wouldn't put personal data into it. For a start, I'd just create some sort of a FAQ bot for technical support of one of our products. I worked on the translation for the bot that the company is building and it's terrible. A whole team is already working on it for two months - it's a stupid standard bot. I think I'd b...
0
0
2023-05-14T01:14:18
Vontaxis
false
null
0
jk2evhx
false
/r/LocalLLaMA/comments/13gw02x/what_options_do_i_have_for_a_company_chatbot/jk2evhx/
false
0
t1_jk2em16
~40-50c after the fans installed when running full load. Down from 80s. As for noise, they aren’t server loud, but there louder than normal gpu fans, but I’m just running them full tilt with no controller.
2
0
2023-05-14T01:11:54
wind_dude
false
null
0
jk2em16
false
/r/LocalLLaMA/comments/13gwxsa/seeking_recommendation_cooling_hardware_for/jk2em16/
false
2
t1_jk2eeis
I don't know if you know about how these models work outside of an interface. If not, here's a breakdown: Conversational models are fine tuned with a particular syntax to enable them to comprehend the dialogue between two speakers and other relevant parameters. The programs utilizing these models can also halt token g...
5
0
2023-05-14T01:10:01
TyraVex
false
null
0
jk2eeis
false
/r/LocalLLaMA/comments/13grhlj/i_made_llamacpp_easier_to_use/jk2eeis/
false
5
t1_jk2ee8p
I get up to 1.6 it/s between a P40 and a 3090 on the 65b. With 2 P40s you will probably hit around the same as the slowest card holds it up. This is using a 4bit 30b with streaming on one card. Output generated in 33.72 seconds (2.79 tokens/s, 94 tokens, context 1701, seed 1350402937) Output generated in 60...
2
0
2023-05-14T01:09:57
a_beautiful_rhind
false
null
0
jk2ee8p
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk2ee8p/
false
2
t1_jk2ed2j
Thank you! What is the average temperature you reach under load, and how loud does it get?
1
0
2023-05-14T01:09:39
nbuster
false
null
0
jk2ed2j
false
/r/LocalLLaMA/comments/13gwxsa/seeking_recommendation_cooling_hardware_for/jk2ed2j/
false
1
t1_jk2e0am
Thanks for sharing. > Regarding the reasoning capabilities: 65B shows some a few more extended capabilities on reasoning tests. I'm still very much engaged in working on the technical side of things and have not yet experimented much, but my intuition is, that we lack proper fine-tuning. Interesting. I would not have...
1
0
2023-05-14T01:06:33
Key-Morning-4712
false
null
0
jk2e0am
false
/r/LocalLLaMA/comments/13g5eoa/anyone_running_the_65b_16fp_llama_locally/jk2e0am/
false
1
t1_jk2dqpo
Maybe thats not the best idea. Did everyone consent to having their business data fed into your pet LLM project?
-1
0
2023-05-14T01:04:11
SDGenius
false
null
0
jk2dqpo
false
/r/LocalLLaMA/comments/13gw02x/what_options_do_i_have_for_a_company_chatbot/jk2dqpo/
false
-1
t1_jk2d102
Yea.. metharne or whatever it's called. https://huggingface.co/mosaicml/mpt-7b-storywriter
6
0
2023-05-14T00:57:47
a_beautiful_rhind
false
null
0
jk2d102
false
/r/LocalLLaMA/comments/13guol3/has_open_source_ai_the_chance_to_keep_up_with/jk2d102/
false
6
t1_jk2c3rh
This recently added GPU inference module in question uses CUDA. From reading the pull request comments on GitHub it sounds like someone was able to get it working on AMD too by messing with it though. I'm assuming it's just a case of the guy who made it only having an Nvidia card to test with, hopefully now that it's ...
10
0
2023-05-14T00:49:45
Fortune424
true
null
0
jk2c3rh
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk2c3rh/
false
10
t1_jk2bsdj
Hey there! Another software engineer here, I work in machine learning and LLM’s, so hopefully I can be of some help here. So, I’m going to start from the assumption that you’re pretty new to the field, and wouldn’t mind a brain dump. There are a few things to consider, specifically how do you plan to train the models?...
20
0
2023-05-14T00:46:56
AemonAlgizVideos
false
2023-05-14T04:56:40
0
jk2bsdj
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk2bsdj/
false
20
t1_jk2bh8i
>it only works on Nvidia but why? Kobold AI works on my AMD card
2
0
2023-05-14T00:44:13
SerayaFox
false
null
0
jk2bh8i
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk2bh8i/
false
2
t1_jk2b8vw
Here’s what at stake: who controls access to AI. OpenAI and the mega corps want a saas model where they charge by the query. They are already driving a narrative of “ethical” AI to establish regulation - which raises the cost to compete and effectively adds an extra moat for them. Open source models are the counter bal...
2
0
2023-05-14T00:42:06
weist
false
null
0
jk2b8vw
false
/r/LocalLLaMA/comments/13gpnhq/addressing_the_elephant_in_the_room/jk2b8vw/
false
2
t1_jk2b1pl
There are small fans you can connect to the back of the video cards, and they use a pass threw the 8pin connection for power. But it also depends on what your case will support for other coolers/fans.
3
0
2023-05-14T00:40:18
redfoxkiller
false
null
0
jk2b1pl
false
/r/LocalLLaMA/comments/13gwxsa/seeking_recommendation_cooling_hardware_for/jk2b1pl/
false
3
t1_jk2axmj
https://www.ebay.ca/itm/313527520178?mkcid=16&mkevt=1&mkrid=711-127632-2357-0&ssspo=xgnpribnsac&sssrc=2349624&ssuid=k3gfm5TGR4G&var=&widget_ver=artemis&media=COPY
2
0
2023-05-14T00:39:18
wind_dude
false
null
0
jk2axmj
false
/r/LocalLLaMA/comments/13gwxsa/seeking_recommendation_cooling_hardware_for/jk2axmj/
false
2
t1_jk2aeif
Go for more total VRAM with NVLink
2
0
2023-05-14T00:34:39
oscarpildez
false
null
0
jk2aeif
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk2aeif/
false
2
t1_jk2ab83
do you have a link by any chance?
2
0
2023-05-14T00:33:49
nbuster
false
null
0
jk2ab83
false
/r/LocalLLaMA/comments/13gwxsa/seeking_recommendation_cooling_hardware_for/jk2ab83/
false
2
t1_jk2a0ex
In my case I have a 3070ti mobile with only 8GB of VRAM, but my laptop has 64GB of RAM. Does that mean I could use a larger model taking advantage of my 64GB of RAM while using my GPU so it isn't incredibly slow?
1
0
2023-05-14T00:31:12
SOSpammy
false
null
0
jk2a0ex
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk2a0ex/
false
1
t1_jk29xxs
I agree with what I've read from others. The purpose of local LLMs is not to be better than ChatGPT/GPT4. It is to explore the technology, understand what it is and how it works, to consider how I might implement personalized capabilities and features. As someone pointed out: a 13B model doesn't compete against a 165B...
10
0
2023-05-14T00:30:35
the_unknown_coder
false
null
0
jk29xxs
false
/r/LocalLLaMA/comments/13gpnhq/addressing_the_elephant_in_the_room/jk29xxs/
false
10
t1_jk29hm5
I doubt passive cooling will cut it, maybe liquid immersion. I use fans and coolers from poly-fab on eBay, very impressed with them so far.
3
0
2023-05-14T00:26:38
wind_dude
false
null
0
jk29hm5
false
/r/LocalLLaMA/comments/13gwxsa/seeking_recommendation_cooling_hardware_for/jk29hm5/
false
3
t1_jk292no
Do you think that the 33b model is something already worth showing hooked with knowledge on a vector database?
1
0
2023-05-14T00:23:05
Vontaxis
false
null
0
jk292no
false
/r/LocalLLaMA/comments/13gw02x/what_options_do_i_have_for_a_company_chatbot/jk292no/
false
1
t1_jk28ogj
Just to add to the discussion, if you want a more coding focused model check [bigcode](https://huggingface.co/bigcode) group, they recently released [StarCoder](https://huggingface.co/models?search=starcoder) and it looks like the best local model for the purpose, although I haven't tested it much to be sure about that...
2
0
2023-05-14T00:19:48
Rogerooo
false
null
0
jk28ogj
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk28ogj/
false
2
t1_jk28j52
Sure, I can see that happening. And it could get worse as the code gets more complicated.
1
0
2023-05-14T00:18:34
TizocWarrior
false
null
0
jk28j52
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk28j52/
false
1
t1_jk283u1
yes, that makes sense. Unfortunately, I do not have a great setup at the moment. And until I convinced some executives to support this financially I'm on my own. I thought about renting a cloud-based computer. It needs to be something good enough but something that doesn't ruin me :) Unfortunately, I don't have acces...
1
0
2023-05-14T00:14:57
Vontaxis
false
null
0
jk283u1
false
/r/LocalLLaMA/comments/13gw02x/what_options_do_i_have_for_a_company_chatbot/jk283u1/
false
1
t1_jk281di
I'm starting to think that you're an AI that checks this subreddit for new models to quantize them. DUDE, you can't be this fast! Thank you very much!
1
0
2023-05-14T00:14:22
2muchnet42day
false
null
0
jk281di
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk281di/
false
1
t1_jk27zd8
The dataset is here along with the scripts used to create it https://huggingface.co/datasets/ehartford/wizard_vicuna_70k_unfiltered/tree/main
1
0
2023-05-14T00:13:53
faldore
false
null
0
jk27zd8
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk27zd8/
false
1
t1_jk27sjo
I've gotten it to work on a 1650 mobile laptop, and I can confirm that Oobabooga's prelayers is very slow while this new patch is very fast. Can't compare to GPU only because my card doesn't have enough VRAM to fit it, and I ran Oobabooga a few weeks ago so that situation may have changed by now
5
0
2023-05-14T00:12:17
PythonFuMaster
false
null
0
jk27sjo
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk27sjo/
false
5
t1_jk27sbn
>The problem is, I can only schedule jobs on the HPC and am pretty sure that it does not have a browser to let me access the web-ui. Easy, run [server.py](https://server.py) with --share so that it generates a tunneled link that you can access from anywhere. You can also attempt to finetune using python scripts dir...
3
0
2023-05-14T00:12:14
2muchnet42day
false
null
0
jk27sbn
false
/r/LocalLLaMA/comments/13gwkiv/using_a_hpc_cluster_to_train_llama_with_lora_over/jk27sbn/
false
3
t1_jk27dio
Yes, there are some merely technical inaccuracies and a few completely incorrect "facts" in the blurb you posted.
1
0
2023-05-14T00:08:48
AuggieKC
false
null
0
jk27dio
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk27dio/
false
1
t1_jk2754t
Good job! This is the kind of datasets that we need to start coming up with!! A couple comments: 1) Isn't a cutoff of 256 too short? 2) You should set a powerlimit around 275W for the best perf/watt. And finally, I'm not sure how we should approach the datasets for agent-related tasks. Providing examples on how to ...
2
0
2023-05-14T00:06:53
2muchnet42day
false
null
0
jk2754t
false
/r/LocalLLaMA/comments/13gg9cd/creating_my_first_llama_lora_to_use_with/jk2754t/
false
2
t1_jk26pq9
Which is a good thing, I love progress and variety! More uncensored models please!
3
0
2023-05-14T00:03:21
YearZero
false
null
0
jk26pq9
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk26pq9/
false
3
t1_jk26lck
Yes, sorry, it would have been more helpful if I specified. =]
1
0
2023-05-14T00:02:18
disarmyouwitha
false
null
0
jk26lck
false
/r/LocalLLaMA/comments/13g8v5q/fastest_inference_branch_of_gptqforllama_and/jk26lck/
false
1
t1_jk25s74
Well my issue with 30b+ models is that because they are so expensive to fine tune there are just way fewer fine tuned versions of them and as a result the quality kind of not justify the more expensive models in many situations. I can run 30b but haven’t found much reason to do so, and I am not even aware of any good...
4
0
2023-05-13T23:55:30
Faintly_glowing_fish
false
null
0
jk25s74
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk25s74/
false
4
t1_jk25ltl
Why is the 7B 21gb while the 13B is only 14gb?
6
0
2023-05-13T23:53:59
xcdesz
false
null
0
jk25ltl
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk25ltl/
false
6
t1_jk257ya
I haven't read a single book on AI I'm afraid :) So I couldn't help you there. At least for me the best place to learn is reading what other people have done, trying things out yourself, and talking about it with likeminded people on sites like Reddit and Discord. I couldn't tell you exactly where I picked up the var...
7
0
2023-05-13T23:50:46
The-Bloke
false
null
0
jk257ya
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk257ya/
false
7
t1_jk251j0
For higher end models they require more VRAM than is even available on a consumer model GPU. So I think it's fair to assume most people can benefit from this since rarely are people going to have a GPU capable of running the greatest currently available models.
2
0
2023-05-13T23:49:19
Sad_Animal_134
false
null
0
jk251j0
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk251j0/
false
2
t1_jk24l9j
So using autogptq or gptq for llama it gets incoherent somewhere north of 2500 tokens. Using the 4bit lora repo it is holding up to about 3500. Maybe 4-bit isn't going to cut it here. Next option is to run it at int8 over 2 cards and see if there is a difference.
1
0
2023-05-13T23:45:31
a_beautiful_rhind
false
null
0
jk24l9j
false
/r/LocalLLaMA/comments/13ed7re/4096_context_length_and_beyond/jk24l9j/
false
1
t1_jk24j3b
Could I run it with a shitty gpu, just really slowly?
1
0
2023-05-13T23:45:02
CompetitiveSal
false
null
0
jk24j3b
false
/r/LocalLLaMA/comments/11xkuj5/whats_the_current_best_llama_lora_or_moreover/jk24j3b/
false
1
t1_jk23fea
Wait,.... really?
3
0
2023-05-13T23:36:01
kedarkhand
false
null
0
jk23fea
false
/r/LocalLLaMA/comments/13guol3/has_open_source_ai_the_chance_to_keep_up_with/jk23fea/
false
3
t1_jk237tu
What sort of hardware do you have access to? If you can get something like an A100 80 GiB, an RTX 6000 or dual 3090's/4090's, it would be a good opportunity to show off a LLaMA 65B 4 bits that you can hook up to Langchain + a sentencetransformers model for embeddings to do this. Also, it may help to search for similar...
5
0
2023-05-13T23:34:19
2muchnet42day
false
null
0
jk237tu
false
/r/LocalLLaMA/comments/13gw02x/what_options_do_i_have_for_a_company_chatbot/jk237tu/
false
5
t1_jk22wbs
I just tried a 13b model on 4GB of VRAM for shits and giggles, and I still got a speed of "usable." Really can't wait for this to filter to projects that build on this.
7
0
2023-05-13T23:31:44
raika11182
false
2023-05-14T00:54:38
0
jk22wbs
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk22wbs/
false
7
t1_jk22u5l
Unfortunately the dev said on GitHub that he isn't too keen on implementing it right away. Said the libraries required are 300+ MB (current KoboldCPP is like 18 MB total) and it only works on Nvidia so it goes against the "open and portable" idea of KoboldCPP. Fair points I guess, but it would be really nice if they d...
28
0
2023-05-13T23:31:15
Fortune424
true
null
0
jk22u5l
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk22u5l/
false
28
t1_jk22oik
>Why are you avoiding the question? Can clippy tell you how to make a bomb? If not, admit you were being dishonest. You're confusing me with someone else. I didn't say anything about Clippy (and looking back at the person who did, they didn't even compare its *capabilities* to LLMs, only said that the present LLM cens...
3
0
2023-05-13T23:29:58
Competitive-Spite434
false
null
0
jk22oik
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk22oik/
false
3
t1_jk22nx2
my 980 pours you a stiff one...
3
0
2023-05-13T23:29:50
CMDR_Mal_Reynolds
false
null
0
jk22nx2
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk22nx2/
false
3
t1_jk22kb0
I don't have either of those cards so can't really tell you. But if you're looking for primarily machine learning tasks, I would heavily consider Nvidia much to my own dismay. I spent several hours on ROCm, whereas on my GTX 1650 mobile laptop I only needed to install one package
8
0
2023-05-13T23:29:02
PythonFuMaster
false
null
0
jk22kb0
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk22kb0/
false
8
t1_jk21jms
What exactly did you do? You removed an "As a large language model" labels from the Wizard instruction dataset?
1
0
2023-05-13T23:20:51
CellWithoutCulture
false
null
0
jk21jms
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk21jms/
false
1
t1_jk216g2
It would have been hard, but the big corps are limiting themselves with all the censorship’s they are putting in. Giving open source products a demand as some will be forced to use the open sourced products, also the censorship put in by the big corps will lead to some talents at least doing some work for uncensored pr...
21
0
2023-05-13T23:17:53
OkCelebration6408
false
null
0
jk216g2
false
/r/LocalLLaMA/comments/13guol3/has_open_source_ai_the_chance_to_keep_up_with/jk216g2/
false
21
t1_jk21203
Thanks for the correction and the info. Is there anything else to look out for running these cards? Do you know what speeds the big models run at?
1
0
2023-05-13T23:16:53
cbg_27
false
null
0
jk21203
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk21203/
false
1
t1_jk20zhq
yes GPTQ supports this too, but it's much slower compared to VRAM only mode.
5
0
2023-05-13T23:16:20
Ill_Initiative_8793
false
null
0
jk20zhq
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk20zhq/
false
5
t1_jk20yv8
Do you have any idea of how a 7900xtx would compare to a rtx 3090? I am not sure if I can go with a Radeon, would love to, given que better Linux support.
1
0
2023-05-13T23:16:11
mr_wetape
false
null
0
jk20yv8
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk20yv8/
false
1
t1_jk20pqg
>If you genuinely believe this, there's zero reason to have any interest in LLMs. Roleplaying and interactive storytelling? Automated code generation? Having obscure questions answered? You're a dipshit if you think LLMs explicitly replacing textbooks is their only use. >At any rate, do you think interactive tutors ...
3
0
2023-05-13T23:14:09
Competitive-Spite434
false
2023-05-13T23:49:27
0
jk20pqg
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk20pqg/
false
3
t1_jk20iv3
QQ in this vain. I can pull the trigger on 2x 3090ti’s open box for the same price as 1 4090. Which will give me (a beginner the most usability and experimentation? I may very very seldomly game, but it’s so minuscule. Thoughts?
2
0
2023-05-13T23:12:38
[deleted]
false
null
0
jk20iv3
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk20iv3/
false
2
t1_jk20do1
I first thought that you just 'polluted' the conversation with the first mention of female singers, but it seems that models really have trouble finding 'enough impressive male singers in the 90'. I tried battling it out on https://chat.lmsys.org/ Chatbot arena, and only koala did it flawlessly. 1 out of 11 (i only tr...
1
0
2023-05-13T23:11:29
sgramstrup
true
null
0
jk20do1
false
/r/LocalLLaMA/comments/13gg0lh/found_a_new_prompt_that_most_llms_get_wrong/jk20do1/
false
1
t1_jk1zylw
Why are you using the 128g version? Would it not help to use the 1024g to increase context size?
1
0
2023-05-13T23:08:10
2muchnet42day
false
null
0
jk1zylw
false
/r/LocalLLaMA/comments/138lxrp/llama4bit_inference_speed_for_various_context/jk1zylw/
false
1
t1_jk1zkd1
If that someone isn't me then why do you keep bringing up Clippy to me?
3
0
2023-05-13T23:05:06
Competitive-Spite434
false
null
0
jk1zkd1
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1zkd1/
false
3
t1_jk1zc5z
The horizontal bar on the the window is probably being confused as being attached to the crowbar, making it look like bolt-cutters/hedge-trimmers being held in an awkward pose or something of the sort. I imagine the AI probably only sees something sorta like a much lower resolution version of the image, where the absen...
2
0
2023-05-13T23:03:21
TiagoTiagoT
false
null
0
jk1zc5z
false
/r/LocalLLaMA/comments/12q5v0a/llava_a_vision_language_assistant_using_llama/jk1zc5z/
false
2
t1_jk1z8vg
Ahh, got it!
1
0
2023-05-13T23:02:40
baobabKoodaa
false
null
0
jk1z8vg
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk1z8vg/
false
1
t1_jk1z7w6
Who would have thought facebook would do something good. Yea.. they want to keep this stuff from us and monopolize. Sell it as a service. The cost of the hardware is on their side. Doesn't make it hopeless. Hope you didn't miss the 65k token model that just came out.
12
0
2023-05-13T23:02:29
a_beautiful_rhind
false
null
0
jk1z7w6
false
/r/LocalLLaMA/comments/13guol3/has_open_source_ai_the_chance_to_keep_up_with/jk1z7w6/
false
12
t1_jk1z6nh
Who said Google? Google has been shit, censored, locked down, and unfree for years.
3
0
2023-05-13T23:02:14
Competitive-Spite434
false
null
0
jk1z6nh
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1z6nh/
false
3
t1_jk1z08v
lol it wrote such a polite letter 😂
2
0
2023-05-13T23:00:51
bittabet
false
null
0
jk1z08v
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk1z08v/
false
2
t1_jk1yvyo
I don't know much, but I think OpenAI took the time to construct lots of interesting datasets to help their models understand specific tasks
3
0
2023-05-13T22:59:53
phree_radical
false
null
0
jk1yvyo
false
/r/LocalLLaMA/comments/13gpnhq/addressing_the_elephant_in_the_room/jk1yvyo/
false
3
t1_jk1ya30
Quite happy with the 30b models that are currently winning the leader board. I was right about them being awesome. Keep eyeing buying another GPU to run them at higher precision than int4. Want to start configuring them to run some tasks now instead of just RP. Sounds like it will be a neat experience. The process is...
6
0
2023-05-13T22:55:05
a_beautiful_rhind
false
null
0
jk1ya30
false
/r/LocalLLaMA/comments/13gpnhq/addressing_the_elephant_in_the_room/jk1ya30/
false
6
t1_jk1xjrk
what is a prompt template?
1
0
2023-05-13T22:49:16
Tystros
false
null
0
jk1xjrk
false
/r/LocalLLaMA/comments/13grhlj/i_made_llamacpp_easier_to_use/jk1xjrk/
false
1
t1_jk1xfaj
[removed]
1
0
2023-05-13T22:48:18
[deleted]
true
null
0
jk1xfaj
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1xfaj/
false
1
t1_jk1xd18
Can you split across GPUs? I'm running 4 Tesla A2s
3
0
2023-05-13T22:47:48
TaiMaiShu-71
false
null
0
jk1xd18
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk1xd18/
false
3
t1_jk1x9hq
[removed]
1
0
2023-05-13T22:47:02
[deleted]
true
null
0
jk1x9hq
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1x9hq/
false
1
t1_jk1x09l
Old ..cries with 970
2
0
2023-05-13T22:45:01
SabloPicasso
false
null
0
jk1x09l
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk1x09l/
false
2
t1_jk1wtll
[removed]
1
0
2023-05-13T22:43:32
[deleted]
true
null
0
jk1wtll
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1wtll/
false
1
t1_jk1wqka
[removed]
1
0
2023-05-13T22:42:52
[deleted]
true
null
0
jk1wqka
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1wqka/
false
1
t1_jk1w95l
Why are you focused on Clippy here? What's the relevance?
3
0
2023-05-13T22:39:01
Competitive-Spite434
false
null
0
jk1w95l
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1w95l/
false
3
t1_jk1w2nd
There's no hypocrisy. I don't even think LLMs are that much better for teaching skills than regular source materials. The best ones are maybe good as interactive tutors to help you work through problems and correct your mistakes (but if you need one of those for bomb-making, you've probably already blown yourself to bi...
3
0
2023-05-13T22:37:35
Competitive-Spite434
false
null
0
jk1w2nd
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1w2nd/
false
3
t1_jk1w0b7
You mean 8xA100 on runpod rented, lol
2
0
2023-05-13T22:37:03
a_beautiful_rhind
false
null
0
jk1w0b7
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk1w0b7/
false
2
t1_jk1vx36
Sexy! Thank you very much!
2
0
2023-05-13T22:36:21
2muchnet42day
false
null
0
jk1vx36
false
/r/LocalLLaMA/comments/138lxrp/llama4bit_inference_speed_for_various_context/jk1vx36/
false
2
t1_jk1vvqm
Minimum? $200 P40. AMD has 32GB offerings that are looking good compared to the 3090. You trade hassle with ROCM for extra 6gb of memory. I think for you, at your level of EXP.. probably just buy the 3090 or 4090 and call it a day.
2
0
2023-05-13T22:36:03
a_beautiful_rhind
false
null
0
jk1vvqm
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk1vvqm/
false
2
t1_jk1vvrs
[deleted]
2
0
2023-05-13T22:36:03
[deleted]
true
null
0
jk1vvrs
false
/r/LocalLLaMA/comments/13gpnhq/addressing_the_elephant_in_the_room/jk1vvrs/
false
2
t1_jk1vv3f
Let me ask you. Have you ever tried asking a 7B LLM how to make a bomb? Literally you will not get any significantly actionable advice. You're promoting hysteria about nothing.
2
0
2023-05-13T22:35:54
Competitive-Spite434
false
null
0
jk1vv3f
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1vv3f/
false
2
t1_jk1vu9s
[removed]
1
0
2023-05-13T22:35:43
[deleted]
true
null
0
jk1vu9s
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1vu9s/
false
1
t1_jk1vdh8
[removed]
0
0
2023-05-13T22:31:54
[deleted]
true
null
0
jk1vdh8
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1vdh8/
false
0
t1_jk1v64h
[deleted]
2
0
2023-05-13T22:30:20
[deleted]
true
null
0
jk1v64h
false
/r/LocalLLaMA/comments/13g9ln6/these_uncensored_models_sure_are_a_lot_of_fun/jk1v64h/
false
2
t1_jk1v4z5
[removed]
1
0
2023-05-13T22:30:05
[deleted]
true
2023-05-13T22:34:17
0
jk1v4z5
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1v4z5/
false
1
t1_jk1uqqv
40gb is 6k on ebay now.. the 80 is 15k.. they went up. So did the 3090s.
3
0
2023-05-13T22:26:59
a_beautiful_rhind
false
null
0
jk1uqqv
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk1uqqv/
false
3
t1_jk1ueak
[removed]
-2
0
2023-05-13T22:24:16
[deleted]
true
null
0
jk1ueak
false
/r/LocalLLaMA/comments/13c6ukt/the_creator_of_an_uncensored_local_llm_posted/jk1ueak/
false
-2
t1_jk1ucki
[deleted]
1
0
2023-05-13T22:23:53
[deleted]
true
null
0
jk1ucki
false
/r/LocalLLaMA/comments/13g9ln6/these_uncensored_models_sure_are_a_lot_of_fun/jk1ucki/
false
1
t1_jk1u2by
I should check if it's done and see. The format I think is chat.. not being GM. So you make someone a character and it plays it. The context is supposed to be it remembering things later on.
1
0
2023-05-13T22:21:40
a_beautiful_rhind
false
null
0
jk1u2by
false
/r/LocalLLaMA/comments/13ed7re/4096_context_length_and_beyond/jk1u2by/
false
1
t1_jk1tzm4
AFAIK, you don't need to load all of the weights into GPU. Some layers can be kept in VRAM and the rest on the RAM.
3
0
2023-05-13T22:21:04
hyajam
false
null
0
jk1tzm4
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk1tzm4/
false
3