-
Notifications
You must be signed in to change notification settings - Fork 11
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
'triton.compiler' has no attribute 'OutOfResources' #41
Comments
Hi, this problem seems to be caused by the inconsistent version of triton. May you try other versions? I found similar issues on GitHub triton-lang/triton#1735.
…---- Replied Message ----
| From | ***@***.***> |
| Date | 12/31/2024 16:58 |
| To | yuhuixu1993/qa-lora ***@***.***> |
| Cc | Subscribed ***@***.***> |
| Subject | [yuhuixu1993/qa-lora] 'triton.compiler' has no attribute 'OutOfResources' (Issue #41) |
Thank you for this excellent work!!
may I ask some question?
I use llama-7b to quantize and use qalora.py,and occur
problem:
except triton.compiler.OutOfResources:
AttributeError: module 'triton.compiler' has no attribute 'OutOfResources'
my triton vision:
Version: 2.2.0
Summary: A language and compiler for custom Deep Learning operations
Home-page: https://github.com/openai/triton/
Author: Philippe Tillet
Author-email: ***@***.***
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
thank you very much!!!! the next step is to use merge.py,right? this is my merge code: model = torch.load(model_path, map_location='cpu') torch.save(model, merged_path) " |
Thank you for this excellent work!!
may I ask some question?
I use llama-7b to quantize and use qalora.py,and occur
problem:
except triton.compiler.OutOfResources:
AttributeError: module 'triton.compiler' has no attribute 'OutOfResources'
my triton vision:
Version: 2.2.0
Summary: A language and compiler for custom Deep Learning operations
Home-page: https://github.com/openai/triton/
Author: Philippe Tillet
Author-email: [email protected]
The text was updated successfully, but these errors were encountered: