anemll commited on
Commit
2599ddf
·
verified ·
1 Parent(s): 9c1af08

Update README.md

Browse files

sync to 0.1.1 release

Files changed (1) hide show
  1. README.md +10 -5
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
- who
 
 
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
- https://huggingface.co/anemll
99
- https://x.com/anemll
100
- https://github.com/anemll
101
- https://anemll.com
 
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