You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able install ET where torch is compiled from source instead of prebuilt (e.g., nightly, release)
There are a few use-cases why this is useful:
If there are cross-dependencies between core vs ET and need to progress in lock steps, then we need to be able to install ET and test against locally compiled core.
Sometimes prebuilt are not available for torch, for example, Intel Mac. In those cases, users are compiling torch from source. In those cases, we should provide an easy way to integrate into ET.
The text was updated successfully, but these errors were encountered:
Be able install ET where torch is compiled from source instead of prebuilt (e.g., nightly, release)
There are a few use-cases why this is useful:
If there are cross-dependencies between core vs ET and need to progress in lock steps, then we need to be able to install ET and test against locally compiled core.
Sometimes prebuilt are not available for torch, for example, Intel Mac. In those cases, users are compiling torch from source. In those cases, we should provide an easy way to integrate into ET.
The text was updated successfully, but these errors were encountered: