Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
8da15ec
add set_module for x86inductorquantizer's static quant
yiliu30 May 10, 2024
b246b85
Merge branch 'main' into set_module
yiliu30 May 10, 2024
4729d7b
support for dynamic
yiliu30 May 11, 2024
737a906
enhance UT
yiliu30 May 13, 2024
af33784
clean code
yiliu30 May 13, 2024
669e0e5
rename set_module_name to set_module_name_qconfig
yiliu30 May 13, 2024
74d6c78
Merge branch 'main' into add_set_module_name
yiliu30 May 13, 2024
642fb63
update the submodule
yiliu30 May 13, 2024
b8308f9
rename config to qconfig
yiliu30 May 13, 2024
aa185f5
unified apply qconfig
yiliu30 May 15, 2024
9cfaddb
fixed propogation annotate
yiliu30 May 16, 2024
886c076
add more UTs
yiliu30 May 17, 2024
87019b4
unifed the set_module_name, set_module_type
yiliu30 May 17, 2024
06a5e0c
refine code
yiliu30 May 17, 2024
b26aedf
add docs
yiliu30 May 20, 2024
a01340a
clean code
yiliu30 May 20, 2024
912099a
remove useless code
yiliu30 May 20, 2024
4f4bab0
clean code
yiliu30 May 20, 2024
d8c38b3
add config checker
yiliu30 May 20, 2024
49deed2
add more UTs
yiliu30 May 20, 2024
9d62690
refine docs
yiliu30 May 20, 2024
9946b48
refine UTs
yiliu30 May 21, 2024
d765d00
refine the UTs
yiliu30 May 21, 2024
b9f34e0
refine the docstring
yiliu30 May 22, 2024
5a9a601
rename some funcs and enhance config checker
yiliu30 May 23, 2024
a3b0129
rename annotate func name
yiliu30 May 23, 2024
ec263d9
revert some change
yiliu30 May 23, 2024
105429c
revert some change
yiliu30 May 23, 2024
74df47f
refine the filter_fn
yiliu30 May 23, 2024
979e965
fixed the filter_fn
yiliu30 May 24, 2024
72880b5
refine code
yiliu30 May 27, 2024
d1d731b
merge with remote
yiliu30 May 27, 2024
0383676
refine docstring
yiliu30 May 28, 2024
c8ad6e8
refine the UTs
yiliu30 May 28, 2024
5845bb4
refine config checker
yiliu30 May 29, 2024
cabfb52
add more UTs
yiliu30 May 29, 2024
d492b5e
fixed the typos
yiliu30 May 29, 2024
161ed72
add ai reviewer
yiliu30 May 29, 2024
5e9da11
Merge branch 'main' into support_set_module_name_local
yiliu30 May 29, 2024
4fba1f7
Update ai-pr-reviewer.yml
yiliu30 May 29, 2024
927bbee
Merge pull request #4 from yiliu30/yiliu30-patch-3
yiliu30 May 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ai-pr-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
review:
runs-on: ubuntu-latest
steps:
- uses: coderabbitai/ai-pr-reviewer@latest
- uses: yiliu30/ai-pr-reviewer@tech
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down
Loading