...
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user