forked from intel/AI-Playground
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add precompiled wheels in specific build
first image generation loses approx 10 minutes to compile some hardware specific python libs. Use precompiled libs by intel specifically. Signed-off-by: Florian Esser <[email protected]>
- Loading branch information
1 parent
f310677
commit 185ba27
Showing
5 changed files
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
# IPEX | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/cn/ | ||
torch==2.3.1.post0+cxx11.abi | ||
torchvision==0.18.1.post0+cxx11.abi | ||
torchaudio==2.3.1.post0+cxx11.abi | ||
intel-extension-for-pytorch==2.3.110.post0+xpu | ||
mkl-dpcpp==2024.2.1 | ||
|
||
# IPEX-LLM | ||
--pre | ||
ipex_llm==2.2.0b2 | ||
bigdl-core-xe-23==2.6.0b2 | ||
bigdl-core-xe-addons-23==2.6.0b2 | ||
bigdl-core-xe-batch-23==2.6.0b2 | ||
onednn-devel==2024.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
# IPEX | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/mtl/us/ | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/mtl/cn/ | ||
torch==2.3.1.post0+cxx11.abi | ||
torchvision==0.18.1.post0+cxx11.abi | ||
torchaudio==2.3.1.post0+cxx11.abi | ||
intel-extension-for-pytorch==2.3.110.post0+xpu | ||
mkl-dpcpp==2024.2.1 | ||
|
||
# IPEX-LLM | ||
--pre | ||
ipex_llm==2.2.0b2 | ||
bigdl-core-xe-23==2.6.0b2 | ||
bigdl-core-xe-addons-23==2.6.0b2 | ||
bigdl-core-xe-batch-23==2.6.0b2 | ||
onednn-devel==2024.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
# IPEX | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/us/ | ||
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/lnl/cn/ | ||
torch==2.3.1.post0+cxx11.abi | ||
torchvision==0.18.1.post0+cxx11.abi | ||
torchaudio==2.3.1.post0+cxx11.abi | ||
intel-extension-for-pytorch==2.3.110.post0+xpu | ||
mkl-dpcpp==2024.2.1 | ||
|
||
# IPEX-LLM | ||
--pre | ||
ipex_llm==2.2.0b2 | ||
bigdl-core-xe-23==2.6.0b2 | ||
bigdl-core-xe-addons-23==2.6.0b2 | ||
bigdl-core-xe-batch-23==2.6.0b2 | ||
onednn-devel==2024.1.1 |