Skip to content

Commit 31dba07

Browse files
committed
add quamba2 icml
1 parent bcff83c commit 31dba07

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

_bibliography/papers.bib

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
---
33
4-
@article{chiang2025quamba2,
4+
@inproceedings{chiang2025quamba2,
55
title={Quamba2: A Robust and Scalable Post-training Quantization Framework for Selective State Space Models},
66
author={Chiang, Hung-Yueh and Chang, Chi-Chih and Frumkin, Natalia and Wu, Kai-Chiang and Abdelfattah, Mohamed S. and Marculescu, Diana},
7-
journal={arXiv preprint arXiv:2503.22879},
8-
venue_type={arXiv},
7+
booktitle={International Conference on Machine Learning (ICML)},
8+
abbr={ICML},
9+
venue_type={Conference},
10+
venue_url={https://icml.cc/},
911
year={2025},
1012
url={https://arxiv.org/abs/2503.22879},
1113
website={https://hychiang.info/projects/quamba2/},

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ scholar:
264264
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, models, poster, slides, website, preview, altmetric, video, talk, demo, page, venue_type, venue_url, accepted_type]
265265

266266
# Maximum number of authors to be shown for each publication (more authors are visible on click)
267-
max_author_limit: 5 # leave blank to always show all authors
267+
max_author_limit: 8 # leave blank to always show all authors
268268
more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation
269269

270270

_data/venues.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# url: https://nips.cc/Conferences/2023
33
color: "#00369f"
44

5+
"ICML":
6+
# url: https://nips.cc/Conferences/2023
7+
color: "#00369f"
8+
59
"CVPR":
610
# url: https://nips.cc/Conferences/2023
711
color: "#00369f"

_projects/quamba2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ li {
1818
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1919

2020
<div style="text-align: center; padding-bottom: 1rem;">
21-
<!-- <abbr class="badge" style="background-color:#00369f; margin-left:0.1rem; margin-right:0.1rem; font-size:1.1rem;">ICLR 2025</abbr> -->
22-
<abbr class="badge" style="background-color:#BF5700; margin-left:0.1rem; margin-right:0.1rem; font-size:1.1rem; width:80px; display:inline-block; text-align:center;">Arxiv</abbr>
21+
<abbr class="badge" style="background-color:#00369f; margin-left:0.1rem; margin-right:0.1rem; font-size:1.1rem;">ICML 2025</abbr>
22+
<!-- <abbr class="badge" style="background-color:#BF5700; margin-left:0.1rem; margin-right:0.1rem; font-size:1.1rem; width:80px; display:inline-block; text-align:center;">Arxiv</abbr> -->
2323
</div>
2424

2525
<div class="authors">
@@ -112,10 +112,10 @@ We search **W4A**$$X$$-mixed (the last row in red) to improve the generalization
112112
# Citation
113113
{% raw %}
114114
```latex
115-
@article{chiang2025quamba2,
115+
@inproceedings{chiang2025quamba2,
116116
title={Quamba2: A Robust and Scalable Post-training Quantization Framework for Selective State Space Models},
117117
author={Chiang, Hung-Yueh and Chang, Chi-Chih and Frumkin, Natalia and Wu, Kai-Chiang, Abdelfattah, Mohamed S. and Marculescu, Diana},
118-
journal={arXiv preprint arXiv:2503.22879},
118+
booktitle={International Conference on Machine Learning (ICML)},
119119
year={2025}
120120
}
121121
```

0 commit comments

Comments
 (0)