AMUseBot/ai_talks/AMUseBotBackend/utils/convlab_install.txt
2023-06-05 21:23:33 +02:00

12 lines
284 B
Plaintext

conda create -n convlab3 python=3.8
conda activate convlab3
git clone --depth 1 https://github.com/ConvLab/ConvLab-3.git
cd ConvLab-3
pip install -e .
pip install allennlp==0.9.0
pip install overrides==4.1.2
conda install notebook
cd tutorials
jupyter-notebook Getting-Started.ipynb