diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70af72a62..3c6678462 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,8 +91,7 @@ repos: language: python pass_filenames: false require_serial: true - files: ^llama_stack/templates/.*$ - files: ^llama_stack/providers/.*/inference/.*/models\.py$ + files: ^llama_stack/templates/.*$|^llama_stack/providers/.*/inference/.*/models\.py$ ci: autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks diff --git a/distributions/dependencies.json b/distributions/dependencies.json index 28f057bdc..1ddedc148 100644 --- a/distributions/dependencies.json +++ b/distributions/dependencies.json @@ -200,9 +200,7 @@ "sentencepiece", "tqdm", "transformers", - "uvicorn", - "sentence-transformers --no-deps", - "torch torchvision --index-url https://download.pytorch.org/whl/cpu" + "uvicorn" ], "hf-endpoint": [ "aiohttp",