Arthur
Arthur
Hey! Great that you want to share this model 🔥 Would you be open to put ot on the hub following [this tutorial](https://huggingface.co/docs/transformers/custom_models)! Will be easier as there won't be...
Hey if you added the model on the hub could you share the links to it? This will help us keep track of the models that we support on the...
Hey! Sorry for the long delay. There seems to be 2 suggestions not adresses, should we wait for these? 🤗
I remember we said we should check if the protobuf version is installed somewhere, as we had some issues. Did it turn out to be ok?
Thanks for contributing 🔥
Actually according to `torch`, the `clone()` operation is not breaking the flow of the gradient. see [here](https://pytorch.org/docs/stable/generated/torch.clone.html): > This function is differentiable, so gradients will flow back from the result...
Will mark as WIP as this is not something we are working on
Local tests run, I now have this strange error: ```python _____ ERROR collecting src/transformers/models/whisper/modeling_whisper.py _____ import file mismatch: imported module 'transformers.models.whisper.modeling_whisper' has this __file__ attribute: /home/circleci/.pyenv/versions/3.8.12/lib/python3.8/site-packages/transformers/models/whisper/modeling_whisper.py which is not the...
Regarding > There should NOT have multiple modeling files being included in test_to_run for doctest. This PR currently checks if a file is in utils/documentation_tests.txt, but that file doesn't contain...
CUDA tests are properly skipped! : ```python (11 durations < 0.005s hidden. Use -vv to show these durations.) =================================================================================================================================================================== short test summary info ==================================================================================================================================================================== PASSED docs/source/en/testing.mdx::testing.mdx PASSED docs/source/en/testing.mdx::testing.mdx PASSED src/transformers/models/whisper/modeling_whisper.py::transformers.models.whisper.modeling_whisper.WhisperForAudioClassification.forward...