John Hartquist
John Hartquist
I'm also seeing the same issue with the Quest 2. For what it's worth, a similar thing is happening when I try the demos at https://github.com/pmndrs/react-xr I am new to...
+1, also running into this
Apologies for the missing documentation, but there is a flag to take care of this in `AudioDataBunch`: https://github.com/sevenfx/fastai_audio/blob/master/fastai_audio/data.py#L34 Just set `equal_lengths` to `False` and it should work. This uses fastai's...
@tahercoolguy @madhavajay Yeah, I haven't set things up to be installed by pip yet -- may look into that in the next couple of days. Jeremy has actually tweeted that...
I was able to get past that error with ```!pip install "torchvision
I believe the intention was to check `NODE_ENV` and not `DEEPGRAM_ENV`, as that value is set to `development` when running the dev server for nextjs apps. ```ts //app/api/authenticate/route.ts if (process.env.NODE_ENV...
The ability to specify Info.plist for iOS (similar to what exists for MacOS) would be greatly appreciated and unblock many capabilities.
> > change `from huggingface_hub import cached_download, hf_hub_download, model_info` to `from huggingface_hub import hf_hub_download, model_info` helps for me > > Tried this, still getting the same error. Any other ideas...