From bdf3eef4c15294d8e5c060c703ba475fa4a83db0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 14 Nov 2024 01:20:48 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BytePairEncoding at version 0.5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index b833e42..77c52e3 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" SafeTensors = "eeda0dda-7046-4914-a807-2495fc7abb89" [compat] +BytePairEncoding = "0.5" julia = "1.9" [extras]