Conversation
|
@arash77 any idea why the test fails? Or better how could the test pass in your first version :) |
|
@bgruening I can't remember how did they pass the test before! but should we include the models in the docker file so that the CI can access it? |
|
No, they are too large I think. Our models are here: https://github.com/usegalaxy-eu/infrastructure-playbook/blob/master/files/galaxy/tpv/tools.yml#L523 |
|
Previously, the test for this tool might not have even run because we didn't pass |
|
I don't know, that was my questino. The CI def. run ... but it turned green. Can it be that huggingface downloaded the model on the fly? |
|
But it needs an |
|
Also by upgrading WhisperX, it now requires another model: |
|
Ok, then I have no clue how this ever worked on CI :) Do you have time to test it locally, and then we merge? Or should we YOLO? |
|
I'm trying to test it, but it requires a GPU! I'm also not sure if the GPU is enabled on GitHub Actions but I see we fallback to cpu here. |
|
There are some models that need to be added based on the WhisperX documentation, then we can run it on galaxy to test if it works. |
No description provided.