-
Notifications
You must be signed in to change notification settings - Fork 81
[QEff.finetune] FT logger #851
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,8 +42,6 @@ def is_nsp_free(): | |
| # Check if NSP free is eqaul to total nsp | ||
| if nsp_free != nsp_total: | ||
| raise RuntimeError(f"QAIC device {qid_idx} does not have {nsp_total} NSP free") | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WHy are we changing in the device_utils of AOT? Don't we have a separte device_utils for us, in
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Meet told to put it here, first I placed it in utils.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay |
||
| else: | ||
| logger.info(f"QAIC device {qid_idx} has {nsp_free} NSP free") | ||
| else: | ||
| logger.warning("Failed to parse NSP free information from qaic-util output") | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.