AutoRefine / setup.sh
yrshi's picture
update some space settings
84486cb
raw
history blame
305 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
```