Skip to content

clxyder/bert_gpt.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a5a8d1 · Jan 17, 2023

History

6 Commits
Jan 11, 2023
Nov 5, 2022
Nov 6, 2022
Nov 6, 2022
Jan 17, 2023

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