Skip to content

clxyder/bert_gpt.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running GPT Neo with Rust

The project was originally inspired from here.

Dependencies

INSTALLING C++ DISTRIBUTIONS OF PYTORCH

Execution

Run the following lines:

export LIBTORCH="/usr/local/lib/libtorch"
export LD_LIBRARY_PATH="$LIBTORCH/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"

Then, run the following:

cargo run

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages