We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python generate/base.py --prompt "Hello, my name is" --checkpoint_dir checkpoints/stabilityai/stablelm-base-alpha-3b
occur error this
TypeError :scaled_dot_product_attention() got an unexpected keyword argument 'scale' Error
my torch version = 2.0.1+cu117
The text was updated successfully, but these errors were encountered:
Hello @ChangeNext The current codebase relies on PyTorch >= 2.1: https://github.com/Lightning-AI/lit-gpt/blob/21c1c5941fd56216875a250fb2c03053ba649793/requirements.txt#L1
Could you upgrade it? Ideally upgrade all the packages in a freshly created virtual environment.
Sorry, something went wrong.
No branches or pull requests
python generate/base.py --prompt "Hello, my name is" --checkpoint_dir checkpoints/stabilityai/stablelm-base-alpha-3b
occur error this
TypeError :scaled_dot_product_attention() got an unexpected keyword argument 'scale' Error
my torch version = 2.0.1+cu117
The text was updated successfully, but these errors were encountered: