Octavian Mot

Results 60 comments of Octavian Mot

I've added the `name` attribute for Button, Frame and BaseClass in a new pull request #1676 @jericjan Was there a reason why you chose to implement `name=name` directly in the...

Not a gaming PC, but I just tried the Colab notebook with 83.5GB of System RAM and A100 with 40GB. It's insanely fast to initialize and the prompts on the...

> Easier said than done. Deforum has a _gigantic_ count of parameters, which are drastically different in types and nature, if the API changes its values dynamically (like does Deforumation)...

Could this be related with the `@rpath` issue mentioned here https://github.com/ronaldoussoren/py2app/issues/286 and technically fixed here https://github.com/ronaldoussoren/py2app/pull/315 ? I'd love to help help with improvements, but just need a few pointers...

To make sure that nothing weird is happening due to a packaged python installation, I've cleaned up all conda and homebrew python installs and reinstalled python 3.9.13 using the universal2...

I managed to manually change the @rpaths to @executable_paths like this: First, I added the following code that collects all the libtorch related dylibs: ``` # add all the torch...

@the-nicolas I've tried a few options, but nothing works... @joseph-henry Any hope to make this work or at least point us in the right direction?

I think there must have been an error with accessing huggingface.co when the tool tried to download the bart-large-mnli model (maybe for question labeling?). If you haven't tried this again...

Could you check if you can access https://huggingface.co/facebook/bart-large-mnli/resolve/main/config.json directly from your browser? If so, there might be an issue with some ssl certificates on your machine. Are you using the...