-
Notifications
You must be signed in to change notification settings - Fork 307
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
'aten::repeat_interleave.Tensor'... will fall back to run on the CPU Warning Causes unbox expects Dml at::Tensor as inputs #449
Comments
I'm receiving the same issue, Running an amd 7900XT import time
|
+1 |
Hi all, thank you for submitting this issue. While I can't provide a timeline for resolution as the moment, please know that your feedback is valuable to us. We will follow up once we can review this issue. |
Is this my question? -> #578 |
Hello,
I am currently trying to run a slightly modified StableLM example.
I am getting this warning first:
Then I get this error:
I assume this error is due to the tokenizer is suppose to be pushed onto the GPU, however, since DirectML backend does not support
aten::repeat_interleave.Tensor
it gets pushed onto the CPU. While my model is on the GPU, hence why I get theunbox expects Dml at::Tensor as inputs
issue. Is there an update on whenaten::repeat_interleave.Tensor
will be supported or a possible work around for the time being?Thank you :D
The text was updated successfully, but these errors were encountered: