8000 Releases Β· nntile/nntile Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: nntile/nntile

1.1.0

09 Aug 18:52
38e1bb5
Compare
Choose a tag to compare

Main improvements

  • fp32_fast_tf32_t data type to store data in fp32_t while doing compute-bound operation within tf32_t data type
  • bf16_t data type
  • LlamaForCausalLM model
  • QA: automatic testing and linting

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

NNTile 1.0.0

24 Jan 16:10
Compare
Choose a tag to compare

This is an initial version of an NNtile framework. Currently, it is capable of training large GPT, DeepRELU and MLP-Mixer models on a single-node server. Although performance is yet to be optimized, NNTile handles 4 times larger models, than PyTorch FSDP.

0