Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 542 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 542 Bytes
Python poetry dependency manager config for parlai dialogue platform with pytorch cpu support
  • python version >=3.9
  • poetry version 1.1.14
  • parlai version 1.7.1
  • pytorch version 1.12 (cpu)

To activate poetry virtual environment run one or another terminal command:

source $(poetry env info --path)/bin/activate

or

$HOME/.poetry/bin/poetry shell

To deactivate virtual environment, run

deactivate

verification