Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)N
Posts
94
Comments
150
Joined
3 yr. ago

  • Interesting, hadn't heard of it before today, but guess I don't look at European car brands that often anyways

  • Ah I mean fair enough :) I don't keep up much with car brands and ownerships, but still TIL haha

  • Huh, didn't realize Volvo was primarily owned by a Chinese company, you got me there lol, genuinely always thought they were standalone and therefore a Swedish company

  • If you're using text generation webui there's a bug where if your max new tokens is equal to your prompt truncation length it will remove all input and therefore just generate nonsense since there's no prompt

    Reduce your max new tokens and your prompt should actually get passed to the backend. This is more noticable in models with only 4k context (since a lot of people default max new tokens to 4k)

  • I don't understand the title, twitch isn't mentioned anywhere in the article is it??

  • Colour me intrigued. I want more manufactures that go against the norm. If they put out a generic slab with normal specs at an expected price, I won't be very interested, but if they do something cool I'm all for it

    Except I just noticed the part where it's developed by Meizu so nevermind probably will be a generic Chinese phone

  • Stop making me want to buy more graphics cards...

    Seriously though this is an impressive result, "beating" gpt3.5 is a huge milestone and I love that we're continuing the trend. Will need to try out a quant of this to see how it does in real world usage. Hope it gets added to the lmsys arena!

  • LocalLLaMA @sh.itjust.works

    itsme2417/PolyMind: A multimodal, function calling powered LLM webui.

    github.com /itsme2417/PolyMind
  • LocalLLaMA @sh.itjust.works

    Introducing Nomic Embed: A Truly Open Embedding Model

    blog.nomic.ai /posts/nomic-embed-text-v1
  • If you go for it and need any help lemme know I've had good results with Linux and Nvidia lately :)

  • Btw I know this is old and you may have already figured out your hardware and setup, but p40s and p100s go for super cheap on eBay.

    P40 is an amazing $/GB deal, only issue is the fp16 performance is abysmal so you'll want to run either full fp32 models or use llama.cpp which is able to cast up to that size

    The p100 has less VRAM but really good fp16 performance which makes it ideal for exllamav2 usage. I picked up one of each recently, p40 was failed to deliver and p100 was delivered while I'm away, but once I have both on hand I'll probably post a comparison to my 3090 for interests sake

    Also I run all my stuff on Linux (Ubuntu 22.04) with no issues

  • You shouldn't need nvlink, I'm wondering if it's something to do with AWQ since I know that exllamav2 and llama.cpp both support splitting in oobabooga

  • Yeah q2 logic is definitely a sore point, I'd highly recommend going with Mistral dolphin 2.6 DPO instead, the answers have been very high quality for a 7b model

    But good info for anyone wanting to keep up to date on very low bit rate quants!

  • I don't have a lot of experience with either at this time, I've used them here and there for programming questions but usually I stick to 7b models because I use them for code completion and I only find that useful if it completes the code before I do lol

    That said, I've had overall good answers from either whenever I've decided to pull them out, it feels like wizard coder should be better since it's so much newer but overall it hasn't been that different. Wish phind would release an update :(

  • LocalLLaMA @sh.itjust.works

    InternLM2 models llama-fied

  • I run my Nvidia stuff in containers to not have to deal with all the stupid shenanigans

  • The 3060 is a nice cheap one for running okay sized models, but if you can find a way to stretch for a 3090 or a 7900 XTX you'll be able to run these 33B models with decent quant levels

  • LocalLLaMA @sh.itjust.works

    WizardLM/WizardCoder-33B-V1.1 released!

    huggingface.co /WizardLM/WizardCoder-33B-V1.1
  • I live in Ontario where we go down to -30C in the harshest conditions.

    We have a heat pump and a furnace and they alternate based on efficiency

    Somewhere around -5 to +5 C it switches from the heat pump to the furnace

    I think you could get by a bit colder but it really loses out on efficiency vs burning gas unless you invest in a geothermal heat pump

  • LocalLLaMA @sh.itjust.works

    Microsoft announces WaveCoder

    twitter.com /_akhaliq/status/1739486811100004513
  • Seems relatively uncensored, willing to answer most questions

  • It's definitely a little odd.. I'm glad they did any kind of official release for 0.2, but yeah information is sorely lacking and would be nice to have more, especially with how revolutionary the previous one was.. is this incremental? Is it a huge change? Is it just more fine tuning? Did they start from scratch? We'll never know 🤷‍♂️

  • LocalLLaMA @sh.itjust.works

    Mixture of Experts Explained (Huggingface blog)

    huggingface.co /blog/moe
  • LocalLLaMA @sh.itjust.works

    Mistral releases version 0.2 of their 7B model

    mistral.ai /news/la-plateforme/
  • The only concern I had was my god is it a lot of faith to put in this random twitter, hope they never get hacked lol, but otherwise yes it's a wonderful idea, would be a good feature for huggingface to speed up downloads/uploads

  • LocalLLaMA @sh.itjust.works

    Mistral drops a new magnet download

    twitter.com /MistralAI/status/1733150512395038967
  • LocalLLaMA @sh.itjust.works

    Orca 2: Teaching Small Language Models How to Reason

    www.microsoft.com /en-us/research/blog/orca-2-teaching-small-language-models-how-to-reason/
  • LocalLLaMA @sh.itjust.works

    Hundreds of OpenAI employees threaten to resign and join Microsoft

    www.theverge.com /2023/11/20/23968988/openai-employees-resignation-letter-microsoft-sam-altman
  • LocalLLaMA @sh.itjust.works

    Catch me if you can! How to beat GPT-4 with a 13B model | LMSYS Org

    lmsys.org /blog/2023-11-14-llm-decontaminator/
  • LocalLLaMA @sh.itjust.works

    TensorRT-LLM evaluation of the new H200 GPU achieves 11,819 tokens/s on Llama2-13B

    github.com /NVIDIA/TensorRT-LLM/blob/release/0.5.0/docs/source/blogs/H200launch.md
  • LocalLLaMA @sh.itjust.works

    ExUI - a lightweight web UI for ExLlamaV2 by turboderp

    github.com /turboderp/exui
  • LocalLLaMA @sh.itjust.works

    Phind V7 subjectively performing at GPT4 levels for coding

    news.ycombinator.com /item
  • LocalLLaMA @sh.itjust.works

    Min P sampler (an alternative to Top K/Top P) has been merged into llama.cpp

    github.com /ggerganov/llama.cpp/pull/3841
  • LocalLLaMA @sh.itjust.works

    HUGE dataset released for open source use

    together.ai /blog/redpajama-data-v2
  • LocalLLaMA @sh.itjust.works

    I've started uploading quants of exllama v2 models, taking requests

    huggingface.co /bartowski
  • LocalLLaMA @sh.itjust.works

    Text Generation Web-UI has been updated to CUDA 12.1, and with it new docker images are needed

  • LocalLLaMA @sh.itjust.works

    Single Digit tokenization improves LLM math abilities by up to 70x

    twitter.com /andrew_n_carr/status/1714326003030638848