Skip to content

AstroSayan/llama2-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Llama2-rust

This project is the Rust implementation of Andrej Karpathy's llama2.c.

Project Status

  • At very initial stage.
  • Able to generate at ~180 tk/s rate using stories15M.bin model.

Needs fix

  • Producing gibberish tokens till now.
  • Failing intermittently due to decoding a non-utf8 token.

Pending Tasks

  • Yet to implement chat functionality.
  • Yet to implement CLI functionalities.

To run the application

  • Make sure you are in project base directory.
  • Then run cargo run src\main.rs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages