PygmalionAI / aphrodite-engine

PygmalionAI's large-scale inference engine
https://pygmalion.chat
GNU Affero General Public License v3.0
606 stars 78 forks source link

[Installation]: Upload Aphrodite v0.5.2 On Pypi.org #451

Closed Abulhanan closed 2 days ago

Abulhanan commented 1 week ago

Your current environment

The output of `python env.py`

How did you install Aphrodite?

I tried using version 0.5.2 but it's not persent there, it's needed to be updated.

med4u commented 5 days ago

Now with 0.5.3 please :)

AlpinDale commented 5 days ago

@med4u Unfortunately, PyPi has an upload file size limit of 100 MiB. New release sits at ~200 MiB so I couldn't upload until they approve my request for an extension. For now, it's hosted at our custom pypi repo. You can install it like this:

pip install -U aphrodite-engine --extra-index-url https://downloads.pygmalion.chat/whl
med4u commented 5 days ago

Thank you that works for me!