finito
This commit is contained in:
7
main.py
7
main.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user