From 511c9de62ecbf1de12a1aa8b4613764d5bf7d1bb Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 15 Jan 2024 04:27:39 -0500 Subject: [PATCH] [BUGF][ModuleNotFoundError: No module named 'psutil] --- pyproject.toml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b62bf65d..b3afd523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,7 @@ qdrant-client = "*" sentence-transformers = "*" peft = "*" modelscope = "1.10.0" +psutil = "*" [tool.poetry.group.lint.dependencies] diff --git a/requirements.txt b/requirements.txt index 05037793..27da7c12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,4 +59,5 @@ mkdocs-material mkdocs-glightbox pre-commit==3.2.2 peft -modelscope \ No newline at end of file +modelscope +psutil \ No newline at end of file