Billy Cao
Billy Cao
Yea sure maybe help with this feature? Im not exactly free this time so things will move slowly in this repo
Anyone know how do I fix the code quality errors from here instead of running ruff locally? I don't have one setup now... but strange thing I followed all the...
And for tests, do you think I can just add a `dtype=torch.float16` in the pipeline init method in existing tests, or must I keep the fp32 and do a new...
Sure, i'll add that
@amyeroberts do I need to test for numerical similarity in fp16 or just make sure the inference runs? Testing for numerical is quite some work and slow to run as...
I have pushed the tests for inference and not check for numerical stability by using the existing code in pipeline test mixin, except for a few models where no mixin...
> there's a few pipeline tests failing which will need to be resolved yes i will be resolving them but i see 1 error with `owlvit` (`zero-shot-object-detection`): `value cannot be...
The `image to image` slow test fails because `swin2sr` impl has a issue where it does not cast an intermediate tensor to the type of other model parameters. Specifically, I...
PR made https://github.com/huggingface/transformers/pull/31589
4 other failed tests can be fixed by https://github.com/huggingface/transformers/pull/31590 - a small QoL improvement