Thisas
Thisas
This patch seems to work https://github.com/cansik/mediapipe-silicon . Would it be possible to implement this so there can be a wheel for people to download without having to run through rosetta....
Works fine on the public API. ```json { "language": "python3", "version": "3.10.0", "files": [ { "name": "test.py", "content": "import numpy as np\nimport pandas as pd\ns = pd.Series([1, 3, 5, np.nan,...
Hi @anjalichaudhary , Can you try this curl and send over the output. ```bash curl -X POST http://localhost:2000/api/v2/piston/execute -H "Content-Type: application/json" --data-binary @-
Hey @anjalichaudhary , I'm not sure if you made your own runtime but according to the runtimes in the public api [https://emkc.org/api/v2/piston/runtimes] there is currently no support for python `3.9.4`....
Huh, the runtime appears to not be available on yet on the public api. Let me quickly create a local setup so I can test it out.
I attempted. I think maybe this is the wrong way to do it. ```log ~ pip install --global-option build_ext --global-option --compiler=gcc --upgrade git+https://github.com/mit-han-lab/[email protected] WARNING: Disabling all use of wheels...
Weirdly enough this conda package (https://anaconda.org/conda-forge/torchsparse) actually builds but when I execute an example script. ```python3 from torch import nn from torchsparse import nn as spnn model = nn.Sequential( spnn.Conv3d(in_channels,...
I'm sorry @zhijian-liu I'm not sure how I can do that. Could you maybe provide what flag I should set since I feel out of my depth here.
Sorry @zhijian-liu I was busy for the past few weeks and was unable to focus on this. I tested with setting CXX ```log (base) ~ export CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin && pip...
@zhijian-liu, Sorry for the delay, just wondering what I can do from here ?