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