Skip to content

Commit

Permalink
[20240513] Final Refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
DaizeDong committed May 13, 2024
1 parent d289442 commit d7fca23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ I am dedicated to uncovering the intrinsic properties of neural networks with th
## News

- [2024/05] One paper is accepted by [ICML 2024](https://icml.cc/Conferences/2024).
- [2023/12] We release [LLaMA-MoE](https://github.com/pjlab-sys4nlp/llama-moe), a series of open-sourced Mixture-of-Expert (MoE) models.
- [2023/12] Release [LLaMA-MoE](https://github.com/pjlab-sys4nlp/llama-moe), a series of open-sourced Mixture-of-Experts models.
- [2023/05] One paper is accepted by [ACL 2023](https://2023.aclweb.org/).
- [2022/10] One paper is accepted by [EMNLP 2022](https://2022.emnlp.org/).

Expand Down
2 changes: 1 addition & 1 deletion _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@include breakpoint($large) {
@include span(10 of 12 last);
@include prefix(0.5 of 12);
@include suffix(1.0 of 12);
@include suffix(0.8 of 12);
}

.page__inner-wrap {
Expand Down

0 comments on commit d7fca23

Please sign in to comment.