llama.cpp/poetry.toml
Lucas Doyle 7e03fdd766 poetry: add poetry.toml, configure to install in a virtualenv
Its cleaner to keep the virtualenv in the project directory, and
poetry makes it easy to do that via this config.
2023-05-09 16:03:19 -07:00

3 lines
59 B
TOML

[virtualenvs]
in-project = true
prefer-active-python = true