Skip to content

Updating wav2vec2_inference for batched_input#781

Open
tchawada wants to merge 1 commit intoquic:mainfrom
tchawada:wav2vec2_batch_update
Open

Updating wav2vec2_inference for batched_input#781
tchawada wants to merge 1 commit intoquic:mainfrom
tchawada:wav2vec2_batch_update

Conversation

@tchawada
Copy link
Contributor

@tchawada tchawada commented Feb 9, 2026

Updating wav2vec2 for batched_input and adding args for parsing batch_size, ctx_len and num_devices

model.compile(batch_size=args.batch_size,
              num_devices=args.num_devices,
              seq_len=args.seq_len,
              num_cores=args.num_cores)

Signed-off-by: Tanisha Chawada <tchawada@qti.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments