-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
When I run app.py and try to generate on a Mac, I encounter the following error.
My environment setup steps were:
git clone https://github.com/nari-labs/dia.git
cd dia
python -m venv .venv
source .venv/bin/activate
pip install -e .
python app.py
After following the steps above and running the code, the following error occurs:
To create a public link, set `share=True` in `launch()`.
loc("mps_matmul"("(mpsFileLoc): /AppleInternal/Library/BuildRoots/d187755d-b9a3-11ef-83e5-aabfac210453/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShadersGraph/mpsgraph/MetalPerformanceShadersGraph/Core/Files/MPSGraphUtilities.mm":43:0)): error: incompatible dimensions
loc("mps_matmul"("(mpsFileLoc): /AppleInternal/Library/BuildRoots/d187755d-b9a3-11ef-83e5-aabfac210453/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShadersGraph/mpsgraph/MetalPerformanceShadersGraph/Core/Files/MPSGraphUtilities.mm":43:0)): error: invalid shape
LLVM ERROR: Failed to infer result type(s).
zsh: abort python3 app.py
(.venv) (base) harmlessman@harmlessmanui-MacBookPro dia % /opt/anaconda3/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
If anyone knows the cause of this issue, I would appreciate your help.
ArthurVerrez, coolcoastcat, vit0-9, mhertogs, henrytseng and 3 more
Metadata
Metadata
Assignees
Labels
No labels