From 1006cd7053d3fdc389f82884429902e0eae95c76 Mon Sep 17 00:00:00 2001 From: Mishig Date: Thu, 4 Jan 2024 12:00:24 +0100 Subject: [PATCH] [docs] Update list of projects using safetensors (#418) Add `mlx` & `candle` --- docs/source/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 3578d3ee..2cd11805 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -72,6 +72,8 @@ Let's say you have safetensors file named `model.safetensors`, then `model.safet Safetensors is being used widely at leading AI enterprises, such as [Hugging Face](https://huggingface.co/), [EleutherAI](https://www.eleuther.ai/), and [StabilityAI](https://stability.ai/). Here is a non-exhaustive list of projects that are using safetensors: * [huggingface/transformers](https://github.com/huggingface/transformers) +* [ml-explore/mlx](https://github.com/ml-explore/mlx) +* [huggingface/candle](https://github.com/huggingface/candle) * [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) * [Llama-cpp](https://github.com/ggerganov/llama.cpp/blob/e6a46b0ed1884c77267dc70693183e3b7164e0e0/convert.py#L537) * [microsoft/TaskMatrix](https://github.com/microsoft/TaskMatrix) @@ -90,5 +92,3 @@ Safetensors is being used widely at leading AI enterprises, such as [Hugging Fac * [LianjiaTech/BELLE](https://github.com/LianjiaTech/BELLE) * [alvarobartt/safejax](https://github.com/alvarobartt/safejax) * [MaartenGr/BERTopic](https://github.com/MaartenGr/BERTopic) -* [LaurentMazare/tch-rs](https://github.com/LaurentMazare/tch-rs) -* [chainyo/tensorshare](https://github.com/chainyo/tensorshare)