Add README.md

This commit is contained in:
2025-12-24 00:46:38 -08:00
parent fb1efa3b4a
commit b3ca4e71df
2 changed files with 337 additions and 1 deletions

View File

@@ -32,6 +32,6 @@ class CodeGenerator(PrecompiledProgram):
code_generator = CodeGenerator(CodeGeneratorConfig())
print(code_generator(query="Write a python function that returns the sum of two numbers.").code)
code_generator.push_to_hub("modaic/code-generator-trl-grpo", with_code=True, tag="v2.0.1")
code_generator.push_to_hub("modaic/code-generator-trl-grpo", with_code=True, tag="v2.0.2", commit_message="Add README.md")