Alex McGonigle

Results 2 comments of Alex McGonigle

> This isn't documented but for a supabase newbie, the steps are to go to your local supabase dashboard and create a user under the authentication tab on the extreme...

workaround # Install ColossalAI from a specific commit ARG VERSION=main RUN git clone -b ${VERSION} https://github.com/hpcaitech/ColossalAI.git && \ cd ColossalAI && \ git checkout 3e05c07bb8921f2a8f9736b6f6673d4e9f1697d0 && \ BUILD_EXT=1 pip install...