just saw this on Chinese internet - deepseek officially mentioned that v3.1 is trained using UE8M0 FP8 as that is the FP8 to be supported by the next gen Chinese AI chip. so basically - some Chinese next gen AI chips is coming, deepseek is working with them to get its flagship model trained using such domestic chips. interesting time ahead! just imagine what it could do to NVIDIA share price when deepseek releases a…
Time to short Nvidia?
DeepSeek-v3.1
251–260 of 273 posts
Re: DeepSeek-v3.1
#252Earlier quoted context omitted.
if you are running a 2bit quant, you are not giving up performance but gaining 100% performance since the alternative is usually 0%. Smaller quants are for folks who won't be able to run anything at all, so you run the largest you can run relative to your hardware. I for instance often ran Q3_K_L, I don't think of how much performance I'm giving up, but rather how without Q3, I won't be able to run it at all. With th…
That's true only in a vacuum. For example, should I run gpt-oss-20b unquantized or gpt-oss-120b quantaized? Some models have a 70b/30b spread, and that's only across a single base model, where many different models exist at different quants could be compared for different tasks.
llama.cpp also unfortunately cannot quantize matrices that are not a multiple of 256 (2880)
Re: DeepSeek-v3.1
#253just saw this on Chinese internet - deepseek officially mentioned that v3.1 is trained using UE8M0 FP8 as that is the FP8 to be supported by the next gen Chinese AI chip. so basically - some Chinese next gen AI chips is coming, deepseek is working with them to get its flagship model trained using such domestic chips. interesting time ahead! just imagine what it could do to NVIDIA share price when deepseek releases a…
Time to short Nvidia?
Anyway, from my experience, if China really has advanced AI chips for SOTA model, I am sure propaganda machine will go all out, look how they boasted Huawei CPU that’s two generations behind Qualcomm and TSMC
Re: DeepSeek-v3.1
#254For reference, here is the terminal-bench leaderboard: https://www.tbench.ai/leaderboard Looks like it doesn't get close to GPT-5, Claude 4, or GLM-4.5, but still does reasonably well compared to other open weight models. Benchmarks are rarely the full story though, so time will tell how good it is in practice.
garbage benchmark, inconsistent mix of "agent tools" and models. if you wanted to present a meaningful benchmark, the agent tools will stay the same and then we can really compare the models. there are plenty of other benchmarks that disagree with these, with that said. from my experience most of these benchmarks are trash. use the model yourself, apply your own set of problems and see how well it fairs.
I don't consider myself super special. I think it should be doable to create a benchmark that beats me having to test every single new model.
Re: DeepSeek-v3.1
#255Earlier quoted context omitted.
for such dynamic 2bit, is there any benchmark results showing how many performance I would give up compared to the original model? thanks.
Currently no, but I'm running them! Some people on the aider discord are running some benchmarks!
Re: DeepSeek-v3.1
#256Earlier quoted context omitted.
I’m not asking broadly about difference in ethics. I’m asking specifically about IP theft in the AI space.
I'm not aware of any proven IP theft by American companies in the AI space. Many pending legal challenges. None yet proven.
Re: DeepSeek-v3.1
#257Earlier quoted context omitted.
hey fellow crazy person! slight tangent: one thing that helps keep me grounded with "LLMs are doing much more than regurgitation" is watching them try to get things to work on nixos - and hitting every rake on the way to hell! nixos is such a great way to expose code doing things it shouldn't be doing.
In my experience LLMs can do Nix very well, even the models I run locally. I just instruct them to pull dependencies through flake.nix and use direnv to run stuff.
but when it was failing on my original idea, it kept trying dumb things that weren't really even nix after a while.
Re: DeepSeek-v3.1
#258Earlier quoted context omitted.
You would still need drivers and all the stuff difficult with nvidia in linux with a egpu. (Its not nessecarily terrible just suboptimal) Rather just add the second GPU in the Workstation, or just run the llm in your AMD GPU.
Oh, we can run LLMs efficiently with AMD GPUs now? Pretty cool, I haven't been following, thank you.
Re: DeepSeek-v3.1
#259Re: DeepSeek-v3.1
#260Earlier quoted context omitted.
Those Qwen3 2507 models are the local creme-de-la-creme right now. If you've got any sort of GPU and ~32gb of RAM to play with, the A3B one is great for pair-programming tasks.
Do we get these good qwen models when using qwen-code CLI tool and authing via qwen.ai account?