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_ji7cw2e
Several hours can be slept on so seems like it will work in that case
1
0
2023-04-29T17:09:39
-Automaticity
false
null
0
ji7cw2e
false
/r/LocalLLaMA/comments/132dj2i/training_and_fine_tuning_my_own_local_vicuna_or/ji7cw2e/
false
1
t1_ji7ct1t
shit is driving me bananas too. It's seems to happen when I shut down the server half the time. https://docs.nvidia.com/cuda/cuda-quick-start-guide/index.html
1
0
2023-04-29T17:09:03
eschatosmos
false
null
0
ji7ct1t
false
/r/LocalLLaMA/comments/132w31q/bitsandbytes_and_torch_compile_errors/ji7ct1t/
false
1
t1_ji7co9m
Well as long as it can "hallucinate" the language properly, then it's all good. Since that was the point of asking it to repeat the list in specific languages.
1
0
2023-04-29T17:08:06
fallingdowndizzyvr
false
null
0
ji7co9m
false
/r/LocalLLaMA/comments/1326eau/what_languages_are_in_the_llama_model/ji7co9m/
false
1
t1_ji7cn06
If you have a pi hole on your network you may be blocking some essential cuda packages, make sure your network is open completely during the download process, and then close it down again
1
0
2023-04-29T17:07:51
jennabangsbangs
false
null
0
ji7cn06
false
/r/LocalLLaMA/comments/132w31q/bitsandbytes_and_torch_compile_errors/ji7cn06/
false
1
t1_ji7c0fr
That's fantastic. Based on the performance I'm getting out of the demo this is probably the most exciting of all the projects I've been following. Definitely looking forward to being able to expand it with additional models; the one in the demo is blazingly fast and relatively coherent, but honestly it's faster than I ...
4
0
2023-04-29T17:03:28
RATKNUKKL
false
null
0
ji7c0fr
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji7c0fr/
false
4
t1_ji7bol5
I’m a big baby
2
0
2023-04-29T17:01:09
bittytoy
false
2023-04-30T00:57:12
0
ji7bol5
false
/r/LocalLLaMA/comments/13302oa/have_you_guys_seen_the_video_published_by/ji7bol5/
false
2
t1_ji7bjva
Alternative link - [https://www.google.com/search?d&q=war+games+trailer](https://www.google.com/search?d&q=war+games+trailer)
4
0
2023-04-29T17:00:14
LostHisDog
false
null
0
ji7bjva
false
/r/LocalLLaMA/comments/13302oa/have_you_guys_seen_the_video_published_by/ji7bjva/
false
4
t1_ji7bcpq
[deleted]
1
0
2023-04-29T16:58:50
[deleted]
true
null
0
ji7bcpq
false
/r/LocalLLaMA/comments/12vkfcz/openassistant_just_put_their_30b_model_back_on_hf/ji7bcpq/
false
1
t1_ji7b36s
[deleted]
1
0
2023-04-29T16:56:57
[deleted]
true
null
0
ji7b36s
false
/r/LocalLLaMA/comments/12vkfcz/openassistant_just_put_their_30b_model_back_on_hf/ji7b36s/
false
1
t1_ji7b09b
Yea, if you don't want to setup textgen-webui, perhaps look on hugging face for examples at using models and implement something small for LLaMA just to load the tokenizer and tokenize your texts. from transformers import LlamaTokenizer tokenizer = LlamaTokenizer('path/to/tokenizer.model') tokens = len(tok...
3
0
2023-04-29T16:56:22
NekoSmoothii
false
null
0
ji7b09b
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji7b09b/
false
3
t1_ji7acj2
Open source implementation, when.
12
0
2023-04-29T16:51:43
a_beautiful_rhind
false
null
0
ji7acj2
false
/r/LocalLLaMA/comments/13302oa/have_you_guys_seen_the_video_published_by/ji7acj2/
false
12
t1_ji79hl1
yes, you could copy the prompt into the editor and then read the tokens that way.
2
0
2023-04-29T16:45:34
Street-Biscotti-4544
false
null
0
ji79hl1
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji79hl1/
false
2
t1_ji77zpb
There are datasets for evaluating LLMs. What about this - [https://github.com/EleutherAI/lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness) ?
3
0
2023-04-29T16:34:49
PostScarcityHumanity
false
null
0
ji77zpb
false
/r/LocalLLaMA/comments/1302il2/riddlecleverness_comparison_of_popular_ggml_models/ji77zpb/
false
3
t1_ji76p38
Nice! What api do I use to interact with it? Lots of current solution give you chat interfaces realistically most people really just need an openai compatible api How about quantization(which is very brittle and keeps changing)? Because it’s is consumer grade system your best choice is almost always an aggressively ...
1
0
2023-04-29T16:25:26
Faintly_glowing_fish
false
null
0
ji76p38
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji76p38/
false
1
t1_ji76ekq
Nice this might be fast. If it can be quantisezed it could run in some low spec hardware opening the door for many to run locally.
2
0
2023-04-29T16:23:16
kif88
false
null
0
ji76ekq
false
/r/LocalLLaMA/comments/1329ckp/fastchatt5_drop/ji76ekq/
false
2
t1_ji75j4h
3050 mobile with 4 gb VRAM, 16 gb RAM If you monitor the VRAM usage with NVTOP you can see that after appending a Lora to the model VRAM usage gets a bit higher permanently and it causes OOMs while vanilla models can fit in it, only with offloading. Applying LoRA in ooga with GPTQ quantization makes a much higher VRA...
2
0
2023-04-29T16:16:56
kabachuha
false
null
0
ji75j4h
false
/r/LocalLLaMA/comments/132rc26/how_do_i_merge_a_lora_with_a_llama_checkpoint/ji75j4h/
false
2
t1_ji7535f
ahahaha you know full well they don't mean the official form
4
0
2023-04-29T16:13:40
ZestyData
false
null
0
ji7535f
false
/r/LocalLLaMA/comments/132oerx/where_do_i_download_the_weights_for_the_65b_non/ji7535f/
false
4
t1_ji7453t
Does it use matrix accelerators like tensor cores as well? They crunch through matmul a lot faster compares to shader cores. And there is a way to expose them through Vulkan as well.
2
0
2023-04-29T16:06:42
dampflokfreund
false
null
0
ji7453t
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji7453t/
false
2
t1_ji741vc
What’s your GPU setup? The models tab on Oobabooga let’s you load your LoRA is where you are getting the OOM? You can also try running a less intensive llama checkpoint alongside too
2
0
2023-04-29T16:06:03
JustCametoSayHello
false
null
0
ji741vc
false
/r/LocalLLaMA/comments/132rc26/how_do_i_merge_a_lora_with_a_llama_checkpoint/ji741vc/
false
2
t1_ji740d0
I had a similar experience. Frustrated with various errors and solutions that were too complex for beginners, I gave up on the webUI and switched to llama.cpp. All I had to do was install it where I wanted, put the model I wanted (with the ggml tag) into the models folder, and follow the instructions in the guide. Boo...
3
0
2023-04-29T16:05:44
ruryrury
false
null
0
ji740d0
false
/r/LocalLLaMA/comments/132w31q/bitsandbytes_and_torch_compile_errors/ji740d0/
false
3
t1_ji72eya
That’s pretty great work, one developer to another, well done!
3
0
2023-04-29T15:54:03
AemonAlgizVideos
false
null
0
ji72eya
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji72eya/
false
3
t1_ji71p7j
This is an amazing project/group. I've added WebLLM to my site as well. Something about a local LLM is just cooler to me. Even if you need 4GB's of model data.
2
0
2023-04-29T15:48:59
DustinBrett
false
null
0
ji71p7j
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji71p7j/
false
2
t1_ji702on
Ah ok. Ty.
1
0
2023-04-29T15:37:11
ItsGrandPi
false
null
0
ji702on
false
/r/LocalLLaMA/comments/13279d6/carperai_presents_stablevicuna_13b_the_first/ji702on/
false
1
t1_ji6xiio
Android 😢
6
0
2023-04-29T15:18:32
riser56
false
null
0
ji6xiio
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6xiio/
false
6
t1_ji6wb3z
awesome! is it possible to install other models? could you explain how if that's the case? I tried copying my pygmalion files to the 'dist' folder but that didn't worked.
2
0
2023-04-29T15:09:41
tanatotes
false
null
0
ji6wb3z
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6wb3z/
false
2
t1_ji6u2uk
[deleted]
1
0
2023-04-29T14:53:08
[deleted]
true
null
0
ji6u2uk
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji6u2uk/
false
1
t1_ji6ss9x
Thanks for sharing! I will def check it out
1
0
2023-04-29T14:43:28
Pretend_Jellyfish363
false
null
0
ji6ss9x
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6ss9x/
false
1
t1_ji6rlln
I got fedora 37 installed with dual boot. Got graphics drivers installed. I didn't realize I was using 'GNOME' build and there are like graphical interface builds. I don't even know if build is the right word. I'm 2 days in, but moving forward. Got oobabooga all in one installer to run and install but am stuck at st...
1
0
2023-04-29T14:34:32
probably_not_real_69
false
null
0
ji6rlln
false
/r/LocalLLaMA/comments/12zsjhf/what_is_the_best_current_local_llm_to_run/ji6rlln/
false
1
t1_ji6rizz
The OpenAI "license" is just terms of service. There's no such thing as inheritance in these realms. IANAL but personally under current law I don't think OpenAI would have any success in policing this: people share their ChatGPT conversations online, and then a third party compiles those conversations and trains a mod...
2
0
2023-04-29T14:33:59
iwaswrongonce
false
null
0
ji6rizz
false
/r/LocalLLaMA/comments/13279d6/carperai_presents_stablevicuna_13b_the_first/ji6rizz/
false
2
t1_ji6r6qy
Yup. Base llama can also do instruction mode. The fine-tuning does make it certainly easier for the model to try to stick to the instruction but I feel like some people think that instruction mode is only for fine tuned models or chat mode is only for models specifically fine tuned for this.
2
0
2023-04-29T14:31:28
FullOf_Bad_Ideas
false
null
0
ji6r6qy
false
/r/LocalLLaMA/comments/132cvmg/using_the_wizard_7b_model_for_conversations/ji6r6qy/
false
2
t1_ji6qx9d
For sure it can be run on a server with NVIDIA or AMD GPUs! The runtime (from TVM Unity) has JavaScript bindings so it’s possible to interface with those powerful frontend without having to touch the c++/cuda part
3
0
2023-04-29T14:29:31
yzgysjr
false
null
0
ji6qx9d
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6qx9d/
false
3
t1_ji6q00y
> Everything runs locally with no server support and accelerated with local GPUs on your phone and laptops. Can it be used as a server, though, through an API? We already have powerful frontends like [SillyTavern](https://github.com/Cohee1207/SillyTavern), which can even run on a smartphone, so combining both would be...
5
0
2023-04-29T14:22:40
WolframRavenwolf
false
null
0
ji6q00y
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6q00y/
false
5
t1_ji6pake
Well, if there are versions that are clearly inferior, they should be removed to prevent people from unknowingly using those and claiming the model or software isn't good. Also frees up developers to focus on the currently best version and not waste time maintaining an obsoleted version. We're still on the bleeding ed...
3
0
2023-04-29T14:17:21
WolframRavenwolf
false
null
0
ji6pake
false
/r/LocalLLaMA/comments/132e8n5/llamacpp_just_dropped_out_support_for_the_q4_3/ji6pake/
false
3
t1_ji6oxcc
An average macbook should suffice to run a quantized Vicuna-7B locally with reasonable speed (more then 10 tokens/sec). In fact, an iPhone should work and we just developed a test app for it :-) With the help of a machine learning compiler, our project (https://www.reddit.com/r/LocalLLaMA/comments/132igcy/project_mlc_...
1
0
2023-04-29T14:14:37
yzgysjr
false
2023-04-29T14:17:54
0
ji6oxcc
false
/r/LocalLLaMA/comments/130b1ng/good_computer_spec_for_the_next_5_years_to_be/ji6oxcc/
false
1
t1_ji6o6xg
Yeah we did pretty aggressively compress the weight to make them fit as iphone apps :-) It’s possible to quantize to int4 too if we tweak an argument of build.py. Will release a weight for it soon.
6
0
2023-04-29T14:09:05
yzgysjr
false
null
0
ji6o6xg
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6o6xg/
false
6
t1_ji6nruq
That’s insightful. Thank you. I have been banging my head on this for a while now.
1
0
2023-04-29T14:05:52
djangoUnblamed
false
null
0
ji6nruq
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji6nruq/
false
1
t1_ji6nkoh
[deleted]
1
0
2023-04-29T14:04:17
[deleted]
true
null
0
ji6nkoh
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji6nkoh/
false
1
t1_ji6nka2
Holy heck this thing's fast. The demo `mlc_chat_cli` runs at roughly over 3 times the speed of 7B q4_2 quantized Vicuna running on LLaMA.cpp on an M1 Max MBP, but maybe there's some quantization magic going on too since it's cloning from a repo named `demo-vicuna-v1-7b-int3`. Seems like it's a little more confused th...
6
0
2023-04-29T14:04:12
swittk
false
null
0
ji6nka2
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6nka2/
false
6
t1_ji6nf0l
Hm, but I need something which I could run from command line - from your description it would mean I would have to copy/paste prompt into editor?
1
0
2023-04-29T14:03:01
szopen76
false
null
0
ji6nf0l
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji6nf0l/
false
1
t1_ji6n3xp
Don't do that in WSL, it's better to use its own swap file handling: [Advanced settings configuration in WSL | Microsoft Learn](https://learn.microsoft.com/en-us/windows/wsl/wsl-config#configuration-setting-for-wslconfig) Use "swap" and "swapFile" options in your wslconfig. Also check the "memory" setting there if yo...
1
0
2023-04-29T14:00:35
WolframRavenwolf
false
null
0
ji6n3xp
false
/r/LocalLLaMA/comments/131zrah/do_cpus_with_the_cpp_run_llms_faster_then_an_rtx/ji6n3xp/
false
1
t1_ji6lzvj
Yep, I've never had any problem chatting with all the instruction-based models. Just give them the instruction to complete the following chat, some examples and a character description, and they've all worked perfectly. Or just use a frontend like [SillyTavern](https://github.com/Cohee1207/SillyTavern) that takes care...
3
0
2023-04-29T13:51:32
WolframRavenwolf
false
null
0
ji6lzvj
false
/r/LocalLLaMA/comments/132cvmg/using_the_wizard_7b_model_for_conversations/ji6lzvj/
false
3
t1_ji6lmq6
Hey I’m one of the developers. I believe this is the first demo that a machine learning compiler helps to deploy a real-world LLM (Vicuña) to consumer-class GPUs on phones and laptops! It’s pretty smooth to use a ML compiler to target various GPU backends - the project was originally only for WebGPUs (https://mlc.ai/...
18
0
2023-04-29T13:48:31
yzgysjr
false
2023-04-29T14:03:50
0
ji6lmq6
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6lmq6/
false
18
t1_ji6l9o5
The main difference is that the BSD license includes the freedom for everyone to make closed versions of the software. GPL doesn't grant that particular freedom, ensuring the software stays open for everyone. So what's the freer license - the one that includes the freedom to take freedom away, or the one that preclude...
2
0
2023-04-29T13:45:32
WolframRavenwolf
false
null
0
ji6l9o5
false
/r/LocalLLaMA/comments/13279d6/carperai_presents_stablevicuna_13b_the_first/ji6l9o5/
false
2
t1_ji6j4n9
I’vebeen playing with chatterbot (I know this is dinosaur technology). I’m still keen on finding something that runs on CPU, Windows, without WSL or other exe, with code that’s relatively straightforward, so that it is easy to experiment with in Python (Gpt4all’s example code below). from nomic.gpt4all import GPT4All ...
1
0
2023-04-29T13:27:47
kayhai
false
null
0
ji6j4n9
false
/r/LocalLLaMA/comments/132ir4l/gpt4all_on_windows_without_admin_rights/ji6j4n9/
false
1
t1_ji6ix3s
Yep, summarisation necessarily has to fit in the current context. You need enough tokens for your current message, most recent messages ("short-term memory") and older messages summarized ("long-term memory"). It helps to remember that this kind of AI is basically just text completion. The context is like a text file ...
2
0
2023-04-29T13:25:57
WolframRavenwolf
false
null
0
ji6ix3s
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji6ix3s/
false
2
t1_ji6irsc
Oops! I dropped this here. Accidentally. Sorry! magnet:?xt=urn:btih:b8287ebfa04f879b048d4d4404108cf3e8014352&dn=LLaMA&tr=udp%3a%2f%[2ftracker.opentrackr.org](https://2ftracker.opentrackr.org)%3a1337%2fannounce
13
0
2023-04-29T13:24:41
marvinBelfort
false
null
0
ji6irsc
false
/r/LocalLLaMA/comments/132oerx/where_do_i_download_the_weights_for_the_65b_non/ji6irsc/
false
13
t1_ji6i46w
That’s very interesting. Let’s say A is 4096 token primary LLM, B is secondary summarisation LLM with 4096 token, if my latest message is almost 4096 token long, LLM A+B is bound to fail, correct ?
1
0
2023-04-29T13:18:59
djangoUnblamed
false
null
0
ji6i46w
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji6i46w/
false
1
t1_ji6hork
Do you share your chatbot with anyone? I'm looking to do something similar but intend on sharing it with my team. Not sure how many gpu's I'll need to get. xD
2
0
2023-04-29T13:15:10
kiamo
false
null
0
ji6hork
false
/r/LocalLLaMA/comments/12yh5pv/was_able_to_run_13b_4bit_and_stable_diffusion_at/ji6hork/
false
2
t1_ji6gj2n
there are demo instructions and please do try it out
1
0
2023-04-29T13:04:47
crowwork
false
null
0
ji6gj2n
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6gj2n/
false
1
t1_ji6f8qo
This is the first attempt and yes we are working on more models, there will also be tutorials to bring in more models
6
0
2023-04-29T12:52:51
crowwork
false
null
0
ji6f8qo
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6f8qo/
false
6
t1_ji6f6qe
vulkan perf is reasonable, and the final performance is still hardware dependent(instead of software). But it would enable bunch of opportunities, e.g. running different card out of box. In theory rocm (amd's specialized stack) can also be supported
3
0
2023-04-29T12:52:20
crowwork
false
null
0
ji6f6qe
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji6f6qe/
false
3
t1_ji6ejv1
Try to load it in llama.cpp, but `error loading model: unexpectedly reached end of file` guess that ggml-model-q4\_0.bin is not work.
1
0
2023-04-29T12:46:18
SignificantMedium488
false
null
0
ji6ejv1
false
/r/LocalLLaMA/comments/130dzlf/gpt4chan_in_ggml/ji6ejv1/
false
1
t1_ji6bhgx
Wizard is the most uncensored model I have seen yet
2
0
2023-04-29T12:15:30
Gullible_Bar_284
false
null
0
ji6bhgx
false
/r/LocalLLaMA/comments/12zsjhf/what_is_the_best_current_local_llm_to_run/ji6bhgx/
false
2
t1_ji6az86
>koboldcpp/releases koboldcpp have RESTAPI endpoints, so you can call them from python. make POST request to http://localhost:5001/api/v1/generate `{"prompt": "Test AI assistant\n###\nTest: Hello\nUser: Hi\nTest:", "use_story": false, "use_memory": false, "use_authors_note": false, "use_world_info": false, "max_c...
1
0
2023-04-29T12:10:05
Kitano_o
false
null
0
ji6az86
false
/r/LocalLLaMA/comments/132ir4l/gpt4all_on_windows_without_admin_rights/ji6az86/
false
1
t1_ji6a3ag
WizardLM seems to work just fine with kobold.cpp out of the box for chats.
3
0
2023-04-29T12:00:39
FullOf_Bad_Ideas
false
null
0
ji6a3ag
false
/r/LocalLLaMA/comments/132cvmg/using_the_wizard_7b_model_for_conversations/ji6a3ag/
false
3
t1_ji69tce
This model is great. I just played with it at FP16.. It works as a conversational partner just fine and it's being VERY good at RP for me. It has not AALM'ed me yet in roleplay but I haven't tried anything violent where it might. For other *real* tasks, editing the response and asking again works. So far: two huge th...
3
0
2023-04-29T11:57:40
a_beautiful_rhind
false
null
0
ji69tce
false
/r/LocalLLaMA/comments/132cvmg/using_the_wizard_7b_model_for_conversations/ji69tce/
false
3
t1_ji67d2e
Thanks bro I was about to drop the model due to the slow performance on rtx 3060 12GB but now when cache is active I get around 7.82 to 8.7 tokens per second!
2
0
2023-04-29T11:29:57
jumperabg
false
null
0
ji67d2e
false
/r/LocalLLaMA/comments/12z9znh/new_7b_llama_model_wizardlm_now_available/ji67d2e/
false
2
t1_ji67a6d
I would write a small python script to loop those files, read them, and run them through tiktoken. Or if llama.cpp has an exposed api, encode tokens there. Encoding tokens is fast, it's not like generating text, should take a handful of milliseconds (on cpu.)
2
0
2023-04-29T11:29:00
NekoSmoothii
false
null
0
ji67a6d
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji67a6d/
false
2
t1_ji672gf
how is the performance with vulcan compared to cuda? or in other words, does this make amd cards viable or are they still slower then nvidia?
3
0
2023-04-29T11:26:27
overlydelicioustea
false
null
0
ji672gf
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji672gf/
false
3
t1_ji66wrv
As far as I understand this is an instruction based model and you must provide instructions and then get a result. If you are not happy with the result just change the instruction and try again.
1
0
2023-04-29T11:24:36
jumperabg
false
null
0
ji66wrv
false
/r/LocalLLaMA/comments/12z9znh/new_7b_llama_model_wizardlm_now_available/ji66wrv/
false
1
t1_ji66sjg
Yes, this is correct, thank you, I'm aware :) I should have been more specific in the comment
2
0
2023-04-29T11:23:13
Dany0
false
null
0
ji66sjg
false
/r/LocalLLaMA/comments/132e8n5/llamacpp_just_dropped_out_support_for_the_q4_3/ji66sjg/
false
2
t1_ji66q9t
From what I understand, OpenAI uses another LLM to summarize past messages in 4096 tokens of context.
2
0
2023-04-29T11:22:28
reddiling
false
null
0
ji66q9t
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji66q9t/
false
2
t1_ji66bd8
Hm, I will try it! I need something which I could run in Linux from command line. I have about 250 files which may or may not be above 2048 token limit, and checking them by hand loading llama.cpp is out of the question (or copy/pasting etc). As for oobabooga, it would be overkill to install it just to get one exte...
2
0
2023-04-29T11:17:31
szopen76
false
null
0
ji66bd8
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji66bd8/
false
2
t1_ji65q0j
Not yet, but I'm going to soon. That will be my next project.
1
0
2023-04-29T11:10:12
NickUnrelatedToPost
false
null
0
ji65q0j
false
/r/LocalLLaMA/comments/1329phc/is_anyone_collecting_autogpt_logs_similarly_to/ji65q0j/
false
1
t1_ji658wv
It means they publish the source code. It doesn’t mean free.
0
0
2023-04-29T11:04:17
kevinbranch
false
null
0
ji658wv
false
/r/LocalLLaMA/comments/13279d6/carperai_presents_stablevicuna_13b_the_first/ji658wv/
false
0
t1_ji657bo
No, they used to support the old non-mmap-able format when the support was temporarily dropped
3
0
2023-04-29T11:03:43
reddiling
false
null
0
ji657bo
false
/r/LocalLLaMA/comments/132e8n5/llamacpp_just_dropped_out_support_for_the_q4_3/ji657bo/
false
3
t1_ji61zca
>The rationale is that for equal model bit size, the one that has more weights encoded with less precision is generally speaking better. To me it seems obvious that it is about finding the specific sweet spot. At some point your low-res weight is just doing bullshit. And if you double the layers to get your precision ...
3
0
2023-04-29T10:18:40
involviert
false
2023-04-29T10:23:51
0
ji61zca
false
/r/LocalLLaMA/comments/132e8n5/llamacpp_just_dropped_out_support_for_the_q4_3/ji61zca/
false
3
t1_ji61nll
those would be apt get install ,apt get update , sudo, i love Ubuntu i have tried so many times to get people to adopt it , everyone hated it and begged me to go back to windows, so much so that family who requested my help started adding "and oh please no Ubuntu" you are probably a smart guy but you are totally missi...
1
0
2023-04-29T10:13:48
Sherisabre
false
null
0
ji61nll
false
/r/LocalLLaMA/comments/12zif1v/are_we_replicating_the_failures_leading_to_lack/ji61nll/
false
1
t1_ji60n5p
There is a torrent out there. You may be able to find the magnet link in facebooks github repo for LLaMA in an unmerged pull request. (If they still didn't delete it.) Or just google for the magnet link.
4
0
2023-04-29T09:58:48
NickUnrelatedToPost
false
null
0
ji60n5p
false
/r/LocalLLaMA/comments/132oerx/where_do_i_download_the_weights_for_the_65b_non/ji60n5p/
false
4
t1_ji60kb6
Tried it, way too slow and a bare minimum. I recommend gpt-llama.cpp. I little longer to install, but then you get very nice and clean responses; chat gtp interface; save prompts; save conversations; etc.
1
0
2023-04-29T09:57:37
Away-Sleep-2010
false
null
0
ji60kb6
false
/r/LocalLLaMA/comments/131nnis/serge_just_works/ji60kb6/
false
1
t1_ji5zri4
[deleted]
1
0
2023-04-29T09:45:46
[deleted]
true
null
0
ji5zri4
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji5zri4/
false
1
t1_ji5znxm
Thanks man ! Is this something that open ai may be using internally ?
1
0
2023-04-29T09:44:17
djangoUnblamed
false
null
0
ji5znxm
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji5znxm/
false
1
t1_ji5zkio
https://huggingface.co/docs/transformers/main/en/model_doc/llama Weights for the LLaMA models can be obtained from by filling out this form: https://docs.google.com/forms/d/e/1FAIpQLSfqNECQnMkycAp2jP4Z9TFX0cGR4uf7b_fBxjY_OjhJILlKGA/viewform
5
0
2023-04-29T09:42:50
Thireus
false
null
0
ji5zkio
false
/r/LocalLLaMA/comments/132oerx/where_do_i_download_the_weights_for_the_65b_non/ji5zkio/
false
5
t1_ji5zkag
Would it be allowed to use the output from Vicuna (heavily edited) to make a book I intended to sell, for example? Maybe that's a legally grey area because as of now AI-outputs can't be copyrighted, combined with the fact that I wouldn't use the models themselves in a commercials setting, just the outputs. But yeah, i...
2
0
2023-04-29T09:42:45
xerzev
false
null
0
ji5zkag
false
/r/LocalLLaMA/comments/13279d6/carperai_presents_stablevicuna_13b_the_first/ji5zkag/
false
2
t1_ji5zbcu
Asking a model about itself never gives the correct answer. It’s just hallucinating.
3
0
2023-04-29T09:39:05
CKtalon
false
null
0
ji5zbcu
false
/r/LocalLLaMA/comments/1326eau/what_languages_are_in_the_llama_model/ji5zbcu/
false
3
t1_ji5z1if
This is excellent. To be able to run llms on GPUs using vulkan api is a dream for me. Let me try it out today. Thank you for sharing.
5
0
2023-04-29T09:35:02
akbbiswas
false
null
0
ji5z1if
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji5z1if/
false
5
t1_ji5xz5n
This is a game changer if it really works
2
0
2023-04-29T09:18:51
Pretend_Jellyfish363
false
null
0
ji5xz5n
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji5xz5n/
false
2
t1_ji5xwju
from the command-line: when you launch "main", add "--mlock" to command line parameters, e.g. `main -m gpt4all-lora-unfiltered-quantized-ggml-new.bin --temp 0.7 --top_p 0.1 --repeat_penalty 1.176470588235294 --mlock`
1
0
2023-04-29T09:17:44
alexl83
false
null
0
ji5xwju
false
/r/LocalLLaMA/comments/1303ay8/models_freeze_after_awhile_running_llamacpp/ji5xwju/
false
1
t1_ji5wk17
5bit is not faster, smaller and better than 4bit, only q4_3. Which is why q4_3 was dropped. q4_0 remains small and fast. My suggestion is to use q4_0 with 13B model for your best balance of speed and accuracy. You're sacrificing quite a lot of speed for a relatively tiny gain in quality for these other models when you...
9
0
2023-04-29T08:57:31
Pan000
false
2023-04-29T09:03:45
0
ji5wk17
false
/r/LocalLLaMA/comments/132e8n5/llamacpp_just_dropped_out_support_for_the_q4_3/ji5wk17/
false
9
t1_ji5wfwv
It's ok for me because I have fast internet, but I guess it would be frustrating. 4_3 is the best 65b alpaca as far as I can tell. Using an older release would be a fix.
2
0
2023-04-29T08:55:48
ambient_temp_xeno
false
2023-04-29T09:13:42
0
ji5wfwv
false
/r/LocalLLaMA/comments/132e8n5/llamacpp_just_dropped_out_support_for_the_q4_3/ji5wfwv/
false
2
t1_ji5wemg
Thank you, it work very well https://preview.redd.it/ttfv9srywtwa1.png?width=891&format=png&auto=webp&v=enabled&s=e58a5f20ec52ad91d1bf2d8a648de41a9636d388
5
0
2023-04-29T08:55:17
3deal
false
null
0
ji5wemg
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji5wemg/
false
5
t1_ji5vn3j
But what is the value of the model spread then? Can I use Vicuna so the chatbot on the company page will entertain customers while they are waiting in line? Can I use Llamas's responses to create my own data set? Can I spread the llama version that trained to use my company API and tools? none of these activities...
1
0
2023-04-29T08:44:08
veonua
false
null
0
ji5vn3j
false
/r/LocalLLaMA/comments/1303g6t/why_hasnt_meta_made_llama_open_source/ji5vn3j/
false
1
t1_ji5vg8d
it has dementia, forgets everything every message oml
2
0
2023-04-29T08:41:18
happydadinau
false
null
0
ji5vg8d
false
/r/LocalLLaMA/comments/12z9znh/new_7b_llama_model_wizardlm_now_available/ji5vg8d/
false
2
t1_ji5v375
What do I do if I have run into this problem? I can no longer build quant_cuda. It says CUDA extension not installed. I had this all running earlier for the 8-bit but now I am going back trying to get 4-bit to work and I'm having serious problems. On Windows.
1
0
2023-04-29T08:35:51
Siigari
false
null
0
ji5v375
false
/r/LocalLLaMA/comments/11o6o3f/how_to_install_llama_8bit_and_4bit/ji5v375/
false
1
t1_ji5ukdz
is there any benchmark for the new model ?
2
0
2023-04-29T08:28:04
veonua
false
null
0
ji5ukdz
false
/r/LocalLLaMA/comments/1329ckp/fastchatt5_drop/ji5ukdz/
false
2
t1_ji5ua3e
https://github.com/wawawario2/long_term_memory
1
0
2023-04-29T08:23:53
Thireus
false
null
0
ji5ua3e
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji5ua3e/
false
1
t1_ji5t7yr
And if you try variations where the answer would not easily fit this template? I have the idea this question is in the dataset and not a good measurement for quality to use as is.
3
0
2023-04-29T08:08:22
smallfried
false
null
0
ji5t7yr
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji5t7yr/
false
3
t1_ji5t1r7
> The seed value by itself doesn't matter and no seeds are really "good" or "bad" It definitely does seem to matter in my experience. As long as I specify a "good" seed as a command line option, it's coherent. When I don't, it's a toss up whether it goes off the rails or not. I have never seen it do that with a "good"...
1
0
2023-04-29T08:05:53
fallingdowndizzyvr
false
null
0
ji5t1r7
false
/r/LocalLLaMA/comments/1325x8j/the_latest_llamacpp_seems_much_faster/ji5t1r7/
false
1
t1_ji5stif
I would like to use Python because I would like to try interacting with the model as a chatbot via Telegram/Teams. Instead of running an executable.
1
0
2023-04-29T08:02:31
kayhai
false
null
0
ji5stif
false
/r/LocalLLaMA/comments/132ir4l/gpt4all_on_windows_without_admin_rights/ji5stif/
false
1
t1_ji5sopd
Oh wow, this is the first implementation where I've been able to use my AMD gpu. Thanks for sharing this! That's awesome! How do I switch it out and try different models? Or is that not possible?
10
0
2023-04-29T08:00:33
RATKNUKKL
false
null
0
ji5sopd
false
/r/LocalLLaMA/comments/132igcy/project_mlc_llm_universal_llm_deployment_with_gpu/ji5sopd/
false
10
t1_ji5sanc
Your best option is to encode your text using the model's tokenizer and get the length of that. But if you don't have access to that/don't want to load it you can use [tiktoken](https://pypi.org/project/tiktoken/). While tiktoken is supposed to be faster than a model's tokenizer, I don't think it has an equivalent fo...
3
0
2023-04-29T07:54:48
NekoSmoothii
false
null
0
ji5sanc
false
/r/LocalLLaMA/comments/132aepv/counting_prompt_tokens_locally/ji5sanc/
false
3
t1_ji5rkwe
You don't need python or anything else. There are ways to run things on Windows with no admin privileges. Try these. https://github.com/ggerganov/llama.cpp/releases/tag/master-334637e https://github.com/LostRuins/koboldcpp/releases
3
0
2023-04-29T07:44:38
fallingdowndizzyvr
false
null
0
ji5rkwe
false
/r/LocalLLaMA/comments/132ir4l/gpt4all_on_windows_without_admin_rights/ji5rkwe/
false
3
t1_ji5r2ml
[deleted]
1
0
2023-04-29T07:37:25
[deleted]
true
null
0
ji5r2ml
false
/r/LocalLLaMA/comments/13279d6/carperai_presents_stablevicuna_13b_the_first/ji5r2ml/
false
1
t1_ji5qu8a
DM me if you need any help. There is no benefit of fedora over other linuxes. It all depends on your personal preferences. So if you are new to the linux game i would recommend you go for a ubuntu (kubuntu/xubuntu) or fedora 37. Right now I would recoomend Fedora 37, but that is just a gut feeling. However there is mor...
2
0
2023-04-29T07:34:11
pirateneedsparrot
false
null
0
ji5qu8a
false
/r/LocalLLaMA/comments/12zsjhf/what_is_the_best_current_local_llm_to_run/ji5qu8a/
false
2
t1_ji5qblg
Not my work, I just linked it. Credit goes to u/The-Bloke who also wrote this reddit post about the models: [https://www.reddit.com/r/LocalLLaMA/comments/132anao/carterais\_stablevicuna\_13b\_with\_rhlf\_training\_now/](https://www.reddit.com/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_...
5
0
2023-04-29T07:26:46
rerri
false
null
0
ji5qblg
false
/r/LocalLLaMA/comments/13279d6/carperai_presents_stablevicuna_13b_the_first/ji5qblg/
false
5
t1_ji5pezq
>Stable Vicuna is very underwhelming for riddles and logic problems I've been getting this impression too. It has failed a few basic test questions that even Vicuna 7B could get right. It's a little disappointing, but I haven't tested it enough yet to tell if its a worse model overall. It at least says there's no King...
3
0
2023-04-29T07:14:09
Civil_Collection7267
false
null
0
ji5pezq
false
/r/LocalLLaMA/comments/132anao/carterais_stablevicuna_13b_with_rhlf_training_now/ji5pezq/
false
3
t1_ji5oyoc
You can try lowering the temperature value. I run my llama at around 0.3. LLMs output probabilities of the next token and the seed is really just influencing the algorithm that selects the next output token among the possibilities suggested by the LLM. The seed value by itself doesn't matter and no seeds are really "g...
5
0
2023-04-29T07:07:48
audioen
false
2023-04-29T07:13:22
0
ji5oyoc
false
/r/LocalLLaMA/comments/1325x8j/the_latest_llamacpp_seems_much_faster/ji5oyoc/
false
5
t1_ji5n4p3
On a 4090 it took me several hours on a larger file so I think you should be able to do it on a 3090 if you’re okay with leaving your computer running a while
3
0
2023-04-29T06:42:56
JustCametoSayHello
false
null
0
ji5n4p3
false
/r/LocalLLaMA/comments/132dj2i/training_and_fine_tuning_my_own_local_vicuna_or/ji5n4p3/
false
3
t1_ji5m1fn
Amazing ...
1
0
2023-04-29T06:28:26
Confident-Ad-5753
false
null
0
ji5m1fn
false
/r/LocalLLaMA/comments/132cvmg/using_the_wizard_7b_model_for_conversations/ji5m1fn/
false
1
t1_ji5l1id
It guess it learned a few more when they weren't looking. I asked it for a list of languages it knows and it gave me a longer list than in that paper. I've updated OP with the list. I tried to confirm it by asking it to repeat the list in German, it did that well. I asked it to repeat the list in Chinese, I don't spea...
0
0
2023-04-29T06:15:20
fallingdowndizzyvr
false
2023-04-29T06:28:41
0
ji5l1id
false
/r/LocalLLaMA/comments/1326eau/what_languages_are_in_the_llama_model/ji5l1id/
false
0