salesforce / CodeGen

CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Please update your huggingface code

PoodleWang opened this issue · comments

huggingface: https://github.com/huggingface/transformers/blob/main/src/transformers/models/codegen/modeling_codegen.py#L101

Your request: c1c49ab

You already update your model. However, you don't update your hugginfgace code. Please update it and also update your checkpoint if you can.

Hi, is this issue related to you: huggingface/transformers#20397?
The highlighted piece of code is common with GPT-J. Could you prepare minimal code to reproduce this? Thanks!