Fix dependency and error message for xgrammar (#2024)

This commit is contained in:
Lianmin Zheng
2024-11-13 14:04:25 -08:00
committed by GitHub
parent 218ab3611d
commit c722d9bdc3
3 changed files with 38 additions and 23 deletions
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
"""
"""The baseclass of backends for grammar-guided constrained decoding."""
"""The baseclass of a backend for grammar-guided constrained decoding."""
from concurrent.futures import Future, ThreadPoolExecutor
from dataclasses import dataclass