Hai, i have project for my company. My server is ibm powerai arch ppc64el. I have trouble for deploy to my server. where i can get lib python ultralytics for ibm powerai.
Thanks before
Hi there! Thanks for reaching out about using the ultralytics
package on IBM PowerPC (ppc64el).
While we don’t provide specific pre-built wheels for the ppc64el architecture, you might be able to install the package directly from source using pip. This requires having a compatible Python environment and PyTorch version for ppc64el already installed on your system.
You could try installing using pip:
pip install ultralytics
Alternatively, you could try installing via the conda-forge channel, which sometimes supports a wider range of architectures:
conda install -c conda-forge ultralytics
Ensure your core dependencies, especially PyTorch compiled for ppc64el, are correctly set up beforehand. You can find general installation instructions in our Quickstart Guide. Good luck with your project!
If your server is something that you have full control over, then you can install the Python package directly or use the Docker images. You can pull them from the official Docker Hub https://hub.docker.com/r/ultralytics/ultralytics page.