1.
Novo Nordisk signs deals worth up to $1bn with US biotechs in race for obesity drugs
Danish manufacturer Wegovy invests in two start-ups as part of efforts to stay ahead in major new market
2.
3.
cookie 取消
4.
5.
6.
7.
8.
9.
10.
醛能解
11.
Organ pipe physics
A pipe converts quasi-steady energy into oscillating energy
Organ pipes are DC/AC converters
12.
13.
Global Fishing Watch uses AI and satellite imagery to map vessel traffic and offshore infrastructure to provide an unprecedented view of previously unmapped industrial use of the ocean, as seen here in the North Sea. ⓒ 2023 Global Fishing Watch
14.
After LLMs became "mainstream" with ChatGPT in late 2022, it took less than one year for several DBMS vendors to add their own vector search extensions. These include SingleStore, Oracle, Rockset, and Clickhouse. Several PostgreSQL-derivative systems also announced support for vector search; some use the pgvector extension (Supabase, AlloyDB), while others use other open-source ANN libraries (Timescale, Neon). Leading NoSQL DBMSs like MongoDB and Cassandra also added vector indexes.
PostgreSQL
SQL/PGQ
15.
llama.cpp
ggerganov • Updated Jan 10, 2025
Inference of LLaMA model in pure C/C++
The main goal of
llama.cpp
is to run the LLaMA model using 4-bit integer quantization on a MacBook- Plain C/C++ implementation without dependencies
- Apple silicon first-class citizen - optimized via ARM NEON, Accelerate and Metal frameworks
- AVX, AVX2 and AVX512 support for x86 architectures
- Mixed F16 / F32 precision
- 2-bit, 3-bit, 4-bit, 5-bit, 6-bit and 8-bit integer quantization support
- CUDA, Metal and OpenCL GPU backend support
16.
Chinese-LLaMA-Alpaca-2
ymcui • Updated Jan 9, 2025
17.
Distilling
18.