Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: mit
|
|
| 4 |
|
| 5 |
# Introduction
|
| 6 |
|
| 7 |
-
This repository hosts the **Phi 4 Mini** models for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **unquantized**
|
| 8 |
|
| 9 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the [official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|
| 10 |
|
|
@@ -19,6 +19,7 @@ These models were exported using `v0.6.0` version and **no forward compatibility
|
|
| 19 |
The repository is organized into one main directory:
|
| 20 |
|
| 21 |
- `original`
|
|
|
|
| 22 |
|
| 23 |
The directory contains original version of model.
|
| 24 |
|
|
|
|
| 4 |
|
| 5 |
# Introduction
|
| 6 |
|
| 7 |
+
This repository hosts the **Phi 4 Mini** models for the [React Native ExecuTorch](https://www.npmjs.com/package/react-native-executorch) library. It includes **unquantized** and **quantized** versions of the Phi model in `.pte` format, ready for use in the **ExecuTorch** runtime.
|
| 8 |
|
| 9 |
If you'd like to run these models in your own ExecuTorch runtime, refer to the [official documentation](https://pytorch.org/executorch/stable/index.html) for setup instructions.
|
| 10 |
|
|
|
|
| 19 |
The repository is organized into one main directory:
|
| 20 |
|
| 21 |
- `original`
|
| 22 |
+
- `quantized`
|
| 23 |
|
| 24 |
The directory contains original version of model.
|
| 25 |
|