From 8d791aa5ea7a8d88efbf5c26cce883b79ad667ec Mon Sep 17 00:00:00 2001 From: Courtney Pacheco <6019922+courtneypacheco@users.noreply.github.com> Date: Thu, 10 Apr 2025 11:08:58 -0400 Subject: [PATCH] Bump SDG version to ensure the latest docling changes are consumed Bump the SDG version in the `requirements.txt` file to ensure that SDG's latest release, which contains important docling bugfixes, gets consumed. Signed-off-by: Courtney Pacheco <6019922+courtneypacheco@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b049bf4db0..0aeb60d988 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ httpx>=0.25.0 instructlab-eval>=0.5.1 instructlab-quantize>=0.1.0 instructlab-schema>=0.4.2 -instructlab-sdg>=0.7.2 +instructlab-sdg>=0.7.3 # XXX(osilkin): we need to pin this version for now while we improve tokenizer logic # see: https://github.com/instructlab/training/pull/428 instructlab-training>=0.8.0