Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
dfebb4a
added progress_total progress callback status info
nico-martin Jan 29, 2026
9216326
added get_file_metadata helper
nico-martin Jan 30, 2026
17f9855
some clean up
nico-martin Jan 30, 2026
4fbe9a1
improved get_file_metadata and get_files
nico-martin Feb 3, 2026
ba4a4ba
added functions to main export
nico-martin Feb 3, 2026
6249f31
removed dynamic import
nico-martin Feb 3, 2026
be8d7bb
restructuring
nico-martin Feb 4, 2026
9f3e224
refactored the pipeline tasks so I can have a get_pipeline_files func…
nico-martin Feb 4, 2026
7b327a6
updated doc
nico-martin Feb 4, 2026
32dad76
Update packages/transformers/src/utils/core.js
nico-martin Feb 4, 2026
46433d6
added is_pipeline_cached and improved return object
nico-martin Feb 4, 2026
4eeed39
fixes after review
nico-martin Feb 4, 2026
f19ccfd
added ModelRegistry to doc
nico-martin Feb 4, 2026
3430421
added clear_cache and clear_pipeline_cache
nico-martin Feb 18, 2026
be5a6b2
Update packages/transformers/src/utils/cache/clear_cache.js
nico-martin Feb 19, 2026
563e872
small doc fix
nico-martin Feb 19, 2026
01d5b23
Merge branch 'v4-cache-handler' of github.com:huggingface/transformer…
nico-martin Feb 19, 2026
856d302
changed delete logic for cache
nico-martin Feb 19, 2026
4cb293d
fixed examples in cache utilitiy files
nico-martin Feb 19, 2026
83170d1
fixed examples
nico-martin Feb 19, 2026
b9d8c33
renamed type
nico-martin Feb 19, 2026
056843f
refactoring get_file_metadata
nico-martin Feb 19, 2026
4f38c6d
moved src/utils/pipeline-tasks.js to src/pipelines/index.js
nico-martin Feb 19, 2026
138a6d9
fixed doc builder
nico-martin Feb 19, 2026
e45bbbb
fixed doc builder
nico-martin Feb 19, 2026
ef6c196
created shared getFetchHeaders function
nico-martin Feb 19, 2026
dfdfa41
added case for DecoderOnlyWithoutHead and DecoderOnly
nico-martin Feb 19, 2026
ffc3870
Merge branch 'main' into v4-cache-handler
nico-martin Feb 19, 2026
3a19ca9
improved console.warn
nico-martin Feb 19, 2026
ded0a38
changed to modelType = MODEL_TYPES.EncoderOnly if not foundInMapping
nico-martin Feb 19, 2026
908e5bb
removed full download from get_file_metadata
nico-martin Feb 20, 2026
6bf83cf
solved merge conflicts
nico-martin Feb 21, 2026
e095ee8
Merge branch 'main' into v4-cache-handler
xenova Feb 21, 2026
6a89067
Merge branch 'main' into v4-cache-handler
xenova Feb 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@

# Lock files
pnpm-lock.yaml

2 changes: 2 additions & 0 deletions packages/transformers/docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
title: Core
- local: api/utils/hub
title: Hub
- local: api/utils/cache
title: Cache & File Management
- local: api/utils/image
title: Image
- local: api/utils/audio
Expand Down
Loading