Skip to content

Commit

Permalink
export ProgressCallback and ProgressInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Nov 16, 2024
1 parent e3c56d8 commit a2e19a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ import {
* @typedef {import('./utils/hub.js').PretrainedOptions} PretrainedOptions
*/

/**
* @typedef {import('./utils/core.js').ProgressCallback} ProgressCallback
*/

/**
* @typedef {import('./utils/core.js').ProgressInfo} ProgressInfo
*/

/**
* Loads a config from the specified path.
Expand Down

0 comments on commit a2e19a7

Please sign in to comment.