AutoRefine / setup.sh
yrshi's picture
update scrpits
7d6b435
raw
history blame
309 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
# GRADIO_SERVER_PORT=7890 python app.py
```