Skip to content

Conversation

dbort
Copy link
Contributor

@dbort dbort commented Sep 12, 2024

Summary: We plan to replace this with a new API, but it's not likely to happen for beta. Mark this as experimental to set expectations better.

We plan to replace this with a new API, but it's not likely to happen for beta. Mark this as experimental to set expectations better.

Turns out that decorating the .pyi file doesn't actually raise any warnings, but doing so will be more clear to users who read it.

Test Plan:

./install_requirements.sh --pybind

python
>>> import warnings
>>> warnings.simplefilter('default')
>>> from executorch.extension.pybindings import portable_lib
/Users/dbort/.homebrew/Caskroom/miniconda/base/envs/executorch/lib/python3.10/site-packages/executorch/extension/pybindings/portable_lib.py:19: ExperimentalWarning: This API is experimental and likely to change.

Differential Revision: D62608680

Copy link

pytorch-bot bot commented Sep 12, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit 8bbf70a with merge base 3264a7b (image):
💚 Looks good so far! There are no failures yet. 💚

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

@facebook-github-bot facebook-github-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 Sep 12, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62608680

Summary:
Pull Request resolved: pytorch#5329

We plan to replace this with a new API, but it's not likely to happen for beta. Mark this as experimental to set expectations better.

Differential Revision: D62608680
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62608680

@mergennachin mergennachin self-requested a review September 13, 2024 18:35
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 1bb5b20.

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. fb-exported Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants