gmgu/LLMOps

0

stars

8

commits

Python

primary language

Mar 23, 2024

updated

README

LLMOps

This repository provides an hour-long seminar about distributed training large language models

Requirements

sudo apt install libopenmpi-dev  # for mpi4py
pip install -r requirements.txt

How to Train

python3 1_make_model.py
python3 2_make_dataset.py
. run.sh

How to Inference

python3 4_inference.py

Contributors

gmgu

8 commits

gmgu/LLMOps

0

stars

8

commits

Python

primary language

Mar 23, 2024

updated

README

LLMOps

This repository provides an hour-long seminar about distributed training large language models

Requirements

sudo apt install libopenmpi-dev  # for mpi4py
pip install -r requirements.txt

How to Train

python3 1_make_model.py
python3 2_make_dataset.py
. run.sh

How to Inference

python3 4_inference.py

Contributors

gmgu

8 commits

Languages

Python

98.7%

Shell

1.3%