-
device info: 5 Android devices+1 windows WSL
There is no error message in the log, but the output result is confusing,Can you help analyze what caused this?
thank you
-
Hi,
When I run the exo command on mac and start the inferences using the completion REST API endpoint, the Python process seems to be increasingly using more and more memory.
I have put a delay…
-
```
raceback (most recent call last):
File "/home/ffamax/exo/exo/api/chatgpt_api.py", line 273, in handle_post_chat_completions
await asyncio.wait_for(self.node.process_prompt(shard, prompt, …
-
Exo Labs just published a repository on how to create an MLX cluster across your Apple devices. (Including iOS apparently!)
https://github.com/exo-explore/exo
https://x.com/ac_crypto/status/1812…
-
See #305
Currently the fix is to shield `process_prompt` however this also makes it so that if a chatgpt api request times out, it never gets cancelled even when a download is not in progress.
…
-
This only happens with `BEAM=1`. `BEAM=0`, `BEAM=2`, `BEAM=3` all work fine
This happens because exo runs tinygrad inference on another thread.
Example command to reproduce: `DEBUG=6 BEAM=1 python3 …
-
Hello,
I work for [Uptime Ind](https://github.com/uptime-industries/). We have a [Raspberry Pi Blade](https://github.com/uptime-industries/compute-blade) Cluster that we would like to run Exo on.
…
-
**Describe the bug**
On Seagate Exos 7E8 drives, the Command Timeout value is constantly at 100, while the threshold is 0, which is maybe a bug.
**Expected behavior**
Two 8TB Seagate Exos 7E8 I b…
-
I run the project on the Ubuntu18.04 and get a Segmentation fault (Core dumped) error.
With using "DEBUG=9 python -X faulthandler main.py“, I got the following error message.
Is the llvmlite module …
-
Hi. I have the following task. A list of time intervals comes from the server when I should show ads. When one of these intervals comes, I need to:
1. Make a request to the advertising server using…