milvus/README.md

11 lines
274 B
Markdown
Raw Normal View History

2019-03-19 12:04:15 +00:00
# Vecwise Engine
### Geting started
- Install Miniconda first
- `conda create --name vec_engine python=3.6`
- `conda activate vec_engine`
- `conda install faiss-gpu cuda90 -c pytorch # For CUDA9.0`
- `conda install flask`
- `pip install flask-restful`