-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is a requirements.txt file of whisper-jax? #167
Comments
Hey @alcarazolabs! The idea behind Whisper JAX is that it has minimal dependencies, solely Transformers, JAX, Flax and cached-property: Lines 24 to 28 in 9c50a6e
Because JAX has different installation routes depending on your hardware, it's impossible to put it in a We don't pin any of the requirements on Flax since all you need is a version that is compatible with your JAX version. If we pinned the version of Flax, the requirements would become more stringent, and also not forward compatible with new versions of JAX/Flax. Therefore, the requirements are fully defined as required dependencies in
|
Hi @sanchit-gandhi - would you be able to list your benchmark/* dependencies please? These scripts actually don't seem to work anymore with naive package installs, but I could be wrong. If I simply install the additional required packages naively (ex: pip install datasets, ...), the benchmarking scripts fail and complain about jax_array. For context: I'm using python3.9 and jax 0.4.25 and have run "pip install ." after cloning the repo. The src code itself works fine but i'd like to run the benchmarks to validate performance. Thanks very much! |
Hi, I'm struggling with whisper-jax, first of all. I successfully installed whisper-jax for cpu usage, however it goes very slow,
then I decided installa jax with cuda support, however then a lot of problems were comming out because of packages versions.
Here is a example, I needed to install this versions..
You should post the packages versions (requirements.txt) for whisper-jax of this way the commutiy will have a better experience with this library. Is not enough just say "we used jax 0.4.5" you should also post the jaxlib version, flax version, orbax-checkpoint etc etc..
I will appreciate it if you share with us the requirements. thanks in advance.
The text was updated successfully, but these errors were encountered: