AutoRefine / setup.sh
yrshi's picture
update setup notes
0bdea9d
raw
history blame
280 Bytes
# Installation guidance for this space
```bash
bash install_cuda.sh
conda create -n faiss_env python=3.10 && conda activate faiss_env
bash install_env.sh
bash download_corpus.sh
python download_model.py
bash retrieval_launch.sh
# sanity check
python infer.py
python demo.py
```