Earlier quoted context omitted.
Yes, RAM requirement is BnL same for GPU and using the metal/GPU in Apple Silicon. Running LLM models on a MacBook Pro with Apple Silicon vs. a PC with an Nvidia 4090 GPU has trade-offs. My 128GB MacBook Pro handles models using up to 96GB of unified memory, running at a little under half the speed of a 4090. If you use a quantized version of full floating point model, you can run the largest open models available. W…
"It's not clear to me why Macbooks and Mac Studio Ultras with maxed out RAM aren't selling" Aren't these machines extremly expensive and generally not upgradable?
Codestral: Mistral's Code Model
191–200 of 225 posts
Re: Codestral: Mistral's Code Model
#192The license for this [1] prohibits use of the model and its outputs for any commercial activity, or even any "live" (whatever that means) conditions, commercial or not. There seems to be an exclusion for using the code outputs as part of "development". But wait! It also prohibits "any internal usage by employees in the context of the company's business activities". However you interpret these clauses, this puts their…
There's some irony in the fact that people will ignore this license in exactly the same way Mistral and all the other LLM guys ignore the copyright and licensing on the works they ingest.
Re: Codestral: Mistral's Code Model
#193Earlier quoted context omitted.
Yes, RAM requirement is BnL same for GPU and using the metal/GPU in Apple Silicon. Running LLM models on a MacBook Pro with Apple Silicon vs. a PC with an Nvidia 4090 GPU has trade-offs. My 128GB MacBook Pro handles models using up to 96GB of unified memory, running at a little under half the speed of a 4090. If you use a quantized version of full floating point model, you can run the largest open models available. W…
I have a 5940x with 128 gb ram. It's a bit slower perhaps than the mac, but i get the best of both worlds. That is I get a lot of RAM to hold the model and I can offload as much of it as possible to the GPU. This works especially well with models like mixtral 8x22, but also models like llama3 and the old large bloom model. I also get the utility of running Linux instead of the closed up mac os. But running large mode…
> closed up MacOS
https://github.com/apple-oss-distributions/distribution-macO...
curl https://alx.sh | sh
https://asahilinux.org/I prefer the "utility" of BSDs, but that's just a preference.
Re: Codestral: Mistral's Code Model
#194Earlier quoted context omitted.
There's some irony in the fact that people will ignore this license in exactly the same way Mistral and all the other LLM guys ignore the copyright and licensing on the works they ingest.
And nobody will sue anybody because suing means...discovery....
Re: Codestral: Mistral's Code Model
#195Earlier quoted context omitted.
The fact that I can downloaded it and run it myself is a pretty meaningful amount of openness to me. I can easily ignore their bogus claims about what I'm allowed to do with it due to their distribution model. I can't necessarily do the same with a propriety service, as they can cut me off if the way I use the output makes them sad :(
> I can easily ignore their bogus claims about what I'm allowed to do with it due to their distribution model. If you're talking about exclusively personally use, sure. If you're talking about a business setting in a jurisdiction that Mistral can sue in, not so much. Being able to use it in a business setting is a pretty darn important part of what Open Source has always meant (it's why it exists as a term at all).
I'm reminded of the Japanese concept called Sosumi :)
> Being able to use it in a business setting is a pretty darn important part of what Open Source has always meant (it's why it exists as a term at all).
I'm quite familiar with the history of that term, but neither I nor Mistral used it. None of their models have been open source; they have been open weight. You can argue that they are actually "weight available" given the terms they write next to the download link, but since there has been no ruling on whether weights themselves are covered by copyright (and I think that would be terribly bogus if they are), I simply choose not to care what they write in their "terms of use".
Re: Codestral: Mistral's Code Model
#196Will this run on an M3 48GB?
You’ll need 44GB just for the weights By default only 75% of unified memory is available to GPU if you have >36GB. So with 48 total only 36 is available for GPU with is lower than 44. tldr; without quantization you will not be able to run it.
This article says 88GB without quantization. Though it then goes on to make a ridiculous claim that if you had 128GB of RAM, then using up 88GB of 128GB would make everything else really slow because I guess the think the remaining 40GB of RAM somehow isn't enough for your OS and desktop apps.
So it’s probably not a very authoritative source.
Re: Codestral: Mistral's Code Model
#197Is there a vscode extension that could plug any model out there and have a similar experience to copilot. I always want to try them but I cant be bothered to do a whole setup each time.
> Llama Coder is a better and self-hosted Github Copilot replacement for VS Code
https://github.com/ex3ndr/llama-coder
And:
> Open-source VS Code and JetBrains extensions that enable you to easily create your own modular AI software development system
Re: Codestral: Mistral's Code Model
#198Earlier quoted context omitted.
"It's not clear to me why Macbooks and Mac Studio Ultras with maxed out RAM aren't selling" Aren't these machines extremly expensive and generally not upgradable?
They cost less than the 4 - 8 graphics cards and monster desktop PC that would be needed, plus, hey, it's a laptop.
Re: Codestral: Mistral's Code Model
#199Earlier quoted context omitted.
I have a 5940x with 128 gb ram. It's a bit slower perhaps than the mac, but i get the best of both worlds. That is I get a lot of RAM to hold the model and I can offload as much of it as possible to the GPU. This works especially well with models like mixtral 8x22, but also models like llama3 and the old large bloom model. I also get the utility of running Linux instead of the closed up mac os. But running large mode…
I get the utility of a laptop that runs 20 hours on battery and slips in the side pocket of my carry-on or shoulder bag. (The Mac can also split between RAM and GPU.) Mixtral 8x22 and Llama 3 70b stream at roughly the same speed as last year's GPT-4. > closed up MacOS https://github.com/apple-oss-distributions/distribution-macO... curl https://alx.sh | sh https://asahilinux.org/ I prefer the "utility" of BSDs, but th…
Have you ever seen the inside of a datacenter? Why is it that surprising to you that nobody perks up when you start waxing on about battery life? Even terms of power-to-performance, Apple's latest chips get ethered by Nvidia's server offerings.
This "Apple for Inference" meme is so dead that I can only feel sad when I see people unironically promoting it. You actually think serious customers are going to load up Asahi (even funnier, MacOS) on their Mac Pro... so they can inference half as fast as a single Blackwell GPU? You think the industry is doing this shit? I don't even think the Steve Jobs apologists are dumb enough to fall for this one, you must be a particularly aspirational shareholder.
Re: Codestral: Mistral's Code Model
#200Earlier quoted context omitted.
> So basically I, as an open source author, had my code eaten up by Mistral without my consent Not necessarily. You consented to people reading your code and learning from it when you posted it on Github. Whether or not there's an issue with AI doing the same remains to be settled. It certainly isn't clear cut that separate consent would be required.
MIT/BSD code is fair game, but isn't the whole point of GPL/AGPL "you can read and share and use this, but you can't take it and roll it into your closed commercial product for profit"? It seems like what Mistral and co are doing is a fundamental violation of the one thing GPL is striving to enforce.