Skip to content

Conversation

@JacobSzwejbka
Copy link
Contributor

No description provided.

@pytorch-bot
Copy link

pytorch-bot bot commented Jan 7, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16496

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 1 Cancelled Job

As of commit 58dfa5c with merge base 5fc4312 (image):

NEW FAILURE - The following job has failed:

CANCELLED JOB - The following job was cancelled. Please retry:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 7, 2026
@JacobSzwejbka JacobSzwejbka marked this pull request as ready for review January 7, 2026 21:46
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

"EXECUTORCH_BUILD_CUDA": "ON"
"EXECUTORCH_BUILD_CUDA": "ON",
"EXECUTORCH_ENABLE_LOGGING": "ON",
"ET_MIN_LOG_LEVEL": "Debug"
Copy link
Contributor

@manuelcandales manuelcandales Jan 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this actually work? did you try it and it printed Debug logs?
in my experience, I have to pass "EXECUTORCH_LOG_LEVEL": "Debug" to make it work

],
"cacheVariables": {
"EXECUTORCH_ENABLE_LOGGING": "ON",
"ET_MIN_LOG_LEVEL": "Info"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Info level is the default. You can delete this ET_MIN_LOG_LEVEL line, and it should still work

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer being verbose especially since I expect mostly LLMs will be reading/editing this file from now on.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

then use "EXECUTORCH_LOG_LEVEL": "Info"

@manuelcandales
Copy link
Contributor

i think you also need to enable logging in examples/models/parakeet/CMakePresets.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants