Metadata-Version: 2.4
Name: ai-edge-torch
Version: 0.7.2
Summary: DEPRECATED: renamed to litert-torch
Classifier: Development Status :: 7 - Inactive
Description-Content-Type: text/markdown
Requires-Dist: litert-torch
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# ⚠️ Package Renamed: `ai-edge-torch` is now `litert-torch`

**This package `ai-edge-torch` is now deprecated.**

The project has been officially renamed to **`litert-torch`**. This legacy
package is no longer receiving updates. Please migrate your environment and
requirements files as soon as possible.

### How to Migrate

1.  **Uninstall the old package:** `bash pip uninstall ai-edge-torch`

2.  Install the new package: `bash pip install litert-torch`

3.  Update your imports: Change your Python code from:

```python
import ai_edge_torch
```

to:

```python
import litert_torch
```
