-
Notifications
You must be signed in to change notification settings - Fork 85
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
Running locally on aarch64 system #23
Comments
Hi @jwyang Installed all the libraries successfully on igx orin, but at the inference step in the example code, it throws this error:
Can you help with rectifying it? I am using nvcc version: and torch versions are: |
@rr3087 , It seems that your environment or transformers lib does not support BFloat16 with triu_tril_cuda_template. I would suggest that you can try changing the data type from BFloat16 to Float16. |
@jwyang converting to float16 throws this other error:
|
hmm, interesting, seems that some functions in timm does not support Half, but it should support. can you share your environment's setup, e.g., system version, package versions? |
Hello,
I am trying to install and run magma locally on a jetson device, particularly on Jetson IGX Orin.
It has 64GB unified memory, ubuntu 20.04 installed and cuda 11.4, but the installation libraries seem incompatible.
Can you please help with the minimum system requirements?
Thanks!
The text was updated successfully, but these errors were encountered: