Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: remove trailing whitespace from README.md#359

Open
srpatcha wants to merge 3 commits into
microsoft:mainfrom
srpatcha:docs/fix-readme-whitespace
Open

docs: remove trailing whitespace from README.md#359
srpatcha wants to merge 3 commits into
microsoft:mainfrom
srpatcha:docs/fix-readme-whitespace

Conversation

@srpatcha
Copy link
Copy Markdown

Changes

docs: remove trailing whitespace from README.md

Signed-off with GPG.

srpatcha and others added 3 commits May 16, 2026 09:30
Add test suite covering:
- Model loading validation (config, dtype, model_type checks)
- Audio preprocessing (mono/stereo, normalization, resampling, padding)
- Tokenization (token IDs, attention masks, embeddings, vocab)
- Inference pipeline (greedy decoding, temperature, top-k, KV cache)
- Weight initialization (Linear, LayerNorm, Embedding)
- Model validation utility module

Signed-off-by: Srikanth Patchava <[email protected]>
Add validation check for torch_dtype string before calling getattr().
Previously, an invalid dtype string like 'invalid_dtype' would cause
an unhelpful AttributeError. Now raises a clear ValueError with the
list of supported dtypes (float16, float32, bfloat16).

Signed-off-by: Srikanth Patchava <[email protected]>
@srpatcha srpatcha force-pushed the docs/fix-readme-whitespace branch from 8f54355 to c3db30e Compare May 16, 2026 16:30
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