This commit is contained in:
wanhae.lee
2026-07-05 03:02:25 +09:00
parent c70992e51a
commit 42c3db9cd4
8 changed files with 11731 additions and 239 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ XGRAMMAR_DIR ?= $(HOME)/git/xgrammar
VENV := .venv
PY := $(VENV)/bin/python
SAMPLES ?= 4
TEMPERATURE ?= 0.9
TEMPERATURE ?= 1.5
.PHONY: run smoke setup xgrammar clean help
@@ -15,7 +15,7 @@ help:
$(VENV)/.stamp:
uv venv --python 3.13 $(VENV)
uv pip install --python $(PY) torch transformers accelerate jsonschema
uv pip install --python $(PY) torch transformers accelerate jsonschema torchao
uv pip install --python $(PY) -e $(XGRAMMAR_DIR)
touch $@