Upload neutts_nano recipe (v2)
Browse files
README.md
CHANGED
|
@@ -19,25 +19,19 @@ This is a standalone recipe compatible with the [Qualcomm® AI Hub Models](https
|
|
| 19 |
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
|
| 20 |
|
| 21 |
|
| 22 |
-
## Use this recipe
|
| 23 |
-
|
| 24 |
-
Register it under a short name, then run it locally or compile it for a device:
|
| 25 |
-
|
| 26 |
-
```bash
|
| 27 |
-
qai-hub-models register ashwmurt/neutts_nano
|
| 28 |
-
qai-hub-models demo neutts_nano
|
| 29 |
-
qai-hub-models export neutts_nano
|
| 30 |
-
```
|
| 31 |
-
|
| 32 |
## Setup
|
| 33 |
### 1. Install the package
|
| 34 |
-
Install the base package,
|
| 35 |
-
recipe's dependencies:
|
| 36 |
```bash
|
| 37 |
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 38 |
pip install qai-hub-models
|
|
|
|
| 39 |
qai-hub-models install neutts_nano
|
| 40 |
```
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
### 2. Configure Qualcomm® AI Hub Workbench
|
| 43 |
Sign-in to [Qualcomm® AI Hub Workbench](https://workbench.aihub.qualcomm.com/) with your
|
|
|
|
| 19 |
Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
|
| 20 |
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
## Setup
|
| 23 |
### 1. Install the package
|
| 24 |
+
Install the base package, fetch this recipe from Hugging Face, then use the
|
| 25 |
+
`qai-hub-models` CLI to install the recipe's dependencies:
|
| 26 |
```bash
|
| 27 |
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 28 |
pip install qai-hub-models
|
| 29 |
+
qai-hub-models register ashwmurt/neutts_nano
|
| 30 |
qai-hub-models install neutts_nano
|
| 31 |
```
|
| 32 |
+
`register` downloads the recipe and names it `neutts_nano`, which is how every
|
| 33 |
+
command below refers to it.
|
| 34 |
+
|
| 35 |
|
| 36 |
### 2. Configure Qualcomm® AI Hub Workbench
|
| 37 |
Sign-in to [Qualcomm® AI Hub Workbench](https://workbench.aihub.qualcomm.com/) with your
|