Update README.md
Browse filesAdded CoreML tools installation link
README.md
CHANGED
|
@@ -51,6 +51,10 @@ find . -type f -name "*.zip" -exec unzip {} \;
|
|
| 51 |
pip install coremltools transformers
|
| 52 |
```
|
| 53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
**How to RUN:**
|
| 55 |
|
| 56 |
python chat.py
|
|
|
|
| 51 |
pip install coremltools transformers
|
| 52 |
```
|
| 53 |
|
| 54 |
+
**Coremltools :**
|
| 55 |
+
|
| 56 |
+
See coremltools intallation https://coremltools.readme.io/v4.0/docs/installation
|
| 57 |
+
|
| 58 |
**How to RUN:**
|
| 59 |
|
| 60 |
python chat.py
|