Skip to content

ben-chen/ice-nine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ice-nine

simple ml library written in rust i made for fun/learning, heavily inspired by PyTorch's design

Usage example in ./examples/train_llm/main.rs:

cargo run -r --example train_llm

image

currently working

  • basic tensor ops (naive CPU implementations)
  • autograd/backprop
  • really slow, tiny transformer can learn a toy distribution

todo

soon

  • change tensor storage to use strides/support views
  • model serialization (saving/loading)
  • easy inference code for autoregressive generation

who knows

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages