Skip to content

stft: remove non-center overload and python functional wrapper#77257

Closed
peterbell10 wants to merge 1 commit intogh/peterbell10/322/basefrom
gh/peterbell10/322/head
Closed

stft: remove non-center overload and python functional wrapper#77257
peterbell10 wants to merge 1 commit intogh/peterbell10/322/basefrom
gh/peterbell10/322/head

Conversation

@peterbell10
Copy link
Collaborator

@peterbell10 peterbell10 commented May 11, 2022

Stack from ghstack (oldest at bottom):

This brings the C++ API of stft into sync with the python API, and
adds the required upgraders to ensure backward compatibility for
TorchScript models.

This brings the C++ API of stft into sync with the python API, and
adds the required upgraders to ensure backward compatibility for
TorchScript models.

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented May 11, 2022

🔗 Helpful links

❌ 9 New Failures

As of commit 5e69452 (more details on the Dr. CI page):

Expand to see more
  • 9/9 failures introduced in this PR

🕵️ 9 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (default, 2, 2, linux.2xlarge) (1/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T16:33:43.7831748Z RuntimeError: test_jit failed!
2022-05-11T16:33:43.3310099Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220511163155.xml
2022-05-11T16:33:43.3316616Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220511163155.xml
2022-05-11T16:33:43.3324139Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220511163155.xml
2022-05-11T16:33:43.3335142Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511163155.xml
2022-05-11T16:33:43.3355317Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511163155.xml
2022-05-11T16:33:43.7824925Z Traceback (most recent call last):
2022-05-11T16:33:43.7825392Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T16:33:43.7828118Z     main()
2022-05-11T16:33:43.7828492Z   File "test/run_test.py", line 1050, in main
2022-05-11T16:33:43.7831392Z     raise RuntimeError(err_message)
2022-05-11T16:33:43.7831748Z RuntimeError: test_jit failed!
2022-05-11T16:33:44.0724966Z 
2022-05-11T16:33:44.0725334Z real	28m14.117s
2022-05-11T16:33:44.0725633Z user	61m33.164s
2022-05-11T16:33:44.0725888Z sys	5m39.785s
2022-05-11T16:33:44.0726127Z + cleanup
2022-05-11T16:33:44.0726377Z + retcode=1
2022-05-11T16:33:44.0726590Z + set +x
2022-05-11T16:33:44.0760728Z ##[error]Process completed with exit code 1.
2022-05-11T16:33:44.0906333Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T16:33:44.0906574Z with:

See GitHub Actions build pull / win-vs2019-cpu-py3 / test (default, 2, 2, windows.4xlarge) (2/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T17:06:40.9510801Z RuntimeError: test_jit failed!
2022-05-11T17:06:40.5735879Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20220511170449.xml
2022-05-11T17:06:40.5736453Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511170449.xml
2022-05-11T17:06:40.5737034Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_backend_nnapi.TestNnapiBackend-20220511170449.xml
2022-05-11T17:06:40.5737561Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511170449.xml
2022-05-11T17:06:40.5738060Z Generated XML report: test-reports\python-unittest\test_jit\TEST-jit.test_torchbind.TestTorchbind-20220511170449.xml
2022-05-11T17:06:40.9509482Z Traceback (most recent call last):
2022-05-11T17:06:40.9509890Z   File "run_test.py", line 1072, in <module>
2022-05-11T17:06:40.9510108Z     main()
2022-05-11T17:06:40.9510328Z   File "run_test.py", line 1050, in main
2022-05-11T17:06:40.9510577Z     raise RuntimeError(err_message)
2022-05-11T17:06:40.9510801Z RuntimeError: test_jit failed!
2022-05-11T17:06:41.2172668Z 
2022-05-11T17:06:41.2173218Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 
2022-05-11T17:06:41.2175529Z 
2022-05-11T17:06:41.2175751Z (base) C:\actions-runner\_work\pytorch\pytorch\test>exit /b 1 
2022-05-11T17:06:41.2201649Z + cleanup
2022-05-11T17:06:41.2201849Z + retcode=1
2022-05-11T17:06:41.2202004Z + set +x
2022-05-11T17:06:41.2250499Z ##[error]Process completed with exit code 1.
2022-05-11T17:06:41.2705320Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T17:06:41.2705667Z with:

See GitHub Actions build pull / linux-xenial-py3.7-clang7-asan / test (default, 5, 5, linux.2xlarge) (3/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T16:52:53.7910515Z RuntimeError: test_jit failed!
2022-05-11T16:52:53.0787347Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511164537.xml
2022-05-11T16:52:53.0793674Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20220511164537.xml
2022-05-11T16:52:53.0828568Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20220511164537.xml
2022-05-11T16:52:53.0838466Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220511164537.xml
2022-05-11T16:52:53.0850355Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511164537.xml
2022-05-11T16:52:53.7902251Z Traceback (most recent call last):
2022-05-11T16:52:53.7902698Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T16:52:53.7906678Z     main()
2022-05-11T16:52:53.7906881Z   File "test/run_test.py", line 1050, in main
2022-05-11T16:52:53.7910272Z     raise RuntimeError(err_message)
2022-05-11T16:52:53.7910515Z RuntimeError: test_jit failed!
2022-05-11T16:52:54.2528491Z + cleanup
2022-05-11T16:52:54.2528877Z + retcode=1
2022-05-11T16:52:54.2529079Z + set +x
2022-05-11T16:52:54.2566560Z ##[error]Process completed with exit code 1.
2022-05-11T16:52:54.2617765Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T16:52:54.2618014Z with:
2022-05-11T16:52:54.2618462Z   github-token: ***
2022-05-11T16:52:54.2618644Z env:
2022-05-11T16:52:54.2618795Z   IN_CI: 1
2022-05-11T16:52:54.2618965Z   IS_GHA: 1

See GitHub Actions build pull / linux-bionic-rocm5.1-py3.7 / test (default, 1, 2, linux.rocm.gpu) (4/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T20:42:32.9379036Z RuntimeError: test_jit failed!
2022-05-11T20:42:29.5713431Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20220511204028.xml
2022-05-11T20:42:29.5721188Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_cuda.TestCUDA-20220511204028.xml
2022-05-11T20:42:29.5725675Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220511204028.xml
2022-05-11T20:42:29.5740188Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511204028.xml
2022-05-11T20:42:29.5749201Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511204028.xml
2022-05-11T20:42:32.9347102Z Traceback (most recent call last):
2022-05-11T20:42:32.9348827Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T20:42:32.9375355Z     main()
2022-05-11T20:42:32.9376811Z   File "test/run_test.py", line 1050, in main
2022-05-11T20:42:32.9378272Z     raise RuntimeError(err_message)
2022-05-11T20:42:32.9379036Z RuntimeError: test_jit failed!
2022-05-11T20:42:34.0006330Z 
2022-05-11T20:42:34.0007065Z real	60m22.900s
2022-05-11T20:42:34.0008096Z user	142m0.417s
2022-05-11T20:42:34.0009404Z sys	12m58.996s
2022-05-11T20:42:34.0010331Z + cleanup
2022-05-11T20:42:34.0010876Z + retcode=1
2022-05-11T20:42:34.0011434Z + set +x
2022-05-11T20:42:34.0162427Z ##[error]Process completed with exit code 1.
2022-05-11T20:42:34.0261965Z ##[group]Run # copy test results back to the mounted workspace, needed sudo, resulting permissions were correct
2022-05-11T20:42:34.0262530Z �[36;1m# copy test results back to the mounted workspace, needed sudo, resulting permissions were correct�[0m

See GitHub Actions build pull / linux-xenial-py3.7-gcc5.4 / test (default, 2, 2, linux.2xlarge) (5/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T16:39:49.3481725Z RuntimeError: test_jit failed!
2022-05-11T16:39:48.8950899Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220511163757.xml
2022-05-11T16:39:48.8958218Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220511163757.xml
2022-05-11T16:39:48.8965518Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220511163757.xml
2022-05-11T16:39:48.8978151Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511163757.xml
2022-05-11T16:39:48.8988604Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511163757.xml
2022-05-11T16:39:49.3476921Z Traceback (most recent call last):
2022-05-11T16:39:49.3477374Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T16:39:49.3478925Z     main()
2022-05-11T16:39:49.3479257Z   File "test/run_test.py", line 1050, in main
2022-05-11T16:39:49.3481320Z     raise RuntimeError(err_message)
2022-05-11T16:39:49.3481725Z RuntimeError: test_jit failed!
2022-05-11T16:39:49.6366620Z + cleanup
2022-05-11T16:39:49.6367018Z + retcode=1
2022-05-11T16:39:49.6367285Z + set +x
2022-05-11T16:39:49.6401337Z ##[error]Process completed with exit code 1.
2022-05-11T16:39:49.6543382Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T16:39:49.6543631Z with:
2022-05-11T16:39:49.6544056Z   github-token: ***
2022-05-11T16:39:49.6544228Z env:
2022-05-11T16:39:49.6544373Z   IN_CI: 1
2022-05-11T16:39:49.6544534Z   IS_GHA: 1

See GitHub Actions build pull / linux-bionic-py3.7-clang9 / test (crossref, 2, 2, linux.2xlarge) (6/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T16:43:49.8210771Z RuntimeError: test_jit failed!
2022-05-11T16:43:49.3107664Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20220511164155.xml
2022-05-11T16:43:49.3113891Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220511164155.xml
2022-05-11T16:43:49.3119879Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220511164155.xml
2022-05-11T16:43:49.4135331Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511164155.xml
2022-05-11T16:43:49.4145251Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511164155.xml
2022-05-11T16:43:49.8206653Z Traceback (most recent call last):
2022-05-11T16:43:49.8206978Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T16:43:49.8208627Z     main()
2022-05-11T16:43:49.8208883Z   File "test/run_test.py", line 1050, in main
2022-05-11T16:43:49.8210548Z     raise RuntimeError(err_message)
2022-05-11T16:43:49.8210771Z RuntimeError: test_jit failed!
2022-05-11T16:43:50.1045717Z 
2022-05-11T16:43:50.1045980Z real	38m11.436s
2022-05-11T16:43:50.1046323Z user	89m30.128s
2022-05-11T16:43:50.1046625Z sys	6m22.547s
2022-05-11T16:43:50.1046942Z + cleanup
2022-05-11T16:43:50.1047188Z + retcode=1
2022-05-11T16:43:50.1047341Z + set +x
2022-05-11T16:43:50.1082989Z ##[error]Process completed with exit code 1.
2022-05-11T16:43:50.1127101Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T16:43:50.1127344Z with:

See GitHub Actions build pull / linux-xenial-cuda11.3-py3.7-gcc7 / test (default, 2, 4, linux.4xlarge.nvidia.gpu) (7/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T18:26:21.5933558Z RuntimeError: test_jit failed!
2022-05-11T18:26:20.8733201Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220511182338.xml
2022-05-11T18:26:20.8743115Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220511182338.xml
2022-05-11T18:26:20.8759763Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511182338.xml
2022-05-11T18:26:20.8772285Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220511182338.xml
2022-05-11T18:26:20.8785967Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511182338.xml
2022-05-11T18:26:21.5926294Z Traceback (most recent call last):
2022-05-11T18:26:21.5926697Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T18:26:21.5929990Z     main()
2022-05-11T18:26:21.5930261Z   File "test/run_test.py", line 1050, in main
2022-05-11T18:26:21.5933178Z     raise RuntimeError(err_message)
2022-05-11T18:26:21.5933558Z RuntimeError: test_jit failed!
2022-05-11T18:26:22.0989130Z + cleanup
2022-05-11T18:26:22.0989444Z + retcode=1
2022-05-11T18:26:22.0989677Z + set +x
2022-05-11T18:26:22.1038560Z ##[error]Process completed with exit code 1.
2022-05-11T18:26:22.1088300Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T18:26:22.1088868Z with:
2022-05-11T18:26:22.1089646Z   github-token: ***
2022-05-11T18:26:22.1089896Z env:
2022-05-11T18:26:22.1090118Z   IN_CI: 1
2022-05-11T18:26:22.1090329Z   IS_GHA: 1

See GitHub Actions build pull / linux-xenial-py3.7-gcc5.4 / test (jit_legacy, 1, 1, linux.2xlarge) (8/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T16:01:36.8197306Z RuntimeError: test_jit_legacy failed!
2022-05-11T16:01:36.5215253Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_warn.TestWarn-20220511160010.xml
2022-05-11T16:01:36.5221562Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_with.TestWith-20220511160010.xml
2022-05-11T16:01:36.5228307Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_data_parallel.TestDataParallel-20220511160010.xml
2022-05-11T16:01:36.5239440Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511160010.xml
2022-05-11T16:01:36.5249247Z Generated XML report: test-reports/python-unittest/test_jit_legacy/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511160010.xml
2022-05-11T16:01:36.8192268Z Traceback (most recent call last):
2022-05-11T16:01:36.8192544Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T16:01:36.8194782Z     main()
2022-05-11T16:01:36.8194973Z   File "test/run_test.py", line 1050, in main
2022-05-11T16:01:36.8197044Z     raise RuntimeError(err_message)
2022-05-11T16:01:36.8197306Z RuntimeError: test_jit_legacy failed!
2022-05-11T16:01:37.0196701Z + cleanup
2022-05-11T16:01:37.0197053Z + retcode=1
2022-05-11T16:01:37.0197372Z + set +x
2022-05-11T16:01:37.0265646Z ##[error]Process completed with exit code 1.
2022-05-11T16:01:37.0304396Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T16:01:37.0304632Z with:
2022-05-11T16:01:37.0305037Z   github-token: ***
2022-05-11T16:01:37.0305208Z env:
2022-05-11T16:01:37.0305349Z   IN_CI: 1
2022-05-11T16:01:37.0305507Z   IS_GHA: 1

See GitHub Actions build pull / linux-xenial-py3.7-gcc7 / test (default, 2, 2, linux.2xlarge) (9/9)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-05-11T16:39:26.9309170Z RuntimeError: test_jit failed!
2022-05-11T16:39:26.4762187Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20220511163737.xml
2022-05-11T16:39:26.4768320Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20220511163737.xml
2022-05-11T16:39:26.4779530Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_legacy_upgraders.TestLegacyUpgraders-20220511163737.xml
2022-05-11T16:39:26.4787519Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20220511163737.xml
2022-05-11T16:39:26.4796550Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20220511163737.xml
2022-05-11T16:39:26.9303492Z Traceback (most recent call last):
2022-05-11T16:39:26.9303896Z   File "test/run_test.py", line 1072, in <module>
2022-05-11T16:39:26.9306037Z     main()
2022-05-11T16:39:26.9306245Z   File "test/run_test.py", line 1050, in main
2022-05-11T16:39:26.9308902Z     raise RuntimeError(err_message)
2022-05-11T16:39:26.9309170Z RuntimeError: test_jit failed!
2022-05-11T16:39:27.2324395Z + cleanup
2022-05-11T16:39:27.2324646Z + retcode=1
2022-05-11T16:39:27.2325093Z + set +x
2022-05-11T16:39:27.2358323Z ##[error]Process completed with exit code 1.
2022-05-11T16:39:27.2494924Z ##[group]Run pytorch/pytorch/.github/actions/get-workflow-job-id@master
2022-05-11T16:39:27.2495173Z with:
2022-05-11T16:39:27.2495614Z   github-token: ***
2022-05-11T16:39:27.2495788Z env:
2022-05-11T16:39:27.2495928Z   IN_CI: 1
2022-05-11T16:39:27.2496089Z   IS_GHA: 1

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label May 11, 2022
peterbell10 added a commit that referenced this pull request May 11, 2022
This brings the C++ API of stft into sync with the python API, and
adds the required upgraders to ensure backward compatibility for
TorchScript models.

ghstack-source-id: a4bebb0
Pull Request resolved: #77257
@peterbell10 peterbell10 marked this pull request as draft May 11, 2022 15:12
self.assertEqual(output, output_expected)

def test_versioned_stft_v10(self):
model_path = pytorch_test_dir + "/jit/fixtures/test_versioned_stft_v10.ptl"
Copy link
Collaborator Author

@peterbell10 peterbell10 May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These upgrader tests using .ptl models pass fine, but non-lite models don't work at all as reported in #73434 (comment)

Are my upgraders just configured incorrectly, or do upgraders only work with the lite interpreter?

cc @cccclai @mruberry

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as Stale.
Feel free to remove the Stale label if you feel this was a mistake.
If you are unable to remove the Stale label please contact a maintainer in order to do so.
If you want the bot to never mark this PR stale again, add the no-stale label.
Stale pull requests will automatically be closed after 30 days of inactivity.

@facebook-github-bot
Copy link
Contributor

/easycla

As part of the transition to the PyTorch Foundation, this project now requires contributions be covered under the new CLA. See #85559 for additional details.

This comment will trigger a new check of this PR. If you are already covered, you will simply see a new "EasyCLA" check that passes. If you are not covered, a bot will leave a new comment with a link to sign.

@linux-foundation-easycla
Copy link

CLA Not Signed

@peterbell10 peterbell10 closed this Nov 8, 2022
@facebook-github-bot facebook-github-bot deleted the gh/peterbell10/322/head branch June 8, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla signed oncall: jit Add this issue/PR to JIT oncall triage queue open source

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants