mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Its cleaner to keep the virtualenv in the project directory, and poetry makes it easy to do that via this config.
3 lines
59 B
TOML
3 lines
59 B
TOML
[virtualenvs]
|
|
in-project = true
|
|
prefer-active-python = true |