mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
11 lines
244 B
JavaScript
11 lines
244 B
JavaScript
![]() |
var collapsedSections = ['Advanced Guides', 'Tools', 'User Guides', 'Notes'];
|
||
|
|
||
|
$(document).ready(function () {
|
||
|
$('.model-summary').DataTable({
|
||
|
"stateSave": false,
|
||
|
"lengthChange": false,
|
||
|
"pageLength": 20,
|
||
|
"order": []
|
||
|
});
|
||
|
});
|