VLMEvalKit / docs /en /_static /js /custom.js
Racktic's picture
Upload folder using huggingface_hub
b5beb60 verified
Raw
History Blame Contribute Delete
194 Bytes
var collapsedSections = [];
$(document).ready(function () {
$('.model-summary').DataTable({
"stateSave": false,
"lengthChange": false,
"pageLength": 20,
"order": []
});
});