stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

How about MacOS install intel_extension_for_pytorch

Open chenjayway opened this issue 2 years ago • 2 comments

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 avatar Mar 12 '23 14:03 chenjayway

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.

chenjayway avatar Mar 15 '23 06:03 chenjayway

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

phs avatar Apr 09 '23 07:04 phs