Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,11 @@ python relaylm.py danlou/relay-v0.1-Mistral-Nemo-2407-4bit
|
|
55 |
```
|
56 |
|
57 |
You should see something similar to this demo:
|
58 |
-
<a href="https://asciinema.org/a/
|
|
|
|
|
|
|
|
|
59 |
|
60 |
Alternatively, if you do not have a CUDA GPU (e.g., on a Mac), you can use the [GGUF versions](https://huggingface.co/danlou/relay-v0.1-Mistral-Nemo-2407-GGUF) through LM Studio (some functionality will be missing, see the GGUF model page).
|
61 |
|
|
|
55 |
```
|
56 |
|
57 |
You should see something similar to this demo:
|
58 |
+
<a href="https://asciinema.org/a/695732" target="_blank"><img src="https://asciinema.org/a/695732.svg" /></a>
|
59 |
+
|
60 |
+
More demos:
|
61 |
+
- Chatting with characters or personas (uses `/cast`): [Logan Demo](https://asciinema.org/a/695731)
|
62 |
+
- Chatting with local communities (uses `/join`): [Boston Demo](https://asciinema.org/a/695733)
|
63 |
|
64 |
Alternatively, if you do not have a CUDA GPU (e.g., on a Mac), you can use the [GGUF versions](https://huggingface.co/danlou/relay-v0.1-Mistral-Nemo-2407-GGUF) through LM Studio (some functionality will be missing, see the GGUF model page).
|
65 |
|