-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
tf.aliasing support #1026
Comments
Can you try to use For example: From your .txt file: |
TIL |
Can you provide steps to reproduce the issue along with versions of dependencies in use (versions of |
Packages:
Checkout this branch: https://github.com/zml/zml/tree/steeve/synapse Run the llama example with neuron:
You can re-enable donations by commenting out those lines: https://github.com/zml/zml/blob/steeve/synapse/zml/module.zig#L301-L303 |
Hi,
We (@zml) found that
tf.aliasing
support seemed to be not working as expected, with the model producing garbage when used. In our case Llama 3.1 8B.This is problematic for transformer models because we leverage donations for the KvCache.
For now we're not emitting those attributes when on neuron, but we're not sure what to do as we feel that if the SDK doesn't support them, it should just ignore them right ?
The llama implementation is attached.
Thank you !
llama.aliasing.mlir.txt
The text was updated successfully, but these errors were encountered: