mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
My typo mistake after #110976 Pull Request resolved: https://github.com/pytorch/pytorch/pull/111013 Approved by: https://github.com/kit1980, https://github.com/malfet
This commit is contained in:
parent
056d6247c7
commit
74029fae9d
6
.github/workflows/periodic.yml
vendored
6
.github/workflows/periodic.yml
vendored
|
|
@ -189,13 +189,13 @@ jobs:
|
|||
with:
|
||||
test-matrix: |
|
||||
{ include: [
|
||||
{ config: "default",
|
||||
{ config: 'default',
|
||||
shard: 1,
|
||||
num_shards: 1,
|
||||
runner: "ubuntu-20.04-16x"
|
||||
runner: 'ubuntu-20.04-16x',
|
||||
use_lite_interpreter: 1,
|
||||
# Just set x86 for testing here
|
||||
support_abi: x86,
|
||||
support_abi: 'x86',
|
||||
},
|
||||
]}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user