File size: 282 Bytes
c426a27
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# 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
```