Alex Cheema
Alex Cheema
Still getting this error: ``` (.venv) $ python3 build/build_exo.py Nuitka-Options: Used command line options: exo/main.py --company-name=exolabs --output-dir=dist --follow-imports --standalone --output-filename=exo Nuitka-Options: --macos-app-name=exo --macos-app-mode=gui --macos-app-version=0.0.1 --product-name=exo --macos-create-app-bundle Nuitka-Options: --macos-app-icon=docs/exo-logo.icns --include-distribution-meta=pygments --include-distribution-meta=mlx...
> A few high-level comments on this: > > 1. re: windows, I agree there are issues with windows more generally, but you made some small, useful changes here in...
can you give more info on what's bugged please?
Closing as this was already implemented.
Looks like some SSL certificate issue. On Mac the solution was running this command: ``` /Applications/Python 3.x/Install Certificates.command ``` Perhaps there is something similar on Ubuntu?
> When running this command /Applications/Python 3.12/Install Certificates.command > > i get the message zsh: no such file or directory: /Applications/Python Are you on a Mac?
Just so I understand what's going on, how is the model split up between devices? Lets say I have 3 devices with different capabilities, how does that work?
> There are no changes to that part. It's how the partition algorithm splits the shards across the devices. I see. The difference here is the layers are non-uniform. That...
> Yeah, layers are non-uniform, so the split memory isn't exactly proportional to the number of layers. Can we split using the number of params? This is probably fine as...
Was running on this branch for a while doing image generation requests and got the following errors: ``` model: stable-diffusion-2-1-base, prompt: A lion in a jungle, stream: False shard: Shard(model_id='stable-diffusion-2-1-base',...