diff options
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rw-r--r-- | requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 74f6a78..f44230a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ dependencies = [ "tomli", "python-jobspy", - "llama-cpp-python", +# "llama-cpp-python", "free-proxy", "selenium", ] diff --git a/requirements.txt b/requirements.txt index ab77845..abd74be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ tomli python-jobspy jinja2 -llama-cpp-python -C cmake.args="-DGGML_VULKAN=on" +#llama-cpp-python -C cmake.args="-DGGML_VULKAN=on" free-proxy |
