Hirad Motamed
Hirad Motamed
@duffyjp This was very helpful. I was having issues with 3.0.0 (it installed fine but some gems didn't work). Upgrading to 3.0.3 fixed it. Thank you.
> > export TORCH_COMMAND="pip install --pre torch==2.2.0.dev20231012 torchvision==0.17.0.dev20231012 --index-url https://download.pytorch.org/whl/nightly/cpu" > > `export TORCH_COMMAND="pip install --pre torch==2.2.0.dev20231021 torchvision==0.17.0.dev20231021 --index-url https://download.pytorch.org/whl/nightly/cpu"` > > version 20231021 works for me, thank you Tried...
For me the issue on RunPod was that when you start a pod, by default, it's set to 0 GPUs. If you click through it mindlessly, you will encounter this...
@kyle-jorve I just got this working on NextJS client-side using @MXXXXXS's suggestion by making this change in `next.config.js`: ```js const nextConfig = { reactStrictMode: true, webpack: (config, options) => {...
@ehlersd Great to hear there is an active fork. This PR was a bit of a hail-mary in case people who needed this functionality would see it here ;)