Guang Yang

Results 57 comments of Guang Yang

Android / test-demo-android (buck2) is failing

There are bunch of CI failures you will need to look into. Please ensure it's addressed before merging

Yeah, this PR doesn't even touch those files.

There are apple jobs failure which doesn't look relevant

Link to landed trunk PR: - https://github.com/pytorch/executorch/pull/3759 Link to release branch PR: - https://github.com/pytorch/executorch/pull/3791 Criteria category and reasons: Doc improvement based on users feedback ------ @mcr229 merged

Same error as @shaahji saw above. I tried with config `{'dim': 3072, 'vocab_size': 256000, 'n_layer': 28, 'n_head': 16, 'n_local_heads': 16, 'intermediate_size': 24576}` according to gemma-7b/config.json ``` { "architectures": [ "GemmaForCausalLM"...

@ArthurZucker @gante What is the plan to move this work/PR forward?

It works now on my Linux devserver, but not in the CI due to [OOM](https://github.com/pytorch/executorch/actions/runs/10082919834/job/27878287609?pr=4320#step:12:12816) on the runner.

@larryliu0820 could you help review this PR? I'd like to consolidate to one 🤗 `transformers` versions for ET. That will make future model enablement and benchmarking much easier

Is the test failure relevant? ``` FAILED tests/generation/test_beam_search.py::ConstrainedBeamSearchTest::test_constrained_beam_scorer_finalize - ValueError: Each list in `nested_token_ids` can't be a complete subset of another list, but is [[19, 40], [19, 40]]. ``` I...