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_jiuocg8
Nothing you can run on a desktop is going to come close to GPT-4 for a while. It's impressive as heck that we're comparing these models (favorably!) To GPT-3, Which just 3 years ago was a $4.6 million project, trained on millions of GPU hours and hundreds of gigabytes of data, requiring hundreds of gigabytes to store (...
12
0
2023-05-04T16:55:46
AI-Pon3
false
null
0
jiuocg8
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiuocg8/
false
12
t1_jiunk7m
Oh, great idea, implemented very well! Much better to compare models using a crowdsourced effort at scale instead of doing small one-off comparisons which are affected too much by randomly good or bad answers. And it's fun to compare models like that. Besides giving an "objective" score through lots of votes, it's hel...
6
0
2023-05-04T16:50:49
WolframRavenwolf
false
null
0
jiunk7m
false
/r/LocalLLaMA/comments/137hpzb/lmm_battle_arena/jiunk7m/
false
6
t1_jiumr7j
What about Vicuna 7B?
2
0
2023-05-04T16:45:41
jumperabg
false
null
0
jiumr7j
false
/r/LocalLLaMA/comments/137hpzb/lmm_battle_arena/jiumr7j/
false
2
t1_jiulxig
I have done anything that big so I can’t say for sure but it should be totally fine based on math. A lora just isn’t that many parameters and instruction following is a very significant behavior change. Lora is really more for stylistic stuff, slight behavior adjustments or augmenting knowledge in a small way
1
0
2023-05-04T16:40:25
Faintly_glowing_fish
false
null
0
jiulxig
false
/r/LocalLLaMA/comments/137dtbd/memoryefficient_training_of_30b_and_65b_models_at/jiulxig/
false
1
t1_jiukror
Getting around 3 tokens per second for the 65B model on CPU, using an AMD Epyc with 256GB ram and 32 cores.
2
0
2023-05-04T16:32:58
logicchains
false
null
0
jiukror
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jiukror/
false
2
t1_jiukmkt
I would love to see a 7B model. I can fit a 13B on my SWAP, but it's reeealllly slow
2
0
2023-05-04T16:32:03
OracleToes
false
null
0
jiukmkt
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jiukmkt/
false
2
t1_jiukhrx
En fait la ou je bloque c'est pour mettre le model `~/llama.cpp (master) [1]> # obtain the original LLaMA model weights and place them in ./models (base)` `ls ./models` `65B 30B 13B 7B tokenizer_checklist.chk tokenizer.model` ​ `# i...
1
0
2023-05-04T16:31:11
Last_Firefighter242
false
null
0
jiukhrx
false
/r/LocalLLaMA/comments/137iwaz/llama_in_french/jiukhrx/
false
1
t1_jiujsla
Okay. Can't you just train for longer? What's the reason why Lora cannot do it? Anyway I don't mind if it's Lora or it's not. I just would like to know if 65B base model can be fine-tuned on, let's say 8x 4090s. Since I have easy access to such hardware on vast.
2
0
2023-05-04T16:26:44
Pan000
false
null
0
jiujsla
false
/r/LocalLLaMA/comments/137dtbd/memoryefficient_training_of_30b_and_65b_models_at/jiujsla/
false
2
t1_jiujk8o
There are no fine tunes that make it similar in feel to chatgpt as far as I am aware of. Does it feel like chatgpt in the complexity and accuracy of the response. Not really. Give me a prompt and I can ask llama 65b, alpaca 65b Lora merge or llama 65b + Lora Alpaca Elina to write something for you.
3
0
2023-05-04T16:25:13
FullOf_Bad_Ideas
false
null
0
jiujk8o
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiujk8o/
false
3
t1_jiuj2de
You are gonna need a thousand bucks if it more unfortunately if you want to finetune the base model for instruction following and 8xA100 is the right setup for it. I don’t know about converting the lora back , but honestly I haven’t seen anyone getting instruction following from lora. It doesn’t feel possible. Ever...
1
0
2023-05-04T16:22:03
Faintly_glowing_fish
false
null
0
jiuj2de
false
/r/LocalLLaMA/comments/137dtbd/memoryefficient_training_of_30b_and_65b_models_at/jiuj2de/
false
1
t1_jiuim76
Just tried this on 8bit it seems to work well. As I am writing this it seems like the bloke just opened up a page for this. But the models aren't up yet.
6
0
2023-05-04T16:19:08
justsupersayian
false
null
0
jiuim76
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jiuim76/
false
6
t1_jiuiigw
Finetuning the base model for instruct using my own dataset, and then will further finetune that instruct model for various domains. I was intending to convert the LoRA to a full model and then convert that to ggml quantized to use in llama.cpp, which I was told was possible. A thousand bucks will not break my budget ...
1
0
2023-05-04T16:18:28
Pan000
false
null
0
jiuiigw
false
/r/LocalLLaMA/comments/137dtbd/memoryefficient_training_of_30b_and_65b_models_at/jiuiigw/
false
1
t1_jiuiei7
If you are thinking about upgrading your RAM to run this model you will be disappointed if you're comparing it to chatGPT. But ram is cheap right now and it's nice to have a little extra for running models and doing other things on your computer in parallel, so it may be worth it just to satisfy your curiosity. I up...
10
0
2023-05-04T16:17:44
ThePseudoMcCoy
false
null
0
jiuiei7
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiuiei7/
false
10
t1_jiui1vu
daccord merci !!
2
0
2023-05-04T16:15:27
Last_Firefighter242
false
null
0
jiui1vu
false
/r/LocalLLaMA/comments/137iwaz/llama_in_french/jiui1vu/
false
2
t1_jiuhjte
De mon côté j'utilise [https://github.com/ggerganov/llama.cpp](https://github.com/ggerganov/llama.cpp) avec par exemple le modèle [https://huggingface.co/eachadea/ggml-vicuna-7b-1.1/resolve/main/ggml-vic7b-q4\_2.bin](https://huggingface.co/eachadea/ggml-vicuna-7b-1.1/resolve/main/ggml-vic7b-q4_2.bin) Ensuite tu peux u...
3
0
2023-05-04T16:12:11
vamps594
false
2023-05-04T16:19:14
0
jiuhjte
false
/r/LocalLLaMA/comments/137iwaz/llama_in_french/jiuhjte/
false
3
t1_jiugc00
I would say then don’t worry too much about what stack other people are using and focus on integrating the things you need then. Researchers like this would be rare and you can add things when the next person pops up
1
0
2023-05-04T16:04:21
Faintly_glowing_fish
false
null
0
jiugc00
false
/r/LocalLLaMA/comments/137gm84/autogpt4j_with_local_models_question/jiugc00/
false
1
t1_jiufxve
Are you fine tuning or are you training lora? Those are very different and your expensive set up is for fine tuning whereas you are referencing a guide for lora. Lora is much much cheaper but you also have much more limited improvements; but that might just be enough. Don’t do full fine tunes if you are not ready t...
1
0
2023-05-04T16:01:44
Faintly_glowing_fish
false
null
0
jiufxve
false
/r/LocalLLaMA/comments/137dtbd/memoryefficient_training_of_30b_and_65b_models_at/jiufxve/
false
1
t1_jiufltk
It’s really more just experimenting and opening it up for the Java environment. I also think it’s important to keep open source tools in mind. Though my end goal is a bit different than what AutoGPT is currently doing. My background is in NLP, specifically search with ontologies and taxonomies, and im curious to see h...
3
0
2023-05-04T15:59:35
AemonAlgizVideos
false
null
0
jiufltk
false
/r/LocalLLaMA/comments/137gm84/autogpt4j_with_local_models_question/jiufltk/
false
3
t1_jiuf4nj
It is very fragmented. Honesty it’s gonna be hard to get something that generally work. But on the other hand people will probably play with it for a bit and stop anyways. If you complain about autogpt working kind of stupidly on gpt-4, you probably don’t want to see the wreck that those smaller llama model are doi...
1
0
2023-05-04T15:56:31
Faintly_glowing_fish
false
null
0
jiuf4nj
false
/r/LocalLLaMA/comments/137gm84/autogpt4j_with_local_models_question/jiuf4nj/
false
1
t1_jiuez9s
It’s not currently but am thinking about it.
2
0
2023-05-04T15:55:32
Snoo_72256
false
null
0
jiuez9s
false
/r/LocalLLaMA/comments/13774vr/zeroconfig_desktop_app_for_running_llama/jiuez9s/
false
2
t1_jiue4c6
Attends mais je vois que tu es français je comprends rien j'ai déjà llama sur ma machine j'aimerais lui installer vicuna mais je comprends rien. Pourquoi je peux juste pas changer le model et lancer llama ?
1
0
2023-05-04T15:50:00
Last_Firefighter242
false
null
0
jiue4c6
false
/r/LocalLLaMA/comments/137iwaz/llama_in_french/jiue4c6/
false
1
t1_jiudvx4
Note: Just a random person. This is the dataset: https://huggingface.co/datasets/junelee/wizard_vicuna_70k The file is about 350MB. If we estimate about 5 bytes per token, that's about 73.4 million tokens. The 32k context length ChatGPT costs 0.06 per prompt token and 0.12 per completion token. Judging from existing ...
4
0
2023-05-04T15:48:29
KerfuffleV2
false
null
0
jiudvx4
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jiudvx4/
false
4
t1_jiudk4w
Ok what i need to do ? I'm trying vicuna but i dont know how i can install it on linux I'm following this [link](https://github.com/lm-sys/FastChat)
1
0
2023-05-04T15:46:21
Last_Firefighter242
false
null
0
jiudk4w
false
/r/LocalLLaMA/comments/137iwaz/llama_in_french/jiudk4w/
false
1
t1_jiuc1po
This would be an interesting experiment. People are already doing similar stuff, such as expanding the model's knowledge domain into something specific. Here's an example of how someone created a LoRA for UE5 documentation: [https://github.com/bublint/ue5-llama-lora](https://github.com/bublint/ue5-llama-lora) One chal...
3
0
2023-05-04T15:36:26
SandBlaster2000AD
false
null
0
jiuc1po
false
/r/LocalLLaMA/comments/137l61f/is_what_i_need_possible_currently/jiuc1po/
false
3
t1_jiub4ix
You can use Vicuna, Alpaca, WizardLM etc. in french. You just need to adjust your prompt accordingly. It depends of what you're trying to achieve but result are quite good in my opinion. I use Vicuna for a french chatbot and it works like a charm even for smaller models.
2
0
2023-05-04T15:30:15
vamps594
false
null
0
jiub4ix
false
/r/LocalLLaMA/comments/137iwaz/llama_in_french/jiub4ix/
false
2
t1_jiua8m7
!RemindMe 2 weeks
2
0
2023-05-04T15:24:26
2muchnet42day
false
null
0
jiua8m7
false
/r/LocalLLaMA/comments/13783us/is_using_a_2nd_gpu_for_vram_swap_better_then/jiua8m7/
false
2
t1_jiu9etx
Same here. Looks like a promising tool but I can’t figure out how to use it properly.
1
0
2023-05-04T15:18:51
tt40kiwe
false
null
0
jiu9etx
false
/r/LocalLLaMA/comments/1333exw/benchmarks_for_recent_llms/jiu9etx/
false
1
t1_jiu8j53
I've noticed it not getting faster past 16 threads when I tested a while back, but I think it's going to depend on your exact CPU and memory configuration and where your bottlenecks are (most desktop chips will hit a bottleneck with memory bandwidth after which throwing more threads doesn't really help and actually hur...
2
0
2023-05-04T15:12:54
randomfoo2
false
null
0
jiu8j53
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jiu8j53/
false
2
t1_jiu7r0i
I think what people are suggesting is that before you spend thousands of dollars in hardware, you could first spend $5 see if that hardware is going to do what you want. I don't see why you would need to send any private data out. Just load up the size/types of model you would want to use and see how well they run.
2
0
2023-05-04T15:07:55
randomfoo2
false
null
0
jiu7r0i
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jiu7r0i/
false
2
t1_jiu7jsf
you see anyone else answewring or testing?
1
0
2023-05-04T15:06:37
Tom_Neverwinter
false
null
0
jiu7jsf
false
/r/LocalLLaMA/comments/13783us/is_using_a_2nd_gpu_for_vram_swap_better_then/jiu7jsf/
false
1
t1_jiu5ihl
If you're going for simplicity, just assume they'll use a LLaMa model.
1
0
2023-05-04T14:53:34
Radiant_Dog1937
false
null
0
jiu5ihl
false
/r/LocalLLaMA/comments/137gm84/autogpt4j_with_local_models_question/jiu5ihl/
false
1
t1_jiu5c8k
I have 32 cores so I should try to convert to GGML and do a VS.. I've just been lazy.
1
0
2023-05-04T14:52:29
a_beautiful_rhind
false
null
0
jiu5c8k
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jiu5c8k/
false
1
t1_jiu4yd0
LLM always have to be double checked so "useful" has been very subjective for me.
1
0
2023-05-04T14:50:11
a_beautiful_rhind
false
null
0
jiu4yd0
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jiu4yd0/
false
1
t1_jiu4u0s
Editing the replies has worked for me for all these soft-censored models.
1
0
2023-05-04T14:49:30
a_beautiful_rhind
false
null
0
jiu4u0s
false
/r/LocalLLaMA/comments/135kh16/best_30b_4bit_model/jiu4u0s/
false
1
t1_jiu4mb5
Sorry, it sounded like you were talking about just downloading a model and feeding it text. You might be able to train a LoRA on your 3090, at least for a small model. You'll probably have to put work into cleaning up and organizing the text, you likely can't just feed it 200k words you wrote and get something that wr...
6
0
2023-05-04T14:48:09
KerfuffleV2
false
null
0
jiu4mb5
false
/r/LocalLLaMA/comments/137l61f/is_what_i_need_possible_currently/jiu4mb5/
false
6
t1_jiu4e65
Reasoning capability depends on fine tuning so it can get very close to gpt-3.5 on that. But I do find them far worse on detailed knowledge. You take a rather random restaurant and gpt 3.5 gonna tell you not just the rating and review count but also what people like or dislike most in reviews and the most like dishe...
5
0
2023-05-04T14:46:37
Faintly_glowing_fish
false
null
0
jiu4e65
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiu4e65/
false
5
t1_jiu3ypw
Well. He didn't say which 65B model. An instruct-tuned 65B model will be fine.
4
0
2023-05-04T14:43:44
ZestyData
false
null
0
jiu3ypw
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiu3ypw/
false
4
t1_jiu3ydi
Love the idea and the project you made My question is how much will cost if we can use gpt4 Do you think is possible to have an idea of that cost? So I can share the token but having a knowledge of how much it will cost
0
0
2023-05-04T14:43:41
pablines
false
null
0
jiu3ydi
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jiu3ydi/
false
0
t1_jiu3koa
I was less thinking about codified standards (like ANSI or ISO…), and more about consumer driven ”standards”, like Beta vs VHS, or in the case we were discussing above CUDA, vs an open source abstraction layer.
2
0
2023-05-04T14:41:08
ComingInSideways
false
null
0
jiu3koa
false
/r/LocalLLaMA/comments/135vlfc/amd_rocm_55_released/jiu3koa/
false
2
t1_jiu3ae9
I thought using LoRa's with oogabooga to fine tune existing models was possible? 👀
6
0
2023-05-04T14:39:15
-SuperSelf
false
null
0
jiu3ae9
false
/r/LocalLLaMA/comments/137l61f/is_what_i_need_possible_currently/jiu3ae9/
false
6
t1_jiu37d3
I managed to unlock it with a prompt but can’t share the source on reddit
2
0
2023-05-04T14:38:40
Ferrero__64
false
null
0
jiu37d3
false
/r/LocalLLaMA/comments/135kh16/best_30b_4bit_model/jiu37d3/
false
2
t1_jiu301b
> Is it possible to install some existing model and feed it 200k words of my fiction and have it write like me? No, even the version of ChatGPT with the longest context length can only handle up to about 32,000 tokens. Best case that is 32,000 words, but many words are made from multiple tokens so you're likely to get...
5
0
2023-05-04T14:37:19
KerfuffleV2
false
null
0
jiu301b
false
/r/LocalLLaMA/comments/137l61f/is_what_i_need_possible_currently/jiu301b/
false
5
t1_jiu2x53
Nor it has any RLHF. It is just a word prediction machine, with some domain knowledge (if fine-tuned).
2
0
2023-05-04T14:36:47
mr_house7
false
null
0
jiu2x53
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiu2x53/
false
2
t1_jiu2enz
That's great. So it's my previous suggestions + WizardLM 13b.
7
0
2023-05-04T14:33:19
tekket
false
null
0
jiu2enz
false
/r/LocalLLaMA/comments/137hpzb/lmm_battle_arena/jiu2enz/
false
7
t1_jiu132c
No worries. It's actually a widespread joke in standards circles, but it would've been way too subtle for anyone who doesn't work on standards. I agree that even standards should usually have competition, but there's diminishing returns on that. Eventually, it's good enough or so universally adopted that you don't wan...
1
0
2023-05-04T14:24:20
friedrichvonschiller
false
null
0
jiu132c
false
/r/LocalLLaMA/comments/135vlfc/amd_rocm_55_released/jiu132c/
false
1
t1_jiu0sq0
Yes. I understand that. Binaries will be available for 5.5 soon. I just wanted to try it out.
2
0
2023-05-04T14:22:26
friedrichvonschiller
false
null
0
jiu0sq0
false
/r/LocalLLaMA/comments/135vlfc/amd_rocm_55_released/jiu0sq0/
false
2
t1_jiu0scl
No, it’s not instruct tuned, but it does seem better than gpt3 which was the base for chatgpt/gpt3.5
2
0
2023-05-04T14:22:22
wind_dude
false
null
0
jiu0scl
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiu0scl/
false
2
t1_jiu0if8
Awesome, thank you! Any chance of this running on Android?
1
0
2023-05-04T14:20:30
Unstable_Llama
false
null
0
jiu0if8
false
/r/LocalLLaMA/comments/13774vr/zeroconfig_desktop_app_for_running_llama/jiu0if8/
false
1
t1_jiu0hk2
I remember seeing in some benchmarks that the 65B was slightly worse than gpt3.5
4
0
2023-05-04T14:20:20
Extension-Mastodon67
false
null
0
jiu0hk2
false
/r/LocalLLaMA/comments/137jx4i/does_a_65b_model_feel_remotely_like_a_chatgpt/jiu0hk2/
false
4
t1_jiu0897
https://github.com/bofenghuang/vigogne
2
0
2023-05-04T14:18:31
Evening_Ad6637
false
null
0
jiu0897
false
/r/LocalLLaMA/comments/137iwaz/llama_in_french/jiu0897/
false
2
t1_jitzczw
Sorry, missed the tongue in cheek. And yes, I agree one standard is very hard to get reach, unless it is head and shoulders above the rest. That is why I am always for a few good options, just not so many that that market share for each is not too diluted. Plus if there are a few, eventually you have survival of th...
1
0
2023-05-04T14:12:27
ComingInSideways
false
null
0
jitzczw
false
/r/LocalLLaMA/comments/135vlfc/amd_rocm_55_released/jitzczw/
false
1
t1_jitz1qn
EDIT https://huggingface.co/amesianx/wizard-vicuna-13b-ggml (not mine) .... Maybe he's on holiday in Australia for three weeks? https://www.youtube.com/watch?v=XfR9iY5y94s
7
0
2023-05-04T14:10:13
ambient_temp_xeno
false
2023-05-04T14:35:24
0
jitz1qn
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitz1qn/
false
7
t1_jityrap
>Isn’t that for spreading across CPU and gpu? Yes. To "run larger models than could fit into VRAM". And of course it's slow. Did you expect free lunch?
1
0
2023-05-04T14:08:13
NickUnrelatedToPost
false
null
0
jityrap
false
/r/LocalLLaMA/comments/137dpd7/using_system_ram_as_swap_for_gpu/jityrap/
false
1
t1_jityr4a
Using llama.cpp on an M1 Max/32gb, I get about 10 tokens/sec with a full context (\~2000 tokens) when I'm running Llama 30b q4\_0. With this setup, it is absolutely essential to select the optimal number of threads. My machine runs best with 8 threads - if I bump it up to 9 threads, the app starts eating into the Effic...
1
0
2023-05-04T14:08:11
SandBlaster2000AD
false
null
0
jityr4a
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jityr4a/
false
1
t1_jity378
Wont be able to try 30B until my new video card comes in, but I can run 13b for a few minutes before it runs out of memory and 13b blows the water out of 7b stuff. I read it is possible to run 30b on a high end GPU if you basically shut everything down except the chat window, so I am eager to try that. 65G is pure ri...
3
0
2023-05-04T14:03:27
azriel777
false
null
0
jity378
false
/r/LocalLLaMA/comments/136kbfu/how_do_the_7b_13b_30b_and_65b_parameter_models/jity378/
false
3
t1_jitxqan
Was this model censored? (Like vicuna is, not sure if wizardlm is.)
1
0
2023-05-04T14:00:53
CRD71600
false
null
0
jitxqan
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitxqan/
false
1
t1_jitx4qy
Isn’t that for spreading across CPU and gpu? I think the pre layer option is for ram but it might be really slow I’ve heard.
1
0
2023-05-04T13:56:35
VayneSquishy
false
null
0
jitx4qy
false
/r/LocalLLaMA/comments/137dpd7/using_system_ram_as_swap_for_gpu/jitx4qy/
false
1
t1_jitwx4y
I would like to see a stable vicuna + wizard model and see what that births.
2
0
2023-05-04T13:55:04
azriel777
false
null
0
jitwx4y
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitwx4y/
false
2
t1_jitwdi9
For me it's 30B. I use OA online and it's so frigging good.
2
0
2023-05-04T13:51:08
Ok-Debt7712
false
null
0
jitwdi9
false
/r/LocalLLaMA/comments/136kbfu/how_do_the_7b_13b_30b_and_65b_parameter_models/jitwdi9/
false
2
t1_jitvwl1
Sounds like a good way to get a bystander effect going or another openai move.
1
0
2023-05-04T13:47:43
ambient_temp_xeno
false
null
0
jitvwl1
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitvwl1/
false
1
t1_jitvijj
At this point I'll take something more schoolmarm-like than bing if it's actually useful.
1
0
2023-05-04T13:44:51
ambient_temp_xeno
false
null
0
jitvijj
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitvijj/
false
1
t1_jittwzn
I'm going to guess they aren't all using the exact same settings and data. Also these are random individuals, getting everyone to coordinate and choose someone to perform the training while the rest wait to "buy" the finished version isn't a trivial problem. I'm sure there's at least some duplicate effort but fixing ...
1
0
2023-05-04T13:32:58
KerfuffleV2
false
null
0
jittwzn
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jittwzn/
false
1
t1_jitt3pe
[deleted]
1
0
2023-05-04T13:26:39
[deleted]
true
null
0
jitt3pe
false
/r/LocalLLaMA/comments/134kvmd/whats_your_take_on_the_plea_for_halting/jitt3pe/
false
1
t1_jitr4my
Huh, really? Definitely not my experience with it... I'm using it through TavernAI though, so there its definitely going to act different.
1
0
2023-05-04T13:11:12
Cless_Aurion
false
null
0
jitr4my
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jitr4my/
false
1
t1_jitquvz
its ok but i dont like how it does weird stuff like insist its a human its it can clam up and give very short responses.
1
0
2023-05-04T13:09:04
megadonkeyx
false
null
0
jitquvz
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jitquvz/
false
1
t1_jitqqc7
thanks will try that, i dont mind censored. im not doing any nsfw stuff, i just talk technical with them.
2
0
2023-05-04T13:08:03
megadonkeyx
false
null
0
jitqqc7
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jitqqc7/
false
2
t1_jitppx8
Thanks! This actually helps me a lot. I have heard splitting it between GPUs really slows things down. =x
2
0
2023-05-04T12:59:55
disarmyouwitha
false
null
0
jitppx8
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitppx8/
false
2
t1_jitp868
I’m sure people would donate to you to get you up to 65B ;)
6
0
2023-05-04T12:55:53
ihaag
false
null
0
jitp868
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitp868/
false
6
t1_jitmzn8
I am quite mindblown, not gonna lie. From PS3 to iOS shenanigans, that name was pretty much a part of the internet culture I experienced for many years. Thanks for the tldr, gonna check in and see what he's been up to!
3
0
2023-05-04T12:37:16
IngwiePhoenix
false
null
0
jitmzn8
false
/r/LocalLLaMA/comments/135vlfc/amd_rocm_55_released/jitmzn8/
false
3
t1_jitmi9w
WizardLM 13B is available on HuggingFace.
4
0
2023-05-04T12:33:08
darxkies
false
null
0
jitmi9w
false
/r/LocalLLaMA/comments/137hpzb/lmm_battle_arena/jitmi9w/
false
4
t1_jitkcok
More than one GPU on 4 bit runs like crap I have quad GPUs I know but non 4 bit seem to be ok
2
0
2023-05-04T12:13:37
Gullible_Bar_284
false
null
0
jitkcok
false
/r/LocalLLaMA/comments/13783us/is_using_a_2nd_gpu_for_vram_swap_better_then/jitkcok/
false
2
t1_jitkcir
The open assistant is the most "gpt" like.. but it is censored https://huggingface.co/MetaIX/OpenAssistant-Llama-30b-4bit There are probably a few others of it.
1
0
2023-05-04T12:13:35
a_beautiful_rhind
false
null
0
jitkcir
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jitkcir/
false
1
t1_jitjg35
He founded comma AI, an AI company to compete in the self driving car market
3
0
2023-05-04T12:05:15
APUsilicon
false
null
0
jitjg35
false
/r/LocalLLaMA/comments/135vlfc/amd_rocm_55_released/jitjg35/
false
3
t1_jitjbov
Wait, Geohot, the dude that made iPhone jailbreaking exploits like limera1n, is now mingling in AI? xD
1
0
2023-05-04T12:04:06
IngwiePhoenix
false
null
0
jitjbov
false
/r/LocalLLaMA/comments/135vlfc/amd_rocm_55_released/jitjbov/
false
1
t1_jiti5za
Awesome work by the devs but this is a deal breaker for me if that's the case
8
0
2023-05-04T11:53:03
nnnightmare
false
null
0
jiti5za
false
/r/LocalLLaMA/comments/13774vr/zeroconfig_desktop_app_for_running_llama/jiti5za/
false
8
t1_jithrey
It quantizes the weights in smaller groups, with different parameters tuned to each group. This makes the difference between the quantized weights and the original floating-point weights smaller, and the quantized model more true to the original. The result is measurably better output, but the tradeoff is that you nee...
6
0
2023-05-04T11:49:07
ReturningTarzan
false
null
0
jithrey
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jithrey/
false
6
t1_jithj59
it does support quantified models and Cuda support.
2
0
2023-05-04T11:46:52
Loyal247
false
null
0
jithj59
false
/r/LocalLLaMA/comments/13774vr/zeroconfig_desktop_app_for_running_llama/jithj59/
false
2
t1_jithf8x
I did a following exercise. I went through each word in (corruption, incompetence, laziness, greed, irrationality) and googled `word + " and intelligence"`. Or `word + " and IQ`". It is pretty obvious that incompetence and irrationality is higher when intelligence is lower - but the same negative correlation holds f...
1
0
2023-05-04T11:45:49
QFTornotQFT
false
null
0
jithf8x
false
/r/LocalLLaMA/comments/134kvmd/whats_your_take_on_the_plea_for_halting/jithf8x/
false
1
t1_jith6e2
I don't think one would implement LLama in Godot. One would connect somewhere, maybe via websocket and the rest is a matter of what's on the other side. Or you could directly execute something like llama.cpp's main.exe from godot and read the output file once it's done.
2
0
2023-05-04T11:43:21
involviert
false
null
0
jith6e2
false
/r/LocalLLaMA/comments/1377o2v/has_anyone_got_this_running_in_godot/jith6e2/
false
2
t1_jith4y2
Not exactly what your looking for, but related: https://github.com/minosvasilias/godot-dodo
3
0
2023-05-04T11:42:56
human_bean_
false
null
0
jith4y2
false
/r/LocalLLaMA/comments/1377o2v/has_anyone_got_this_running_in_godot/jith4y2/
false
3
t1_jitgw8i
Sounds interesting. Tried it, it is a nice interface but runs much slower than what I'm getting through llama.cpp or alpaca.cpp on my M1 MacBook. Faraday is running 7B models at speeds I'm getting llama.cpp doing 13B models. And can't download some models, says they are too slow or large for my computer, even though I...
2
0
2023-05-04T11:40:30
Von_Church
false
2023-05-04T16:18:10
0
jitgw8i
false
/r/LocalLLaMA/comments/13774vr/zeroconfig_desktop_app_for_running_llama/jitgw8i/
false
2
t1_jitgly8
And gpt 3.5/4 for "SOTA" comparison, too!
8
0
2023-05-04T11:37:34
BalorNG
false
null
0
jitgly8
false
/r/LocalLLaMA/comments/137hpzb/lmm_battle_arena/jitgly8/
false
8
t1_jitgg5c
I don't understand. The salary answer seems to have absolutely nothing to do with the question. Why give that non-sequitor conversation example as part of the prompt? Wouldn't an example with an answer that actually answered the question be better?
7
0
2023-05-04T11:35:56
trimorphic
false
null
0
jitgg5c
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitgg5c/
false
7
t1_jitg85c
It's called "for research purposes" :-D And i'd like my artificial roleplay partner to be both intelligent and creative. And maybe have a long-term memory. So i tried a few different models and techniques. Vicuna definitely isn't the best. At least when it comes to roleplaying "the act". But it's very nice to talk to. ...
2
0
2023-05-04T11:33:37
Magnus_Fossa
false
null
0
jitg85c
false
/r/LocalLLaMA/comments/134g6zz/vicuna_13b_for_information_extraction_in_medical/jitg85c/
false
2
t1_jitg08d
Yeah, full context with dual 3090s
1
0
2023-05-04T11:31:19
2muchnet42day
false
null
0
jitg08d
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitg08d/
false
1
t1_jitfund
[deleted]
1
0
2023-05-04T11:29:42
[deleted]
true
null
0
jitfund
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitfund/
false
1
t1_jitft9w
They should add few more though. My suggestions: WizardLM 7b, OASST 30b, Vicuna 7b(for comparison with 13b)
12
0
2023-05-04T11:29:17
tekket
false
null
0
jitft9w
false
/r/LocalLLaMA/comments/137hpzb/lmm_battle_arena/jitft9w/
false
12
t1_jitfb81
[deleted]
1
0
2023-05-04T11:23:55
[deleted]
true
null
0
jitfb81
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitfb81/
false
1
t1_jiteylk
Might be a dumb question... but why does everyone need to waste a bunch of compute training the same model in parallel? Wouldn't it make more sense for one person to train the model and others to just buy the trained weights from them? Please excuse my ignorance.
0
0
2023-05-04T11:20:15
nickjcreed
false
null
0
jiteylk
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jiteylk/
false
0
t1_jitewin
For what I've seen, the one you mention both beats 30b gpt-x-alpaca and vicuna 13b...
1
0
2023-05-04T11:19:37
Cless_Aurion
false
null
0
jitewin
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jitewin/
false
1
t1_jitew2t
Where did you pay for the compute time?
2
0
2023-05-04T11:19:29
Gullible_Bar_284
false
null
0
jitew2t
false
/r/LocalLLaMA/comments/1376oho/introducing_wizardvicunalm_combining_wizardlm_and/jitew2t/
false
2
t1_jitetoo
[deleted]
1
0
2023-05-04T11:18:44
[deleted]
true
null
0
jitetoo
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jitetoo/
false
1
t1_jite7ww
For conversations I use llama-30b-4bit-128g, You need to limit context to around 1700 to avoid OOM. For questions answering and various other tasks I use MetaIX\_GPT4-X-Alpasta-30b-4bit-128g
3
0
2023-05-04T11:12:05
Ill_Initiative_8793
false
null
0
jite7ww
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jite7ww/
false
3
t1_jitdnph
i suppose the most GPT3.5-like. the only quantized 30b model i have used is MetaIX\_Alpaca-30B-Int4-128G-Safetensors its ok but doesnt seem as concise as vicuna 13b
1
0
2023-05-04T11:05:47
megadonkeyx
false
null
0
jitdnph
false
/r/LocalLLaMA/comments/137gm8h/what_model_do_you_run_on_a_24gb_card_30904090/jitdnph/
false
1
t1_jitd7ku
That's as fast as my P6000 or my P40, lol.
1
0
2023-05-04T11:00:33
a_beautiful_rhind
false
null
0
jitd7ku
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitd7ku/
false
1
t1_jitd3qx
I've got 12.00 tokens/s on single 4090 with 30b GPTQ triton branch. Pytorch 2.0.1 + Cuda 12.0. GPU utilization is 82% during inference.
2
0
2023-05-04T10:59:16
Ill_Initiative_8793
false
2023-05-04T11:06:23
0
jitd3qx
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitd3qx/
false
2
t1_jitcqlq
I am getting this right now on a 3090 + P40.. I am also limited to like ~1500 context. My version of GPTQ is slow so I need to try autogptq or a model that works with the "fast" one I have. Output generated in 34.01 seconds (0.35 tokens/s, 12 tokens, context 657, seed 35029223) Output generated in 34.74 secon...
2
0
2023-05-04T10:54:53
a_beautiful_rhind
false
2023-05-04T22:00:45
0
jitcqlq
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitcqlq/
false
2
t1_jitcc9x
$200 P40 can run a 30b-int4 at like 3 it/s. That's enough to get under 30s responses and live.
1
0
2023-05-04T10:50:15
a_beautiful_rhind
false
null
0
jitcc9x
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitcc9x/
false
1
t1_jitc752
All LLaMA derivatives are compatible with GGML, but the model has to be converted to it. Chances are you can convert models yourself, I just didn't look into that yet. Consider 3090ti, btw. It's the mature 3090, essentially. It's the latest 3000 series card with the best VRM and PCB revisions, no gimmicky backside VR...
1
0
2023-05-04T10:48:32
_Erilaz
false
null
0
jitc752
false
/r/LocalLLaMA/comments/13710u8/anyone_actually_running_30b65b_at_reasonably_high/jitc752/
false
1
t1_jitbwq7
Train at 4bit?
1
0
2023-05-04T10:45:03
a_beautiful_rhind
false
null
0
jitbwq7
false
/r/LocalLLaMA/comments/137dtbd/memoryefficient_training_of_30b_and_65b_models_at/jitbwq7/
false
1