From 97f4a7746ebd30be29abc24f503ec97c12eb971d Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Wed, 28 Aug 2024 00:06:03 -0700 Subject: [PATCH] quantization fails with old `datasets` (#593) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3059bd9e..7fd5d5ac 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ def get_kernels_whl_url( "tokenizers>=0.12.1", "typing_extensions>=4.8.0", "accelerate", - "datasets", + "datasets>=2.20", "zstandard", ]