From 2b9b04008bc8d05e22deb18adfc367a412dd9efc Mon Sep 17 00:00:00 2001 From: xihajun Date: Thu, 23 Nov 2023 17:28:11 +0000 Subject: [PATCH] Revert back to version 1.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18510e37..6b26bb0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "1.1.2" +version = "1.1.1" edition = "2021" authors = ["Olivier Dehaene"] homepage = "https://github.com/huggingface/text-generation-inference"