Update README.md
Browse filessync to 0.1.1 release
README.md
CHANGED
|
@@ -81,7 +81,9 @@ See coremltools installation guide at https://coremltools.readme.io/v4.0/docs/in
|
|
| 81 |
**How to Run**
|
| 82 |
|
| 83 |
1. Basic chat interface:
|
| 84 |
-
|
|
|
|
|
|
|
| 85 |
|
| 86 |
2. Full conversation mode with history:
|
| 87 |
```bash
|
|
@@ -92,12 +94,15 @@ python chat_full.py --meta ./meta.yaml
|
|
| 92 |
> Subsequent loads will be instantaneous.
|
| 93 |
> Use Ctrl-D to exit, Ctrl-C to interrupt inference.
|
| 94 |
|
|
|
|
|
|
|
| 95 |
**More Info**
|
| 96 |
Please check following links for later updates:
|
| 97 |
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
|
|
|
| 102 |
|
| 103 |
realanemll@gmail.com
|
|
|
|
| 81 |
**How to Run**
|
| 82 |
|
| 83 |
1. Basic chat interface:
|
| 84 |
+
```bash
|
| 85 |
+
python chat.py --meta ./meta.yaml
|
| 86 |
+
```
|
| 87 |
|
| 88 |
2. Full conversation mode with history:
|
| 89 |
```bash
|
|
|
|
| 94 |
> Subsequent loads will be instantaneous.
|
| 95 |
> Use Ctrl-D to exit, Ctrl-C to interrupt inference.
|
| 96 |
|
| 97 |
+
|
| 98 |
+
**More Info**
|
| 99 |
**More Info**
|
| 100 |
Please check following links for later updates:
|
| 101 |
|
| 102 |
+
* [GitHub](https://github.com/anemll)
|
| 103 |
+
* [Hugging Face Models](https://huggingface.co/anemll)
|
| 104 |
+
* [Twitter/X](https://x.com/anemll)
|
| 105 |
+
* [Website](https://anemll.com)
|
| 106 |
+
|
| 107 |
|
| 108 |
realanemll@gmail.com
|