LaMDA-rlhf-pytorch icon indicating copy to clipboard operation
LaMDA-rlhf-pytorch copied to clipboard

Open-source pre-training implementation of Google's LaMDA in PyTorch. Adding RLHF similar to ChatGPT.

Results 7 LaMDA-rlhf-pytorch issues
Sort by recently updated
recently updated
newest added

Hi so i tell you the problem: i clone the repo i cd into it i run python3 train.py i get dependencies errors i go to repo isssue tab i...

Could you upload a pre trained model for those with less powerful GPUs, You could upload to Hugging face. Thanks. I just want a ChatGPT Alternative that can run locally...

Hi, is there any plan to add a requirement.txt that allows us to install needed packages with pip? Thanks.

Hi, this is a great project. Can you provide some sample data for local development testing? I want to test it out. thank you very much!

# Description This PR is focused on the TODO note: `Add pip installer with PyPI`. With the enablement of packaging with [poetry](https://python-poetry.org/). The dependencies are added in `pyproject.toml` along with...

Traceback (most recent call last): File "C:\Users\HoxtonR\Desktop\LaMDA\LaMDA-pytorch-main\test.py", line 1, in from lamda_pytorch.lamda_pytorch import LaMDA File "C:\Users\HoxtonR\Desktop\LaMDA\LaMDA-pytorch-main\lamda_pytorch\__init__.py", line 1, in from lamda_pytorch.lamda_pytorch import LaMDA File "C:\Users\HoxtonR\Desktop\LaMDA\LaMDA-pytorch-main\lamda_pytorch\lamda_pytorch.py", line 9, in from config.config...