artificialwisdomai / origin

Artificial Wisdomâ„¢ Cloud Platform
Apache License 2.0
4 stars 4 forks source link

DRAFT: Add bash based build on Ubuntu for faiss library and prerequisites #64

Open rstarmer opened 1 year ago

rstarmer commented 1 year ago

add_dev.sh: ensure disk space for build and python prerequisites build-prereqs.sh: install prerequisites (intel, nvidia) build-faiss.sh: build faiss libs and python (and python swig) libs

Produces a python .whl Produces a .tar.gz of the generated libraries

sdake commented 1 year ago

This is not specifically related to this draft; its the next step in the build pipeline.

https://github.com/artificialwisdomai/apt.oifv.ai/blob/main/build.sh

sdake commented 1 year ago

https://github.com/artificialwisdomai/origin/pull/77

sdake commented 1 year ago

here is my go.

https://github.com/artificialwisdomai/origin/pull/78

These two PRs represent two forward passes.

Thanks -steve