{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":267244135,"defaultBranch":"master","name":"pytorch","ownerLogin":"yaochengji","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-05-27T06:55:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8017489?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1707771951.0","currentOid":""},"activityList":{"items":[{"before":"44cc93e16e1a4713da6b80d490e55911d9c543c5","after":"9c0b1a1ea7c233d93589a28cc7f1cbca7087a4f4","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-28T22:36:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"skip torch dynamo for xxx_like ops","shortMessageHtmlLink":"skip torch dynamo for xxx_like ops"}},{"before":"c478bbcad1b959225f5319136e10ef4dae1d5191","after":"44cc93e16e1a4713da6b80d490e55911d9c543c5","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-28T03:39:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"fix test","shortMessageHtmlLink":"fix test"}},{"before":"addba40315b1a8c4402011b5d02119ac1e4b3419","after":"c478bbcad1b959225f5319136e10ef4dae1d5191","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-28T03:19:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"fix test","shortMessageHtmlLink":"fix test"}},{"before":"3ee4062d5ae100a7a8a0b7747c14bf7df24c2f32","after":"addba40315b1a8c4402011b5d02119ac1e4b3419","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-27T19:41:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"fix lint and add todo","shortMessageHtmlLink":"fix lint and add todo"}},{"before":"757fc663a8236eeb144baf8b8a6be7f081656239","after":"0bdeaad93683239d012cef45d5670fd1e0b5eca9","ref":"refs/heads/master","pushedAt":"2024-02-19T22:41:13.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"Revert \"add register_device_op_overrides (#119268)\"\n\nThis reverts commit 2864a7e161cc107f7e4c00cccdf860a6089c73c3.\n\nReverted https://github.com/pytorch/pytorch/pull/119268 on behalf of https://github.com/malfet due to Broke lint ([comment](https://github.com/pytorch/pytorch/pull/119268#issuecomment-1953231324))","shortMessageHtmlLink":"Revert \"add register_device_op_overrides (pytorch#119268)\""}},{"before":"c8b7214c72759aa7223a49984919b9b553134583","after":"3ee4062d5ae100a7a8a0b7747c14bf7df24c2f32","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-17T16:33:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"fix comment","shortMessageHtmlLink":"fix comment"}},{"before":"6ea44808183983d810360eabfd7b08b9d7402ed2","after":"757fc663a8236eeb144baf8b8a6be7f081656239","ref":"refs/heads/master","pushedAt":"2024-02-17T16:31:29.000Z","pushType":"push","commitsCount":36,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"[dynamo][refactor] Use TYPE_MATCH instead of manually constructing guard (#120140)\n\nPull Request resolved: https://github.com/pytorch/pytorch/pull/120140\nApproved by: https://github.com/jansel, https://github.com/yanboliang\nghstack dependencies: #120132","shortMessageHtmlLink":"[dynamo][refactor] Use TYPE_MATCH instead of manually constructing gu…"}},{"before":"ee3a7bdc2d0966ab788e48e640879fcf4cd1c69e","after":"6ea44808183983d810360eabfd7b08b9d7402ed2","ref":"refs/heads/master","pushedAt":"2024-02-16T19:52:56.000Z","pushType":"push","commitsCount":101,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"[quant][pt2e] Add `model_is_exported` util function (#119726)\n\nSummary: This commit adds the `model_is_exported` util function\nfor users to be able to easily tell what APIs to call to move\ntheir models between train and eval modes. This has the\nadditional advantage of hiding the implementation of how we\ndetect a model is exported, in case the metadata format changes\nin the future.\n\nTest Plan:\npython test/test_quantization.py TestQuantizePT2E.test_model_is_exported\n\nDifferential Revision: [D53812972](https://our.internmc.facebook.com/intern/diff/D53812972)\nPull Request resolved: https://github.com/pytorch/pytorch/pull/119726\nApproved by: https://github.com/tugsbayasgalan, https://github.com/albanD","shortMessageHtmlLink":"[quant][pt2e] Add model_is_exported util function (pytorch#119726)"}},{"before":"d9059c510b8a43acc06de8310bebc6176219d1cd","after":"c8b7214c72759aa7223a49984919b9b553134583","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-14T21:11:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"fix comments","shortMessageHtmlLink":"fix comments"}},{"before":"7eecbf8a30d1e88a9b0d25bf9477c2fd3429f4fc","after":"ee3a7bdc2d0966ab788e48e640879fcf4cd1c69e","ref":"refs/heads/master","pushedAt":"2024-02-14T17:32:17.000Z","pushType":"push","commitsCount":98,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"[export] Don't error if nn_module_stack doesn't contain a class (#119753)\n\nSummary: When we deserialize nn_module_stack, sometimes the module no longer exists in the python environment so we cannot deserialize it back into the python type and instead it's kept as a string. This causes downstream failures when retracing due to one of our checks in export. This diff just bypasses the check.\n\nTest Plan: CI\n\nReviewed By: chakriu\n\nDifferential Revision: D53527706\n\nPull Request resolved: https://github.com/pytorch/pytorch/pull/119753\nApproved by: https://github.com/zhxchen17","shortMessageHtmlLink":"[export] Don't error if nn_module_stack doesn't contain a class (pyto…"}},{"before":"1e869c5dd6c25c012668315f1a94e2469932d598","after":"d9059c510b8a43acc06de8310bebc6176219d1cd","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-12T21:12:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"lint","shortMessageHtmlLink":"lint"}},{"before":null,"after":"1e869c5dd6c25c012668315f1a94e2469932d598","ref":"refs/heads/chengji/nested_chunk","pushedAt":"2024-02-12T21:05:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"[NestedSubTensor] support empty_like","shortMessageHtmlLink":"[NestedSubTensor] support empty_like"}},{"before":"916084d933792f7ee619aee7155fedf68d1a8cd1","after":"7eecbf8a30d1e88a9b0d25bf9477c2fd3429f4fc","ref":"refs/heads/master","pushedAt":"2024-02-12T21:02:44.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"yaochengji","name":"Chengji Yao","path":"/yaochengji","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8017489?s=80&v=4"},"commit":{"message":"Remove unnecessary skipIfTorchDynamo from test_jit_fuser_te (#118728)\n\nAnd add some expected failures.\nPull Request resolved: https://github.com/pytorch/pytorch/pull/118728\nApproved by: https://github.com/bdhirsh","shortMessageHtmlLink":"Remove unnecessary skipIfTorchDynamo from test_jit_fuser_te (pytorch#…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECCMMngA","startCursor":null,"endCursor":null}},"title":"Activity · yaochengji/pytorch"}