Raymond Weitekamp

Results 36 comments of Raymond Weitekamp
trafficstars

I got the exact same error when trying to port from Kaggle to Colab. For what it's worth, I also tried installing conda on the Colab instance and using "conda...

(this repo is so cool!) +1 for an example of loading a mesh. the closest i found is this repo, which can use SDF on a STL mesh to create...

@enzyme69 - i also found these, some are new since your question. sharing the references now because i probably won't have time to try any of these until after the...

i would like to weigh in from the "end user peanut gallery" that i believe the full implementation of the chunking for `distil-whisper` would be a major inflection point for...

@fire17 - 1) see my comment in https://github.com/paul-gauthier/aider/issues/508 regarding a community that is excited by these same ideas. 2) one thing to keep in mind is that with LLMs in...

related to this: one of my current workflows is to use cursor to write aider scripts: https://forum.cursor.sh/t/has-cursor-gotten-dumb/2884/14?u=raw.works so cursor helps you with the part you are struggling with: "finding the...

@fire17 - similar to your idea, i've been encouraging the "open devin" community to use aider as a "tool" that their parent agent (what you are calling "senior aider") can...

i'm having the same problem on os x with the latest .dmg binary.

every time i try to use faster-whisper on OS X, the program crashes (latest .dmg build)

i believe that 1 line of code would fix this, which is adding the trimesh.to_texture() method. see https://github.com/VAST-AI-Research/TripoSR/issues/76 for details