What's Changed
- Add
return_cacheoption toTransformerBridge.generateby @RecreationalMath in #1337 - Fix FactoredMatrix indexing returning empty result for -1 index by @Kymi808 in #1340
- Add GPT-OSS architecture adapter tests by @RecreationalMath in #1341
- Remove deprecated
move_modelparameter fromActivationCache.toby @RecreationalMath in #1344 - Fix
run_with_cache(device=...)permanently moving the model by @RecreationalMath in #1345 - Fix to_numpy() crash on bfloat16 tensors by upcasting to float32 by @robbiebusinessacc in #1346
- Fix sample_logits crash when top_k exceeds vocab size by @robbiebusinessacc in #1347
- Update broken Slack link again by @APatelUIUC in #1339
- Parametrize the Cohere logit_scale fold test with a scale other than 1.0 by @EphraiemSarabamoun in #1348
- Add T5 architecture adapter test by @RecreationalMath in #1349
- test: filter generation compatibility models by @axelray-dev in #1352
- Created a system for running Native models by @jlarson4 in #1353
- Sync model_registry sets with architecture_adapter_factory and add in… by @RecreationalMath in #1354
- Fix bug where attributes were being unintentionally dropped by @jlarson4 in #1355
- Agentic Workflow Support by @jlarson4 in #1357
- Ensured multi-gpu math does not divide by 0 or overshoot
n_layersby @jlarson4 in #1358 - Add SmolLM3 architecture adapter by @RecreationalMath in #1359
- Updating the scraper to allow a single architecture scrape by @jlarson4 in #1360
- SmolLM3 Models Verification by @jlarson4 in #1361
- added olmo adapter test by @Rishik00 in #1330
- Qwen3.5 Multimodal Architecture Adapter by @jlarson4 in #1362
- Gemma3n Text-only Architecture Adapter by @jlarson4 in #1364
- Architecture Test Documentation and Cleanup by @jlarson4 in #1365
- Release v3.4.0 by @jlarson4 in #1366
New Contributors
- @Kymi808 made their first contribution in #1340
- @robbiebusinessacc made their first contribution in #1346
- @APatelUIUC made their first contribution in #1339
- @EphraiemSarabamoun made their first contribution in #1348
- @axelray-dev made their first contribution in #1352
Full Changelog: v3.3.0...v3.4.0