Unverified Commit d03b3467 authored by Oliver Stanley's avatar Oliver Stanley Committed by GitHub
Browse files

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

parent ab7fba0e
...@@ -38,7 +38,8 @@ runtime_common = [ ...@@ -38,7 +38,8 @@ runtime_common = [
"xgrammar==0.1.14", "xgrammar==0.1.14",
"ninja", "ninja",
"transformers==4.48.3", "transformers==4.48.3",
"llguidance>=0.6.15" "llguidance>=0.6.15",
"datasets"
] ]
srt = [ srt = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment