RoboWaiter/robowaiter/algos/retrieval/README.md

7 lines
122 B
Markdown
Raw Normal View History

2023-11-28 17:21:54 +08:00
# 安装环境
```python
pip3 install torch torchvision torchaudio
conda install -c conda-forge faiss
pip install src
```