Neville Li

Results 67 comments of Neville Li

Just realized the workaround broke `property("tree")` with `StackOverflowError`. Maybe there can be some compromise between the 2.

Yes I understand now after seeing the `StackOverflowError`. `scalacheck-shapeless` works for this case. Just curious if there is a way to make this lib work for both scenarios. :)

`RUN` creates a new layer with the same files striped, so it might significantly increase image size. Is it possible to do them in the same `RUN pip install` step?

Stumbled across this and I'm not sure it's an issue though. The root cause is Intel vs ARM being handled differently on Linux, macOS and GOARCH. * M1 Mac: `uname...

Thanks, good find! You meant `transformers[torch]==4.49.0` right? I'm reverting this in #2211, as it's no longer needed for the fix I was attempting. IIUC `transformers[torch]` just adds `torch` as an...

Yeah you're correct that they still go through the same path, so this is not really solved. But we'll pass `requirements.txt` as is in the future (soon) to avoid having...