Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed May 11, 2024
1 parent dff60ed commit 590d9d7
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions tests/__snapshots__/test_PLKSR.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
supports_bfloat16=True,
supports_half=False,
tags=list([
'64dim',
'28nb',
'17ks',
'DCCM',
]),
tiling=<ModelTiling.SUPPORTED: 1>,
)
Expand All @@ -31,6 +35,10 @@
supports_bfloat16=True,
supports_half=False,
tags=list([
'64dim',
'28nb',
'17ks',
'DCCM',
]),
tiling=<ModelTiling.SUPPORTED: 1>,
)
Expand All @@ -49,6 +57,10 @@
supports_bfloat16=True,
supports_half=False,
tags=list([
'64dim',
'28nb',
'17ks',
'DCCM',
]),
tiling=<ModelTiling.SUPPORTED: 1>,
)
Expand All @@ -57,7 +69,7 @@
ImageModelDescriptor(
architecture=PLKSRArch(
id='PLKSR',
name='RealPLKSR',
name='PLKSR',
),
input_channels=3,
output_channels=3,
Expand All @@ -67,6 +79,10 @@
supports_bfloat16=True,
supports_half=False,
tags=list([
'64dim',
'28nb',
'17ks',
'Real',
]),
tiling=<ModelTiling.SUPPORTED: 1>,
)
Expand All @@ -75,7 +91,7 @@
ImageModelDescriptor(
architecture=PLKSRArch(
id='PLKSR',
name='RealPLKSR',
name='PLKSR',
),
input_channels=3,
output_channels=3,
Expand All @@ -85,6 +101,10 @@
supports_bfloat16=True,
supports_half=False,
tags=list([
'64dim',
'28nb',
'17ks',
'Real',
]),
tiling=<ModelTiling.SUPPORTED: 1>,
)
Expand Down

0 comments on commit 590d9d7

Please sign in to comment.