Qualcomm has open sourced more than 80 AI models

Qualcomm® AI is making it easier for everyone to run AI models for vision, audio, and speech applications on-device! Qualcomm® AI Hub Models provides access to dozens of pre-optimized and ready-to-deploy AI models on Snapdragon® devices and across the Android ecosystem on any across various platforms including mobile, IoT and XR. Download models from our collection […]
Rewrite the VP9 codec library in Rust
[RFC PATCH 0/1] Rewrite the VP9 codec library in Rust – Daniel Almeida From: Daniel Almeida To: [email protected], [email protected], [email protected], [email protected] Cc: Daniel Almeida , [email protected], [email protected], [email protected], [email protected] Subject: [RFC PATCH 0/1] Rewrite the VP9 codec library in Rust Date: Tue, 27 Feb 2024 18:51:44 -0300 [thread overview] Message-ID: (raw) Hi everyone, This patch […]
Let Everybody Sing

I told Brownlee about my own upbringing in a different offshoot of the shape-note tradition. She replied by telling me that people with truly deep roots in the Sacred Harp tradition, like her, referred to the music I grew up with as “new-book singing.” I asked her why Sacred Harp singing sounded so distinctive, so […]
Why I use Firefox
February 26, 2024 Questions like “Which browser should I use?” regularly come up on the r/browsers subreddit. I sometimes respond to these posts, but my quick replies usually only contain one or two points. To be honest, until recently I wasn’t even sure myself why I use Firefox. Of course it’s a pretty good browser, […]
SymPy: Symbolic Mathematics in Python
Why SymPy SymPy is… Free: Licensed under BSD, SymPy is free both as in speech and as in beer. Python-based: SymPy is written entirely in Python and uses Python for its language. Lightweight: SymPy only depends on mpmath, a pure Python library for arbitrary floating point arithmetic, making it easy to use. A library: Beyond […]
Learning Elm by porting a medium-sized web front end from React (2019)
October 2019 Summary: To learn Elm, I ported the frontend of a small site I run from React to Elm 0.19, and had a fun and mind-expanding time doing it. Go to: A taste of Elm | The port | Some numbers | What I loved | What could be improved I learn by doing. […]
YouTube video embedding harm reduction
Embedding external content on a website in the current enshittocene period is more annoying than ever, so here is a copy-pasteable snippet to embed a youtube video while reducing its tracking and nuisance capabilities as much as possible: credentialless to load youtube in a blank disposable context, without access to the origin’s network, cookies, and […]
Pingora: HTTP Server and Proxy Library, in Rust, by Cloudflare, Released

{{ message }} This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. You can’t perform that action at this time.
The Era of 1-bit LLMs: ternary parameters for cost-effective computing

Abstract:Recent research, such as BitNet, is paving the way for a new era of 1-bit Large Language Models (LLMs). In this work, we introduce a 1-bit LLM variant, namely BitNet b1.58, in which every single parameter (or weight) of the LLM is ternary {-1, 0, 1}. It matches the full-precision (i.e., FP16 or BF16) Transformer […]
A cross platform level editor for Quake-engine based games
TrenchBroom is a free (GPLv3+), cross platform level editor for Quake-engine based games. It supports Quake, Quake 2, and Hexen 2 and runs on Windows (XP and newer), Mac OS X (10.6 and newer) and Linux. TrenchBroom is easy to use and provides many simple and advanced tools to create complex and interesting levels with […]