Open Source LLM

The Mold Linker Is Great & Set To Become Even Better

When it comes to open-source compiler toolchain components and more broadly often unsung heroes in the low-level open-source space, one of the most interesting successes in recent years has been the Mold linker that has proven itself a viable alternative to GNU ld and Gold or LLVM's lld linkers. Mold is already in great shape and typically proving itself well while moving ahead they are working toward kernel/embedded programming support as one of the last grounds to tackle.

Rui Ueyama as the Mold lead developer --
Continue reading...

Open Source LLM

LLVM/Clang Can Work Fine As A GCC Replacement For Linux Distributions

While the performance of LLVM/Clang is on-par with GCC these days on both x86_64 and AArch64 and the C/C++ support is very robust compared to many years ago, most Linux distributions continue using the GCC compiler and GNU toolchain by default. OpenMandriva is a well known Linux distribution that for several years has been a Clang-built Linux distribution while for three years now the Chimera Linux distribution has also been relying exclusively on an LLVM toolchain.

Daniel Kolesa with the
Continue reading...

Open Source LLM

AI趨勢周報第241期:號稱真正開源!AI2釋出OLMo語言模型和所有相關資料

重點新聞(0126~0201)

AI2 開源 OLMo

號稱真正開源!AI2釋出OLMo語言模型和所有相關資料

艾倫AI研究所(AI2)最近 釋出 2款語言模型OLMo 7B和OLMo 1B,而且有別於常見做法、只開源模型權重和推論程式碼,AI2不只釋

Continue reading...

Open Source LLM

Linux Foundation Gets Involved With Lottie To Develop Formal File Format Specification

The newest frontier by the Linux Foundation is getting involved with coming up with a formal file format specification for Lottie, the vector graphics animation format based on JSON.

Lottie has seen a lot of interest in recent years as a JSON-based vector graphics animation format with support ranging from Microsoft Windows to Adobe integration via plug-ins and more. The Linux Foundation today announced the Lottie Animation Community (LAC) as a new format specification body. Those forming this community are the likes of Google, LottieFiles, Airbnb, Hernan
Continue reading...

Open Source LLM

Meta釋出擁有700億參數的Code Llama,為目前最佳開源程式碼生成模型

Meta新釋出程式碼生成模型Code Llama 70B,是Code Llama系列中最大的模型,以程式碼生成基準測試HumanEval分數67.8%,成為目前效能表現最好的開源模型。新模型與之前的Code Llama模型皆使用相同的Llama 2授權。

Open Source LLM

LLVM 18.1-rc1 Released For Enabling New Intel CPU Features, More C23 & C++23

Following the recent branching of LLVM 18 , LLVM 18.1-rc1 was released today as the first test candidate for this half-year update of this widely-used open-source compiler stack.

LLVM 18 stable is planning for release in early March and thus the release dance is now underway. This is also going to be the first release under LLVM's new versioning scheme similar to GCC and that is why it will be LLVM 18.1 rather than LLVM 18.0
Continue reading...

Open Source LLM

Uutils 0.0.24 Advances Rust-Written Coreutils Implementation

The uutils project providing a Rust-written Coreutils re-implementation has released v0.0.24 and it passes another 29 GNU test cases as the project nears its 1.0 release.

The uutils focus continues to be a drop-in replacement to GNU Coreutils and their v1.0 release nears as they get closer to passing all of the GNU test cases. With GNU Uutils 0.0.24 they are passing 422 tests but still failing 132 tests and skipping
Continue reading...

Open Source LLM|Intel

OpenVINO 2023.3 Brings Full Support For Intel Emerald Rapids, Broader GenAI & LLMs

Intel engineers on Wednesday released OpenVINO 2023.3 as the latest major update to this leading open-source AI toolkit. The OpenVINO 2023.3 brings "full support" for new Emerald Rapids and Meteor Lake processors, other Intel hardware support improvements, and continuing to expand support around generative AI (GenAI) and large language models (LLMs).

OpenVINO 2023.3 rolls out the OpenVINO Gen AI repository for demonstrating native C/C++ pipeline samples for large language
Continue reading...

Open Source LLM

MLCommons To Develop PC Client Version of MLPerf AI Benchmark Suite

MLCommons, the consortium behind the MLPerf family of machine learning benchmarks, is announcing this morning that the organization will be developing a new desktop AI benchmarking suite under the MLPerf banner. Helmed by the body’s newly-formed MLPerf Client working group, the task force will be developing a client AI benchmark suit aimed at traditional desktop PCs, workstations, and laptops. According to the consortium, the first iteration of the MLPerf Client benchmark suite will be based on Meta’s Llama 2 LLM, with an initial focus on


Open Source LLM

Teflon Merged To Mesa 24.1 As Gallium3D Frontend For TensorFlow Lite

Teflon has been merged into Mesa 24.1 as a Gallium3D front-end that TensorFlow can load for delegating the execution of operations in a neural network model. Teflon was created initially for the Etnaviv Gallium3D driver for being able to run AI inferencing on Vivante NPUs.

Tomeu Vizoso of Collabora has been spending much time in recent months working on enabling Vivante NPU support within the Mesa Etnaviv driver. Kernel-side back in Linux 6.3 Vivante NPU cores were added to the Etnaviv DRM driver while
Continue reading...