Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

启动worker失败,报错protobuf library不存在 #18

Open
yogafan123 opened this issue Apr 8, 2024 · 1 comment
Open

启动worker失败,报错protobuf library不存在 #18

yogafan123 opened this issue Apr 8, 2024 · 1 comment

Comments

@yogafan123
Copy link

ImportError:
2024-04-08 09:54:28 | ERROR | stderr | CodeLlamaTokenizer requires the protobuf library but it was not found in your environment. Checkout the instructions on the
2024-04-08 09:54:28 | ERROR | stderr | installation page of its repo: https://github.com/protocolbuffers/protobuf/tree/master/python#installation and follow the ones

@yogafan123
Copy link
Author

安装protobuf已解决,新的问题,我在控制台录入JAVA代码:
public int plus(int a, int b) {
return a + b;
}
目前生成的单元测试是python代码,请问怎么让模型生成JAVA代码的单元测试?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant