Spaces:
Runtime error
Runtime error
| # Install | |
| * python >= 3.8.1 | |
| ```bash | |
| pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html # CUDA version could be different | |
| pip install openai pillow transformers | |
| pip install langchain==0.0.101 | |
| ``` | |