Dave Bort
Dave Bort
This is still something that we could improve if anyone would like to, but with a workaround it's less urgent for now, and I don't expect to have time in...
@nbansal90, this might be happening because there's a `.` character in your working directory's path (`/home/n.bansal1/...`), which may be confusing `buck2`. @leigao97 pointed this out over in https://github.com/pytorch/executorch/issues/3502#issuecomment-2099496732 Does this...
Updating the docs makes sense; I thought we already mentioned it, but we don't. We should also update `install_requirements.sh` and maybe `setup.py` to explicitly check for a compatible python version.
#4131 will explicitly check for the right python version when running install_requirements.sh or building the wheel, so it should be more obvious when the version isn't supported.
Merged in https://github.com/pytorch/executorch/commit/f32d707fd89ce64ffbaff6d9c216ac7d15c829e6
Thank you for reporting this issue @l3utterfly, and for all of the environment details! Things are changing in this area pretty rapidly. Which specific git commit were you using when...
Thanks for the hash. What are the contents of your params.json file? I asked around, and one theory is that the `vocab_size` entry might be missing or might be `-1`....
@mikekgfb sounds like there are two steps here: - Near term: Update the llama2 export docs to mention this problem and the workaround - Longer term: If vocab_size is -1,...
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature
Squashing this into #4610