From 5e39e75325db395285c8f2d84b6cdd6fa49bc27b Mon Sep 17 00:00:00 2001 From: Shaoguang Mao Date: Sun, 20 Oct 2024 23:26:55 +0800 Subject: [PATCH] Update README.md Important Statement Regarding Supported Models Session --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a84406..888445c 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ https://github.com/user-attachments/assets/7f46b736-edec-4828-b809-4be780a3e5b1 - 10/17/2023 [BitNet: Scaling 1-bit Transformers for Large Language Models](https://arxiv.org/abs/2310.11453) ## Supported Models - -bitnet.cpp supports a list of 1-bit models available on [Hugging Face](https://huggingface.co/), which are trained with research settings. We hope the release of bitnet.cpp can inspire more 1-bit LLMs trained in large-scale settings. +❗️**We use existing 1-bit LLMs available on [Hugging Face](https://huggingface.co/) to demonstrate the inference capabilities of bitnet.cpp. These models are neither trained nor released by Microsoft. We hope the release of bitnet.cpp will inspire the development of 1-bit LLMs in large-scale settings in terms of model size and training tokens.**