Skip to content

docs: remove trailing whitespace from README.md#359

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

docs: remove trailing whitespace from README.md#359
srpatcha wants to merge 3 commits intomicrosoft: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 April 24, 2026 19:20
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 <spatchava@meta.com>
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 <spatchava@meta.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