Stability-AI / stablediffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
38.83k stars 5.01k forks source link

How about MacOS install intel_extension_for_pytorch #198

Open chenjayway opened 1 year ago

chenjayway commented 1 year ago

i had use the office web commands, but it don't work. i spend time on google but sadly don't find the used info .help me! python -m pip install intel_extension_for_pytorch -f https://software.intel.com/ipex-whl-stable Looking in links: https://software.intel.com/ipex-whl-stable ERROR: Could not find a version that satisfies the requirement intel_extension_for_pytorch ERROR: No matching distribution found for intel_extension_for_pytorch

chenjayway commented 1 year ago

i had solution this by change the who fils name, like: pip install intel_extension_for_pytorch-1.12.100-cp38-cp38-macosx_10_9_x86_64.whl.

phs commented 1 year ago

i had solution this by change the who fils name, like: pip install intel_extension_for_pytorch-1.12.100-cp38-cp38-macosx_10_9_x86_64.whl.

The same can be had by using a version constraint in pip:

pip install intel_extension_for_pytorch==1.12.100 -f https://software.intel.com/ipex-whl-stable