Skip to content

Releases: easydiffusion/torchruntime

v2.9.0

14 May 06:29

Choose a tag to compare

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

02 Apr 05:12

Choose a tag to compare

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

26 Mar 05:15

Choose a tag to compare

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

05 Mar 04:53

Choose a tag to compare

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

26 Feb 05:00

Choose a tag to compare

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

23 Feb 05:15

Choose a tag to compare

What's new?

  • Use regular torch wheels index for xpu instead of nightly

Install

Install using pip install --upgrade torchruntime==2.4.0

v2.3.0

19 Feb 05:02

Choose a tag to compare

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

29 Jan 04:47

Choose a tag to compare

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

08 Jan 04:08

Choose a tag to compare

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

02 Jan 09:56

Choose a tag to compare

What's new?

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