diff --git a/src/utils/hub.js b/src/utils/hub.js index 0b84cc0ba..a6219bc25 100644 --- a/src/utils/hub.js +++ b/src/utils/hub.js @@ -498,7 +498,7 @@ export async function getModelFile(path_or_repo_id, filename, fatal = true, opti file: filename } - /**@type {Uint8Array} */ + /** @type {Uint8Array} */ let buffer; if (!options.progress_callback) {