TorchMoE / MoE-Infinity

PyTorch library for cost-effective, fast and easy serving of MoE models.
Apache License 2.0
88 stars 5 forks source link

Install from pip failed #11

Closed future-xy closed 4 months ago

future-xy commented 5 months ago

Tried to install following README:

pip install moe-infinity
conda install -c conda-forge libstdcxx-ng=12 # assume using conda, otherwise install libstdcxx-ng=12 using your package manager or gcc=12

But got,

$ pip install moe-infinity
ERROR: Could not find a version that satisfies the requirement moe-infinity (from versions: none)
ERROR: No matching distribution found for moe-infinity

Is it because the lib is not released on pip yet?

drunkcoding commented 5 months ago

pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ moe-infinity

future-xy commented 5 months ago

This works but we need to either add this to readme or update pip release.

pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ moe-infinity