Spaces:
Sleeping
Sleeping
File size: 309 Bytes
0bdea9d ca9a33f 0bdea9d 7d6b435 0bdea9d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# 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
``` |