Releases: easydiffusion/torchruntime
v2.9.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.9.0
Changes
Old values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '2909', 'GB100 [B200]', 1)
Changed values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '2909', 'GB100 [HGX B200 168GB]', 1)
v2.8.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.8.0
Additions
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('8086', 'Intel Corporation', 'e222', 'Battlemage G31 [Arc Pro B65]', 1)
('8086', 'Intel Corporation', 'e223', 'Battlemage G31 [Arc Pro B70]', 1)
v2.7.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.7.0
Additions
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '31c3', 'GB110 [GB300]', 1)
('10de', 'NVIDIA Corporation', '2909', 'GB100 [B200]', 1)
Changes
Old values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '7340', 'Navi 14 [Radeon RX 5500/5500M / Pro 5300/5500M]', 1)
Changed values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '7340', 'Navi 14 [Radeon RX 5500/5500M / Pro 5300/5300M/5500M]', 1)
v2.6.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.6.0
Changes
Old values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '2c3a', 'GB203GL [RTX PRO 4500 Blackwell]', 1)
Changed values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '2c3a', 'GB203GL [RTX PRO 4500 Blackwell Server Edition]', 1)
v2.5.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.5.0
Changes
Old values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '66a1', 'Vega 20 [Radeon Pro VII/Radeon Instinct MI50 32GB]', 1)
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '7460', 'Navi32 GL-XL [AMD Radeon PRO V710]', 1)
Changed values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '66a1', 'Vega 20 [Radeon Pro VII/Radeon Instinct MI50]', 1)
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '7460', 'Navi 32 GL-XL [AMD Radeon PRO V710]', 1)
v2.4.0
v2.3.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.3.0
Changes
Old values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '6611', 'Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340 / Radeon 520 OEM]', 1)
Changed values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '6611', 'Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340/430 / Radeon 520 OEM]', 1)
v2.2.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.2.0
Changes
Old values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '7340', 'Navi 14 [Radeon RX 5500/5500M / Pro 5500M]', 1)
Changed values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '7340', 'Navi 14 [Radeon RX 5500/5500M / Pro 5300/5500M]', 1)
v2.1.0
Automatic update of PCI database. Install using pip install --upgrade torchruntime==2.1.0
Changes
Old values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('8086', 'Intel Corporation', '162b', 'Iris Graphics 6100', 0)
Changed values:
('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('8086', 'Intel Corporation', '162b', 'Broadwell-U GT3 [Iris Graphics 6100]', 0)
v2.0.0
What's new?
- Automatic installation of Triton for Windows CUDA, Linux ROCm/XPU. This will allow torch to use
torch.compile, which improves the execution performance of torch significantly. Thanks @godnight10061
This is a major version update since it's potentially a surprising event for existing codebases that use torchruntime (which didn't expect torchruntime to also install triton).
In most cases, existing codebases should be able to upgrade to torchruntime~=2 without anything breaking.
Install
Install using pip install --upgrade torchruntime==2.0.0