mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* [Docs] Update contribution guide & toc * update * Update docs/en/notes/contribution_guide.md Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com> * update * update --------- Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com>
11 lines
194 B
JavaScript
11 lines
194 B
JavaScript
var collapsedSections = [];
|
|
|
|
$(document).ready(function () {
|
|
$('.model-summary').DataTable({
|
|
"stateSave": false,
|
|
"lengthChange": false,
|
|
"pageLength": 20,
|
|
"order": []
|
|
});
|
|
});
|