MCPcopy
hub / github.com/huggingface/transformers.js / progress_callbacks.test.js

File progress_callbacks.test.js

packages/transformers/tests/progress_callbacks.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { pipeline, LlamaForCausalLM, AutoModelForCausalLM, WhisperForConditionalGeneration, Gemma3ForConditionalGeneration, Gemma3nForConditionalGeneration, VoxtralRealtimeForConditionalGeneration } from "../src/transformers.js";
2
3import { init, MAX_MODEL_LOAD_TIME, MAX_MODEL_DISPOSE_TIME, DEFAULT_MODEL_OPTIONS } from "./init.js";
4

Callers

nothing calls this directly

Calls 7

initFunction · 0.90
pipelineFunction · 0.90
collectEventsFunction · 0.85
from_pretrainedMethod · 0.45
disposeMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected