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
Hi,
Our (@zml) Llama implementation fails to compile if we run with topk > 1. We're not sure what triggers it, it looks like some pattern matching.
topk > 1
Please find attached our implementation with topk=2.
topk=2
Thanks!!
error(pjrt): [PJRT_Client_Compile] RunNeuronCCImpl: error condition error != 0: <class 'subprocess.CalledProcessError'>: Command '['neuronx-cc', 'compile', '--framework=XLA', '--target=trn1', '--verbose=35', '--output=/tmp/tmpqle33ids/file.neff', '/tmp/tmpqle33ids/file.code', '--model-type=transformer', '--auto-cast=none']' returned non-zero exit status 70.
llama.mlir.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Our (@zml) Llama implementation fails to compile if we run with
topk > 1
.We're not sure what triggers it, it looks like some pattern matching.
Please find attached our implementation with
topk=2
.Thanks!!
llama.mlir.txt
The text was updated successfully, but these errors were encountered: