v0.41.2
Browse filesSee https://github.com/quic/ai-hub-models/releases/v0.41.2 for changelog.
README.md
CHANGED
|
@@ -67,6 +67,7 @@ Please follow the [LLM on-device deployment](https://github.com/quic/ai-hub-apps
|
|
| 67 |
|
| 68 |
Install the package via pip:
|
| 69 |
```bash
|
|
|
|
| 70 |
pip install "qai-hub-models[llama-v3-2-3b-instruct]"
|
| 71 |
```
|
| 72 |
|
|
|
|
| 67 |
|
| 68 |
Install the package via pip:
|
| 69 |
```bash
|
| 70 |
+
# NOTE: 3.10 <= PYTHON_VERSION < 3.14 is supported.
|
| 71 |
pip install "qai-hub-models[llama-v3-2-3b-instruct]"
|
| 72 |
```
|
| 73 |
|