From 630ec2f21f664fc1cb2eacaff152d4f2ce0e61a0 Mon Sep 17 00:00:00 2001 From: Anton Oresten Date: Wed, 5 Nov 2025 15:26:48 +0100 Subject: [PATCH] Add compat entry for BFloat16s v0.6 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 13f285d..50bc63f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SafeTensors" uuid = "eeda0dda-7046-4914-a807-2495fc7abb89" authors = ["pevnak and contributors"] -version = "1.2.0" +version = "1.2.1" [deps] BFloat16s = "ab4f0b2a-ad5b-11e8-123f-65d77653426b" @@ -12,7 +12,7 @@ Mmap = "a63ad114-7e13-5084-954f-fe012c677804" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" [compat] -BFloat16s = "0.5" +BFloat16s = "0.5, 0.6" DLFP8Types = "0.1" JSON3 = "1" MappedArrays = "0.4"