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
as mem_freq = 63, and seq_length 3535 can't divide 63, view[input_ids.shape[0], -1, mem_freq] would raise error?
The text was updated successfully, but these errors were encountered:
yes, when using auto_insert_landmarks and triton kernel during training, sequence length should be divisible by mem_freq.
Sorry, something went wrong.
No branches or pull requests
as mem_freq = 63, and seq_length 3535 can't divide 63, view[input_ids.shape[0], -1, mem_freq] would raise error?
The text was updated successfully, but these errors were encountered: