Skip to content

Commit ce34a88

Browse files
authored
Merge pull request #687 from exo-explore/readmeupdate
README updates
2 parents b5fc4bc + d8c3aed commit ce34a88

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exo: Run your own AI cluster at home with everyday devices. Maintained by [exo l
2424

2525
---
2626

27-
Forget expensive NVIDIA GPUs, unify your existing devices into one powerful GPU: iPhone, iPad, Android, Mac, Linux, pretty much any device!
27+
Unify your existing devices into one powerful GPU: iPhone, iPad, Android, Mac, NVIDIA, Raspberry Pi, pretty much any device!
2828

2929
<div align="center">
3030
<h2>Update: exo is hiring. See <a href="https://exolabs.net">here</a> for more details.</h2>
@@ -151,6 +151,18 @@ curl http://localhost:52415/v1/chat/completions \
151151
}'
152152
```
153153

154+
#### DeepSeek R1 (full 671B):
155+
156+
```sh
157+
curl http://localhost:52415/v1/chat/completions \
158+
-H "Content-Type: application/json" \
159+
-d '{
160+
"model": "deepseek-r1",
161+
"messages": [{"role": "user", "content": "What is the meaning of exo?"}],
162+
"temperature": 0.7
163+
}'
164+
```
165+
154166
#### Llava 1.5 7B (Vision Language Model):
155167

156168
```sh
@@ -273,8 +285,15 @@ exo supports the following inference engines:
273285
- 🚧 [PyTorch](https://github.com/exo-explore/exo/pull/139)
274286
- 🚧 [llama.cpp](https://github.com/exo-explore/exo/issues/167)
275287

276-
## Networking Modules
288+
## Discovery Modules
277289

278-
-[GRPC](exo/networking/grpc)
290+
-[UDP](exo/networking/udp)
291+
-[Manual](exo/networking/manual)
292+
-[Tailscale](exo/networking/tailscale)
279293
- 🚧 [Radio](TODO)
280294
- 🚧 [Bluetooth](TODO)
295+
296+
# Peer Networking Modules
297+
298+
-[GRPC](exo/networking/grpc)
299+
- 🚧 [NCCL](TODO)

0 commit comments

Comments
 (0)