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_jk174y5
Yes it is the whole model in GPU. But I've found that the speed up is pretty linear. So if with 25% of the model in VRAM, it's about 100% faster. With 50% of the model in VRAM, it's about 200% faster. With 100% of the model in, it's about 400% faster.
12
0
2023-05-13T19:26:32
fallingdowndizzyvr
false
null
0
jk174y5
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk174y5/
false
12
t1_jk16xhz
I find using the original llama.cpp to be way easier than any of the derivatives. It's also faster because of how some of the packages that embed it interact with it.
4
0
2023-05-13T19:24:55
fallingdowndizzyvr
false
null
0
jk16xhz
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk16xhz/
false
4
t1_jk16sgn
4 hours with power capped at 225W. Data had over 3k data points, cut off length 256, 10 epochs of 40 steps each, with an eval per epoch. 1000 datapoints for eval. Looking at the eval logs, I think I could probably have stopped earlier, at 8 epochs or so, when the loss stopped dropping considerably. I wanted to shar...
4
0
2023-05-13T19:23:50
rustedbits
false
null
0
jk16sgn
false
/r/LocalLLaMA/comments/13gg9cd/creating_my_first_llama_lora_to_use_with/jk16sgn/
false
4
t1_jk16pnz
There were some more numbers posted on the original PR. https://github.com/ggerganov/llama.cpp/pull/1375
3
0
2023-05-13T19:23:14
fallingdowndizzyvr
false
null
0
jk16pnz
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk16pnz/
false
3
t1_jk15xwb
u/YearZero It never ends
1
0
2023-05-13T19:17:16
lemon07r
false
null
0
jk15xwb
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk15xwb/
false
1
t1_jk15xvi
Watching
3
0
2023-05-13T19:17:15
muhlfriedl
false
null
0
jk15xvi
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk15xvi/
false
3
t1_jk15xqb
Very new to this myself so please take this with a grain of salt. I'm confused why you think a 4090 would be able to produce something on par with the resources of OpenAI. You namecheck that in your post but do you have something in mind that can be produced locally which is superior to a corporation? Not trying to ...
16
0
2023-05-13T19:17:14
3rdPoliceman
false
null
0
jk15xqb
false
/r/LocalLLaMA/comments/13gpnhq/addressing_the_elephant_in_the_room/jk15xqb/
false
16
t1_jk15vc4
Sharing between cpu and gpu will make it a lot slower than VRAM though. 5x isn’t a lot of speed up for a GPU but even to get that I would guess the whole model is fit into the GPU
5
0
2023-05-13T19:16:43
Faintly_glowing_fish
false
null
0
jk15vc4
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk15vc4/
false
5
t1_jk15r1t
Same!
4
0
2023-05-13T19:15:47
psyem
false
null
0
jk15r1t
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk15r1t/
false
4
t1_jk15btb
This is probably the best simple explanation. There are a few different "tricks" that are used to help preserve accuracy, of course (one of which you described -- rounding), but that's the gist. Truncation is the simplest, least computationally intensive method. In that methodology, part of the value is simply choppe...
6
0
2023-05-13T19:12:29
AI-Pon3
false
2023-05-14T15:42:24
0
jk15btb
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk15btb/
false
6
t1_jk159yu
Does anyone know if it work with AMD? I did not get this to work last week.
11
0
2023-05-13T19:12:05
psyem
false
null
0
jk159yu
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk159yu/
false
11
t1_jk14vfn
I used the new gpt4all python package. It seems to be working for me now. I'm able to run ggml-mpt-7b-base. However, ggml-mpt-7b-chat seems to give no response at all (and no errors).
2
0
2023-05-13T19:08:58
kayhai
false
null
0
jk14vfn
false
/r/LocalLLaMA/comments/13ewsuc/gpt4all_mpt_bad_magic_error/jk14vfn/
false
2
t1_jk14q9a
Can't wait for Koboldcpp to have this. Amazing!
38
0
2023-05-13T19:07:52
antongrung23
false
null
0
jk14q9a
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk14q9a/
false
38
t1_jk14q1w
Holy shit, that's the coding equivalent of a Jackson Pollock! It's beautiful!
1
0
2023-05-13T19:07:49
Rogerooo
false
null
0
jk14q1w
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk14q1w/
false
1
t1_jk14nmw
So basically it's nerfed, right?. Is there any coding-trained model/lora on hugginface? The basic models I've tried are just terrible at writing code.
1
0
2023-05-13T19:07:18
TizocWarrior
false
null
0
jk14nmw
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk14nmw/
false
1
t1_jk14kbd
I was using 1.21.1 this morning when this started happening. I have not tested 1.21.2 yet, but that will be this afternoon.
1
0
2023-05-13T19:06:35
RiotNrrd2001
false
null
0
jk14kbd
false
/r/LocalLLaMA/comments/13g8jd5/koboldcpp_psa_added_support_for_new_quantizations/jk14kbd/
false
1
t1_jk14iul
>(20-35 t/s for 13b, 18-20 t/s on 30b) Is this on a 4090?
2
0
2023-05-13T19:06:16
ReturningTarzan
false
null
0
jk14iul
false
/r/LocalLLaMA/comments/13g8v5q/fastest_inference_branch_of_gptqforllama_and/jk14iul/
false
2
t1_jk146rp
temp = 0.7, top_p = 0.5, top_k = 40, repetition_penalty = 1.2, context at 512, everything else at 1 or 0 depending - these are the 'default' settings in my UI
1
0
2023-05-13T19:03:42
FiReaNG3L
false
null
0
jk146rp
false
/r/LocalLLaMA/comments/13gg0lh/found_a_new_prompt_that_most_llms_get_wrong/jk146rp/
false
1
t1_jk13s16
Does generation time increase exponentially with model size? I'm using a 7b model on CPU at the time but was thinking about downloading a larger model.
1
0
2023-05-13T19:00:30
TizocWarrior
false
null
0
jk13s16
false
/r/LocalLLaMA/comments/13g5eoa/anyone_running_the_65b_16fp_llama_locally/jk13s16/
false
1
t1_jk13peg
Absolutely, people who think like that probably see ChatGPT as that button ahah. Hopefully developers with such a task are smart enough to check the code before shipping a product that has real impact on people before inadvertently starting the AI armageddon for ignoring the rock option when the users pick rock too l...
1
0
2023-05-13T18:59:57
Rogerooo
false
null
0
jk13peg
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk13peg/
false
1
t1_jk13bjn
Willing to share the file?
1
0
2023-05-13T18:56:58
noneabove1182
false
null
0
jk13bjn
false
/r/LocalLLaMA/comments/13g03jn/what_are_people_using_for_their_local_llm_cpu/jk13bjn/
false
1
t1_jk1324f
Its so fast!!! Got it to work under windows too!
13
0
2023-05-13T18:54:54
klop2031
false
null
0
jk1324f
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk1324f/
false
13
t1_jk12r1y
Hmm, it is 4bit (GPTQ) here too. Check if you maybe set temperature to high.
1
0
2023-05-13T18:52:34
emsiem22
false
null
0
jk12r1y
false
/r/LocalLLaMA/comments/13gg0lh/found_a_new_prompt_that_most_llms_get_wrong/jk12r1y/
false
1
t1_jk12qo6
Holy cow, really? That might make 65b parameter models usable on top of the line consumer hardware that's not purpose built for LLMs. I'm gonna run some tests on my 4090 and 13900k at 4_1, will edit post with results after I get home. edit: home, trying to download one of the new 65b ggml files, 6 hour estimate, probab...
52
0
2023-05-13T18:52:29
clyspe
false
2023-05-14T14:46:35
0
jk12qo6
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk12qo6/
false
52
t1_jk12mh7
This is truly hilarious but not sure of the context :D
1
0
2023-05-13T18:51:36
spanielrassler
false
null
0
jk12mh7
false
/r/LocalLLaMA/comments/13gk53b/prompting_for_erotic_fiction/jk12mh7/
false
1
t1_jk12lhr
Agreed
2
0
2023-05-13T18:51:24
klop2031
false
null
0
jk12lhr
false
/r/LocalLLaMA/comments/13frp3d/open_llm_leaderboard/jk12lhr/
false
2
t1_jk12hnt
Maybe I'm doing something wrong, but the "just go to cloud" argument does not hold water for me. The overhead of deploying to cloud, setting up an environment etc. is really time intensive and annoying. Sure, there are many cases where it makes sense, but the hobbyist/enthusiast situation is not one of them.
2
0
2023-05-13T18:50:35
MasterH0rnet
false
null
0
jk12hnt
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk12hnt/
false
2
t1_jk12gys
How is that different from GPTQ?
13
0
2023-05-13T18:50:26
QFTornotQFT
false
null
0
jk12gys
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk12gys/
false
13
t1_jk11lv3
Cool, i'd like to see more benchmarks on different hw
2
0
2023-05-13T18:43:56
grigio
false
null
0
jk11lv3
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk11lv3/
false
2
t1_jk117mb
will it be possible? If i understand right it's possible through Stable Horde, by using you own API key, but i didn't found the way i can put it in Koboldcpp.
1
0
2023-05-13T18:40:55
DemonAlone
false
2023-05-13T18:49:19
0
jk117mb
false
/r/LocalLLaMA/comments/12cfnqk/koboldcpp_combining_all_the_various_ggmlcpp_cpu/jk117mb/
false
1
t1_jk116co
Any reason why I should use this vs koboldAI?
1
0
2023-05-13T18:40:39
greatkaney
true
null
0
jk116co
false
/r/LocalLLaMA/comments/13gok03/llamacpp_now_officially_supports_gpu_acceleration/jk116co/
false
1
t1_jk110q7
Ah thanks for reporting. We noticed it was smaller than usual and weren't sure why. I will take it down and try to fix it.
3
0
2023-05-13T18:39:29
The-Bloke
false
null
0
jk110q7
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk110q7/
false
3
t1_jk10tm9
Just llama.cpp on its own. A batch file to run it so I don't have to type out parameters every time.
2
0
2023-05-13T18:38:00
Robot_Graffiti
false
null
0
jk10tm9
false
/r/LocalLLaMA/comments/13g03jn/what_are_people_using_for_their_local_llm_cpu/jk10tm9/
false
2
t1_jk10p3k
Still wrong here - Oobabooga, either default parameters or Llama precise. Might be the 4 bit quant that is making the difference. Here are the top 10 male singers with the most impressive vocal abilities in the 90s, ranked from highest to lowest: Michael Jackson Mariah Carey Whitney Houston Luther ...
1
0
2023-05-13T18:37:03
FiReaNG3L
false
null
0
jk10p3k
false
/r/LocalLLaMA/comments/13gg0lh/found_a_new_prompt_that_most_llms_get_wrong/jk10p3k/
false
1
t1_jk10oxi
I think something is wrong with your 16b-HF version. Seems like there are a bunch of empty(?) tensors. Not sure if that matters when loading as float16, but when trying to load it as 8bit with Bitsandbytes, it errors out because it can't serialize the empty tensors. I've never seen this before with other float16 models...
4
0
2023-05-13T18:37:01
TeamPupNSudz
false
null
0
jk10oxi
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk10oxi/
false
4
t1_jk10nyf
I'm running 65B-4bit GPTQ LLaMA variants with 1500 context length consistently at more than 10 t/s, or close to 12 t/s with simple greedy search. The System I use is way weaker than the one of Loose_Historian, except for the fact that I'm running on 2 4090's. The main constraint in multi GPU setups is memory and/or P...
2
0
2023-05-13T18:36:48
MasterH0rnet
false
null
0
jk10nyf
false
/r/LocalLLaMA/comments/13g5eoa/anyone_running_the_65b_16fp_llama_locally/jk10nyf/
false
2
t1_jk10loc
SoonTM AutoAnimeGPT-6.9B at the comfort of your phones.
4
0
2023-05-13T18:36:20
ccelik97
false
null
0
jk10loc
false
/r/LocalLLaMA/comments/13ghb1c/dragon_ball_fight_simulation_son_goku_vs_super/jk10loc/
false
4
t1_jk1018n
Sorry for the late reply! I recently packed everything together in a very unpolished GitHub repo, which you can find below, if you are still interested. Let me know if you have any questions. Repo: https://github.com/Dhaladom/TALIS
2
0
2023-05-13T18:32:05
MasterH0rnet
false
null
0
jk1018n
false
/r/LocalLLaMA/comments/138lxrp/llama4bit_inference_speed_for_various_context/jk1018n/
false
2
t1_jk0zl4d
Default except max new tokens increased to 512. But I don't think that is making the difference. Someone mentioned in this thread that you should choose Vicuna-v1 as Instruct template. I 'm using it with this model.
1
0
2023-05-13T18:28:42
emsiem22
false
null
0
jk0zl4d
false
/r/LocalLLaMA/comments/13gg0lh/found_a_new_prompt_that_most_llms_get_wrong/jk0zl4d/
false
1
t1_jk0zbj3
Getting to both comments: 1. I mean a character with a personality, along the lines of CharacterAI/Replika. SillyTavern just added an option for instruct mode so you could use it as a general chat assistant, but I haven't tested it yet. I'd rather stick with plain KoboldCpp or Oobabooga for instruct 2. To run Oobaboo...
2
0
2023-05-13T18:26:43
[deleted]
false
null
0
jk0zbj3
false
/r/LocalLLaMA/comments/13g03jn/what_are_people_using_for_their_local_llm_cpu/jk0zbj3/
false
2
t1_jk0z1yq
From what I can tell 8x 40GB A100’s. I know that sounds crazy but that’s what you want some room of freedom. If you just want to dabble it I would go for the one you mentioned. This makes more sense when you consider that you will develop needs as time goes by in terms of actual applications and of it is for produc...
1
0
2023-05-13T18:24:41
africanasshat
false
null
0
jk0z1yq
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk0z1yq/
false
1
t1_jk0yjda
Thank you, I did not know that it was something that made the models run!
3
0
2023-05-13T18:20:53
superanki
false
null
0
jk0yjda
false
/r/LocalLLaMA/comments/13go535/using_llm_without_ui_like_oogabooga/jk0yjda/
false
3
t1_jk0y2zd
Does anyone know if there are any tutorials for using this with Lora e.g. where the Lora is saved, and how you apply it to the model after?
1
0
2023-05-13T18:17:23
usethenodes
false
null
0
jk0y2zd
false
/r/LocalLLaMA/comments/12yc8op/new_open_source_framework_and_nocode_gui_for/jk0y2zd/
false
1
t1_jk0xa40
What parameters exactly (temp etc)? I'm using the same but 4 bit 128g and it's having trouble (see above).
2
0
2023-05-13T18:11:26
FiReaNG3L
false
null
0
jk0xa40
false
/r/LocalLLaMA/comments/13gg0lh/found_a_new_prompt_that_most_llms_get_wrong/jk0xa40/
false
2
t1_jk0x8w2
I see no actual code that would integrate support for MPT here. In the gpt4all-backend you have llama.cpp repo copy from a few days ago, which doesn't support MPT. You can't just prompt a support for different model architecture with bindings. Your best bet on running MPT GGML right now is using this forked repo https:...
1
0
2023-05-13T18:11:11
FullOf_Bad_Ideas
false
null
0
jk0x8w2
false
/r/LocalLLaMA/comments/13ewsuc/gpt4all_mpt_bad_magic_error/jk0x8w2/
false
1
t1_jk0wu4g
TheBloke/Wizard-Vicuna-13B-Uncensored-GPTQ knows the gender. Here are the top 10 male singers with the most impressive vocal abilities in the 90s, ranked from highest to lowest: Michael Jackson Luther Vandross Stevie Wonder Brian McKnight Boyz II Men Usher Raymond R Kelly Maxwell J...
2
0
2023-05-13T18:08:07
emsiem22
false
null
0
jk0wu4g
false
/r/LocalLLaMA/comments/13gg0lh/found_a_new_prompt_that_most_llms_get_wrong/jk0wu4g/
false
2
t1_jk0wtle
llama.cpp
5
0
2023-05-13T18:08:00
EveningFunction
false
null
0
jk0wtle
false
/r/LocalLLaMA/comments/13go535/using_llm_without_ui_like_oogabooga/jk0wtle/
false
5
t1_jk0wfmg
IMO if it's just for personal hobbyist usage I would not go for an A4000, get a used 3090 with 24GB of VRAM. They go for about $700. And you will also have a nice gaming card. Then if you want to get more serious later with more vram, the market has gotten that much better by then and you can look at more expensi...
11
0
2023-05-13T18:05:05
EveningFunction
false
null
0
jk0wfmg
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk0wfmg/
false
11
t1_jk0w72p
Sorry if I missed it on first read but how long did fine-tuning take on the 3090?
1
0
2023-05-13T18:03:18
morphemass
false
null
0
jk0w72p
false
/r/LocalLLaMA/comments/13gg9cd/creating_my_first_llama_lora_to_use_with/jk0w72p/
false
1
t1_jk0va4s
Cool, thanks once again, faldore and bloke! Guess it's time to get into the whole conversation promptstyle once more.
1
0
2023-05-13T17:56:22
involviert
false
null
0
jk0va4s
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0va4s/
false
1
t1_jk0usi0
Which version are you using? I recently found a bug where one of the structs was misaligned. Can you see if it happens in 1.21.2?
1
0
2023-05-13T17:52:43
HadesThrowaway
false
null
0
jk0usi0
false
/r/LocalLLaMA/comments/13g8jd5/koboldcpp_psa_added_support_for_new_quantizations/jk0usi0/
false
1
t1_jk0ul3q
I think you could use CPU offload maybe, try deepspeed
1
0
2023-05-13T17:51:13
faldore
false
null
0
jk0ul3q
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0ul3q/
false
1
t1_jk0uisi
I'd love a 7B, while i can run a 13B on llama.cpp the output is excruciatingly slow. Love what you're doing though!
1
0
2023-05-13T17:50:44
OracleToes
false
null
0
jk0uisi
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0uisi/
false
1
t1_jk0udfn
Best you can get is a A6000(ampere) for around 3k USD, the current gen(ada) is close to 6k USD. On the other hand as you're a software engineer you would find your way around a GGML models too, so a maxed out Apple product would be also a good dev machine: MacBook Pro - M2 Max 96 gigs of ram \~ below 4.3k USD, or a Mac...
1
0
2023-05-13T17:49:37
BazsiBazsi
false
null
0
jk0udfn
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk0udfn/
false
1
t1_jk0uapf
Thanks so much for the reply, I am running the 4 bit. It’s looking like I’m sol for now.
1
0
2023-05-13T17:49:03
getoutamy
false
null
0
jk0uapf
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0uapf/
false
1
t1_jk0u574
[removed]
1
0
2023-05-13T17:47:54
[deleted]
true
null
0
jk0u574
false
/r/LocalLLaMA/comments/12czfi4/error_in_load_in_8bit_when_running_alpacalora/jk0u574/
false
1
t1_jk0u1jw
[removed]
1
0
2023-05-13T17:47:08
[deleted]
true
null
0
jk0u1jw
false
/r/LocalLLaMA/comments/12czfi4/error_in_load_in_8bit_when_running_alpacalora/jk0u1jw/
false
1
t1_jk0tzw6
Thanks for your input. What GPU would would be considered the minimum at the moment for a single person experimenting with current models?
2
0
2023-05-13T17:46:47
pointermess
false
null
0
jk0tzw6
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk0tzw6/
false
2
t1_jk0tgf5
[mpt pypi job · nomic-ai/gpt4all@7387be0 (github.com)](https://github.com/nomic-ai/gpt4all/commit/7387be08f6cbe9c7edc48cb9960dae91b4057de1)
1
0
2023-05-13T17:42:47
kayhai
false
null
0
jk0tgf5
false
/r/LocalLLaMA/comments/13ewsuc/gpt4all_mpt_bad_magic_error/jk0tgf5/
false
1
t1_jk0t8ch
Hmmm interesting.. okay I'll give that a look!
1
0
2023-05-13T17:41:08
noneabove1182
false
null
0
jk0t8ch
false
/r/LocalLLaMA/comments/13g03jn/what_are_people_using_for_their_local_llm_cpu/jk0t8ch/
false
1
t1_jk0svy8
This doesn't seem to get a lot of attention but imo its extremely important for the future of LLMs. Pretty cool from HF to get this up and running.
5
0
2023-05-13T17:38:35
BazsiBazsi
false
null
0
jk0svy8
false
/r/LocalLLaMA/comments/13frp3d/open_llm_leaderboard/jk0svy8/
false
5
t1_jk0sesn
If you have the money go for the extra memory because even that is below what it actually wants at the minimum, currently.
1
0
2023-05-13T17:35:06
africanasshat
false
null
0
jk0sesn
false
/r/LocalLLaMA/comments/13gkwg4/newbie_looking_for_gpu_to_run_and_study_llms/jk0sesn/
false
1
t1_jk0s9dn
It's main purpose is to serve as a chat frontend - you can easily create and load characters and presets that define your prompts and let you talk to the AI. But a "character" could just as easily be a researcher, programmer, group of people or adventure game - in the background it's just prompts for the AI.
2
0
2023-05-13T17:34:02
WolframRavenwolf
false
null
0
jk0s9dn
false
/r/LocalLLaMA/comments/13g03jn/what_are_people_using_for_their_local_llm_cpu/jk0s9dn/
false
2
t1_jk0rsrm
That is so cool, if i can give idea to someone who can code. Create an AI generated Manga. by combining this and stable diffusion o generate an image for each frames
3
0
2023-05-13T17:30:40
3deal
false
null
0
jk0rsrm
false
/r/LocalLLaMA/comments/13ghb1c/dragon_ball_fight_simulation_son_goku_vs_super/jk0rsrm/
false
3
t1_jk0rilt
Right, but what makes this prompt work is the quality of the LLM underneath it, a quality that clearly isn't matched by what we get to play with so far.
1
0
2023-05-13T17:28:36
itsnotlupus
false
null
0
jk0rilt
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk0rilt/
false
1
t1_jk0rd49
Just to be clear this isn't a random GPT-4 prompt. The original post is the leaked *GitHub Copilot prompt*. That's the real meat; these crappy tests are just testing Github's / Microsoft's "proprietary super secret prompt" on consumer accessible model / hardware.
2
0
2023-05-13T17:27:27
73tada
false
null
0
jk0rd49
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk0rd49/
false
2
t1_jk0qu7b
also regarding Oobabooga, I can't seem to get it to run nicely in a docker container for CPU only, going to play around with it eventually (i imagine it's because the Dockerfile compiles with nvidia GPUs in mind) but in the mean time, how to you run it?
2
0
2023-05-13T17:23:32
noneabove1182
false
null
0
jk0qu7b
false
/r/LocalLLaMA/comments/13g03jn/what_are_people_using_for_their_local_llm_cpu/jk0qu7b/
false
2
t1_jk0pwa8
I tried your prompt with WizardLM-13B-Uncensored, and got an odd rock-paper-scissor/tic-tac-toe hybrid: # Define the moves moves = { 'rock': 0, 'scissors': 1, 'paper': 2 } # Define the current player current_player = None # Initialize the game board board = [['empty'], [...
1
0
2023-05-13T17:16:39
itsnotlupus
false
null
0
jk0pwa8
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk0pwa8/
false
1
t1_jk0ov7p
LOL, yeah, exactly -it's beyond terrible, but it gives a functional result and doesn't crash! That's what's hilariously scary -a rando can ask for code and without having any understanding of whether or not the code is 'correct', they could ship a product! LOL, hide this code behind a GUI and you've got a full game. ...
3
0
2023-05-13T17:09:01
73tada
false
2023-05-13T17:15:37
0
jk0ov7p
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk0ov7p/
false
3
t1_jk0o0ko
Maybe 4-bit instead of 5-bit?
1
0
2023-05-13T17:02:52
faldore
false
null
0
jk0o0ko
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0o0ko/
false
1
t1_jk0nxyu
When you say "chatting partner", do you mean like just having a character that has a personality or does it apply to any kind of assistant? Should I be using SillyTavern if I just want a general chat assistant?
2
0
2023-05-13T17:02:22
noneabove1182
false
null
0
jk0nxyu
false
/r/LocalLLaMA/comments/13g03jn/what_are_people_using_for_their_local_llm_cpu/jk0nxyu/
false
2
t1_jk0nxed
[deleted]
1
0
2023-05-13T17:02:15
[deleted]
true
null
0
jk0nxed
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0nxed/
false
1
t1_jk0nt9l
I’ve been following this religiously. I love playing with these things, but I’m a coupe megabytes short of being able to run the gptq 13b models on my 3070. Is there any tweaks I can use to get them running anyone knows of? They fully load but run out of memory when generating responses
1
0
2023-05-13T17:01:23
getoutamy
false
null
0
jk0nt9l
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0nt9l/
false
1
t1_jk0nk5k
GPTQs are for GPU inference, meaning running prompts using your GPU. This is what you likely want if you have a fairly recent NVidia GPU with at least 10GB of VRAM. If you have an NV GPU with less than 10GB then you couldn't run this model (at least not with great performance), but you might be able to run a 7B model ...
5
0
2023-05-13T16:59:34
The-Bloke
false
null
0
jk0nk5k
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0nk5k/
false
5
t1_jk0ndfr
[deleted]
1
0
2023-05-13T16:58:11
[deleted]
true
null
0
jk0ndfr
false
/r/LocalLLaMA/comments/13gdydf/wizard_llm_13b_4bit_where_has_it_gone/jk0ndfr/
false
1
t1_jk0mypb
What kind of GPU you guys have to run a 13b model?
1
0
2023-05-13T16:55:12
Key_Leadership7444
false
null
0
jk0mypb
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0mypb/
false
1
t1_jk0mnbq
Most likely - though I suspect the main way to improve it is with a better dataset. Been thinking of writing a custom tool that is able to install packages, so the dataset can be generated with more successful examples. I would also try to move to a model with a more permissive license, so it can be used also for comme...
1
0
2023-05-13T16:52:57
rustedbits
false
null
0
jk0mnbq
false
/r/LocalLLaMA/comments/13gg9cd/creating_my_first_llama_lora_to_use_with/jk0mnbq/
false
1
t1_jk0mj65
It's an fp32 model, but if your platform is able to use bitsandbytes, you can load it directly as 8bit per weight on a 3090 with room to spare. For example, with oobabooga's text-generation-webui, you'd just pass `--load-in-8bit` as a parameter. If your platform isn't supported, you should consider setting up [WSL2]...
1
0
2023-05-13T16:52:09
itsnotlupus
false
null
0
jk0mj65
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0mj65/
false
1
t1_jk0m7px
Yeah, looking through the dataset, it seems the ChatGPT generated conversations were largely disconnected between turns, where the "user" wouldn't refer back to the previous parts of the chat. Perhaps this could be *combined* with the ShareGPT dataset to preserve conversational ability while improving model capabilitie...
1
0
2023-05-13T16:49:50
UnorderedPizza
false
null
0
jk0m7px
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0m7px/
false
1
t1_jk0m7h6
Sorry I was just kidding the /s was implied. All of the pick an option stuff is just smoke and mirrors because the game is decided at random after all that. You could still draw but only if you picked "s", however the later calls for random will negate that and just randomly pick a winner, it's weird that it swaps the...
2
0
2023-05-13T16:49:47
Rogerooo
false
2023-05-13T16:53:09
0
jk0m7h6
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk0m7h6/
false
2
t1_jk0m7eq
Sorry for my noob question but what's the difference between these two ?
1
0
2023-05-13T16:49:46
FS72
false
null
0
jk0m7eq
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0m7eq/
false
1
t1_jk0lp6d
ggml is the format used by llama.cpp, which lets you run models on your CPU. "Quantize" just means truncate the bytes of the model weights so they fit in a smaller filesize (taking a 16bit model to 8 or 4 bits). So a weight like 0.5378583645 might be truncated to 0.53786. The model loses accuracy, but runs faster and ...
3
0
2023-05-13T16:46:05
TeamPupNSudz
false
null
0
jk0lp6d
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0lp6d/
false
3
t1_jk0lgu9
Since load\_in\_8bit=True you should have enough VRAM to train WizardLM-13b no? Curious if that will improve performance.
1
0
2023-05-13T16:44:21
ki7a
false
null
0
jk0lgu9
false
/r/LocalLLaMA/comments/13gg9cd/creating_my_first_llama_lora_to_use_with/jk0lgu9/
false
1
t1_jk0lfi8
If they will destroy humanity who will give it the electricity to keep it running?
5
0
2023-05-13T16:44:04
erny83pd
false
null
0
jk0lfi8
false
/r/LocalLLaMA/comments/13g9ln6/these_uncensored_models_sure_are_a_lot_of_fun/jk0lfi8/
false
5
t1_jk0kyr5
Yes. There's room for improvement in local models. There's also room for improvement in the prompting. Time, money, and malice will solve that.
2
0
2023-05-13T16:40:40
Nearby_Yam286
false
null
0
jk0kyr5
false
/r/LocalLLaMA/comments/13g9ln6/these_uncensored_models_sure_are_a_lot_of_fun/jk0kyr5/
false
2
t1_jk0kfvs
> I wonder if there's an easy way to convert to FP16? model = model.half() torch.save(model.state_dict(), 'model_16bit.pth') edit: technically not even that, you can load the model as torch_dtype=torch_float16, then just save it.
1
0
2023-05-13T16:36:58
TeamPupNSudz
false
2023-05-13T16:59:18
0
jk0kfvs
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0kfvs/
false
1
t1_jk0k3hl
Frick...you are amazing <3
1
0
2023-05-13T16:34:33
Inevitable-Start-653
false
null
0
jk0k3hl
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0k3hl/
false
1
t1_jk0k0d1
You're going to want to check out josh-xt agentllm. It is updating quickly but I was able to get it running on oogabooga. This repo is moving fast but there is a docker setup already made and lots of tools for the agents. It's probably the easiest path to a agent with real tools. https://github.com/Josh-XT/Agent-LLM
1
0
2023-05-13T16:33:54
artificial_genius
false
null
0
jk0k0d1
false
/r/LocalLLaMA/comments/13fcv56/vicunallamma_models_and_langchain_tools/jk0k0d1/
false
1
t1_jk0jklv
Thanks for sharing. I feel there is new better model every week. Its hard to keep up. I guess there is need for automated way to rate new models.
1
0
2023-05-13T16:30:41
JoseConseco_
false
null
0
jk0jklv
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0jklv/
false
1
t1_jk0j8n3
13b-8bit fits on a single 24GB GPU.
2
0
2023-05-13T16:28:16
TeamPupNSudz
false
null
0
jk0j8n3
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0j8n3/
false
2
t1_jk0j3vf
[removed]
1
0
2023-05-13T16:27:17
[deleted]
true
null
0
jk0j3vf
false
/r/LocalLLaMA/comments/13g9ln6/these_uncensored_models_sure_are_a_lot_of_fun/jk0j3vf/
false
1
t1_jk0ilo6
[deleted]
1
0
2023-05-13T16:23:34
[deleted]
true
null
0
jk0ilo6
false
/r/LocalLLaMA/comments/13g8jd5/koboldcpp_psa_added_support_for_new_quantizations/jk0ilo6/
false
1
t1_jk0ic4d
I'd love to see a 7B version of this, too! WizardLM-7B-uncensored is the best 7B model I found thus far, better than the censored wizardLM-7B which was already better than any other 7B I tested and even surpassing many 13B models. So I expect an uncensored Wizard-Vicuna-7B to blow all other 7Bs and most 13Bs out of th...
6
0
2023-05-13T16:21:41
WolframRavenwolf
false
null
0
jk0ic4d
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0ic4d/
false
6
t1_jk0hn3b
Hm, you’re right.. Checking my branch I am currently on Triton.. I wonder what I saw this morning @.@ Maybe I just saw the new branch getting added when I did a git pull..
1
0
2023-05-13T16:16:43
disarmyouwitha
false
null
0
jk0hn3b
false
/r/LocalLLaMA/comments/13g8v5q/fastest_inference_branch_of_gptqforllama_and/jk0hn3b/
false
1
t1_jk0hjsp
Since there was no */s*, I'll assume you were asking in good faith. Your ellipsis makes the statement borderline :) *** To start: if rock == "r": computer = random.choice(["p", "s"]) Does not allow for a tie or a draw. Also, ```rock``` is definitely a poor choice for the player input variabl...
3
0
2023-05-13T16:16:03
73tada
false
2023-05-13T16:21:12
0
jk0hjsp
false
/r/LocalLLaMA/comments/13gimzf/local_copilot/jk0hjsp/
false
3
t1_jk0hht9
Who gives a shit honestly? It’s not like people can’t come up with these ideas. The model is trained on what people are already talking about, that’s why it keeps suggesting things we already have conspiracy theories about. There’s nothing inventive here. Zero risk whatsoever of anything novel
2
0
2023-05-13T16:15:38
SatoshiNosferatu
false
null
0
jk0hht9
false
/r/LocalLLaMA/comments/13g9ln6/these_uncensored_models_sure_are_a_lot_of_fun/jk0hht9/
false
2
t1_jk0gtb4
# UPDATE: Guys! I put this code onto a robot and gave it a gun.
9
0
2023-05-13T16:10:37
2muchnet42day
false
null
0
jk0gtb4
false
/r/LocalLLaMA/comments/13g9ln6/these_uncensored_models_sure_are_a_lot_of_fun/jk0gtb4/
false
9
t1_jk0go1n
Wow, this is one of the very best models! Thanks faldore and The-Bloke! I spent the whole last week comparing models in-depth and [Wizard-Vicuna-13B-Uncensored-GGML.q5_1](https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML) has tied with [gpt4-x-vicuna-13B-GGML.q5_1](https://huggingface.co/TheBloke/gpt4-...
4
0
2023-05-13T16:09:34
WolframRavenwolf
false
null
0
jk0go1n
false
/r/LocalLLaMA/comments/13g3lh3/wizardvicuna13buncensored/jk0go1n/
false
4
t1_jk0ghi2
[deleted]
1
0
2023-05-13T16:08:16
[deleted]
true
null
0
jk0ghi2
false
/r/LocalLLaMA/comments/13frp3d/open_llm_leaderboard/jk0ghi2/
false
1
t1_jk0gh2k
Ooooo thank you!!!
1
0
2023-05-13T16:08:11
Useful-Command-8793
false
null
0
jk0gh2k
false
/r/LocalLLaMA/comments/13gdydf/wizard_llm_13b_4bit_where_has_it_gone/jk0gh2k/
false
1