Releases: Nuullll/ipex-sd-docker-for-arc-gpu
Release v0.7
Major changes:
- Use jemalloc for ipexrun
The image (Ubuntu 22.04 based) includes:
- Intel oneAPI DPC++ runtime libs (2023.2.1) (Note: compiler executables are not included)
- Intel oneAPI MKL runtime libs (2023.2.0)
- Intel oneAPI compiler common tool sycl-ls (2023.2.1)
- Intel Graphics driver (1.3.26241.33-647~22.04)
- Basic python environment (3.10.6)
Tested on Windows 11 22H2 22621.1848 with i9-13900 + Arc A770 (Windows driver: 31.0.101.4577)
Full Changelog: v0.6...v0.7
Release v0.6
Major changes:
- Uplift oneAPI to 2023.2 to support IPEX XPU 2.0
The image (Ubuntu 22.04 based) includes:
- Intel oneAPI DPC++ runtime libs (2023.2.1) (Note: compiler executables are not included)
- Intel oneAPI MKL runtime libs (2023.2.0)
- Intel oneAPI compiler common tool sycl-ls (2023.2.1)
- Intel Graphics driver (1.3.26241.33-647~22.04)
- Basic python environment (3.10.6)
Tested on Windows 11 22H2 22621.1848 with i9-13900 + Arc A770 (Windows driver: 31.0.101.4502)
Full Changelog: v0.5...v0.6
Release v0.5
Major changes:
- Allow extension installation by default (
--insecure
) - Skip startup git operations by default (
--skip-git
) - Use faster offline git repo check
The image (Ubuntu 22.04 based) includes:
- Intel oneAPI DPC++ runtime libs (2023.1) (Note: compiler executables are not included)
- Intel oneAPI MKL runtime libs (2023.1)
- Intel oneAPI compiler common tool sycl-ls (2023.1)
- Intel Graphics driver (1.3.26241.21-647~22.04)
- Basic python environment (3.10.6)
Tested on Windows 11 22H2 22621.1848 with i9-13900 + Arc A770 (Windows driver: 31.0.101.4502)
Full Changelog: v0.4...v0.5
Release v0.4
This release only includes one major change on top of release v0.3:
- Force 100% available VRAM size for compute runtime.
Full Changelog: v0.3...v0.4
Release v0.3
Important notes:
- The severe VRAM leak problem of IPEX in WSL2 (#8, intel/intel-extension-for-pytorch#388) has been worked around in SD.Next vladmandic/automatic@c3a4293. If you are using WSL, please be sure to upgrade your SD.Next codebase by following this instruction.
Major changes:
- Enable TCMalloc to mitigate the RAM leak problem in WSL.
- Mount
/root/.cache/huggingface
to avoid re-downloading huggingface models.
The image (Ubuntu 22.04 based) includes:
- Intel oneAPI DPC++ runtime libs (2023.1) (Note: compiler executables are not included)
- Intel oneAPI MKL runtime libs (2023.1)
- Intel oneAPI compiler common tool sycl-ls (2023.1)
- Intel Graphics driver (1.3.26241.21-647~22.04)
- Basic python environment (3.10.6)
Tested on Windows 11 22H2 22621.1848 with i9-13900 + Arc A770 (Windows driver: 31.0.101.4502)
What's Changed
- Add huggingface cache as volume by @Disty0 in #10
- A .bat script for Windows10/11 installation by @Ellilk in #9
New Contributors
Full Changelog: v0.2...v0.3
Release v0.2
Bundled into the image:
- Intel oneAPI DPC++ runtime libs (Note: compiler executables are not included)
- Intel oneAPI MKL runtime libs
- Intel oneAPI compiler common tool sycl-ls
- Intel Graphics driver
- Basic python environment
Tested on Windows 11 22H2 22621.1848 with i9-13900 + Arc A770 (Windows driver: 31.0.101.4382)
What's Changed
- Use webui.sh by @Disty0 in #1
- Update README.md by @Nuullll in #3
- [NFC] Use default build args by @Nuullll in #5
- [CI] Publish image on new releases by @Nuullll in #6
New Contributors
Full Changelog: v0.1...v0.2
Release v0.1
Bundled into the image:
- Intel oneAPI DPC++ runtime libs (Note: compiler executables are not included)
- Intel oneAPI MKL runtime libs
- Intel oneAPI compiler common tool sycl-ls
- Intel Graphics driver
- Basic python environment
- IPEX and python packages required by SD.Next requirements.txt
Tested on Windows 11 22H2 22621.1848 with i9-13900 + Arc A770 (Windows driver: 31.0.101.4382)
Full Changelog: https://github.com/Nuullll/ipex-sd-docker-for-arc-gpu/commits/v0.1