anemll commited on
Commit
1c9af3e
·
verified ·
1 Parent(s): 72c85fc

Update README.md

Browse files

Added CoreML tools installation link

Files changed (1) hide show
  1. README.md +4 -0
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