Results 6 comments of Nate Stone

here is my workaround to make a general post function that can take form data: ``` const post = apiClient.post; apiClient.post = async (url, data, axiosConfig = {}, contentType) =>...

@byixi2023 I am having trouble getting it running on my 4090, by any chance, could you share the installation steps you took?

@AIhasArrived I was able to get it a bit faster by trimming out some things I thought weren't needed. though it is still pretty slow, requiring at least 5x the...

@AIhasArrived I totally feel you, this stuff can be pretty frustrating. If I remember right, I commented out any lines in the requirements.txt relating to torch so that I could...