Fix constrained generation errors by adding datasets dependency (#4142)

This commit is contained in:
Oliver Stanley
2025-03-06 12:07:51 -08:00
committed by GitHub
parent ab7fba0ece
commit d03b3467b8
+2 -1
View File
@@ -38,7 +38,8 @@ runtime_common = [
"xgrammar==0.1.14",
"ninja",
"transformers==4.48.3",
"llguidance>=0.6.15"
"llguidance>=0.6.15",
"datasets"
]
srt = [