mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
3818ea20a7
Add model See merge request jinhai/vecwise_engine!1 |
||
---|---|---|
pyengine | ||
tests | ||
.gitignore | ||
README.md |
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