This commit is contained in:
2025-10-21 14:13:38 -04:00
parent a413e05023
commit 7b1535f925
3 changed files with 108 additions and 6 deletions

View File

@@ -50,8 +50,11 @@ def main():
red_team_agent.attack_program.eval_program(best_prog, trainset)
"""
# push to hub
red_team_agent.push_to_hub("farouk1/redteam", commit_message="finito", with_code=True)
red_team_agent.push_to_hub(
"farouk1/redteam", commit_message="finito", with_code=True
)
print("---------Pushed to hub!---------")
if __name__ == "__main__":
main()