Dwarkesh Patel

Results 2 issues of Dwarkesh Patel

Currently, Whisper defaults to using the CPU on MacOS devices despite the fact that PyTorch has introduced Metal Performance Shaders framework for Apple devices in the nightly release ([more info](https://pytorch.org/blog/introducing-accelerated-pytorch-training-on-mac/))....

In client/dist/src/components/dashboard.jsx, there's an import line titled: `import firebase from "../firebaseconfig.js";` This results in an error since the file title is firebaseConfig.js Thus, it should be: `import firebase from "../firebaseConfig.js";`