conceptofmind / LaMDA-rlhf-pytorch

Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT.
MIT License
466 stars 76 forks source link

how can i install this? #7

Open waikoreaweatherpjt opened 1 year ago

waikoreaweatherpjt commented 1 year ago

i try to find "pip install"

conceptofmind commented 1 year ago

There currently is no way to pip install. This will be added in the future.

You would have to git clone https://github.com/conceptofmind/LaMDA-rlhf-pytorch.git. Then cd into the directory LaMDA-rlhf-pytorch. From there you would then have to run python3 train.py.