diff --git a/chandra/scripts/vllm.py b/chandra/scripts/vllm.py index c3b3572..26ea073 100644 --- a/chandra/scripts/vllm.py +++ b/chandra/scripts/vllm.py @@ -17,8 +17,6 @@ def main(): "-v", f"{os.path.expanduser('~')}/.cache/huggingface:/root/.cache/huggingface", "--env", - f"HUGGING_FACE_HUB_TOKEN={os.getenv('HF_TOKEN')}", - "--env", "VLLM_ATTENTION_BACKEND=TORCH_SDPA", "-p", "8000:8000", diff --git a/pyproject.toml b/pyproject.toml index b863bf5..0d9de56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "chandra-ocr" -version = "0.1.3" +version = "0.1.4" description = "OCR model that converts documents to markdown, HTML, or JSON." readme = "README.md" requires-python = ">=3.10"