Update generate_sharktank.py (#897)

This commit is contained in:
Ean Garvey
2023-01-31 12:21:22 -06:00
committed by GitHub
parent a4634632ba
commit 83302930d8

View File

@@ -281,8 +281,3 @@ if __name__ == "__main__":
if args.tflite_model_csv:
save_tflite_model(args.tflite_model_csv)
if args.upload:
git_hash = sp.getoutput("git log -1 --format='%h'") + "/"
print("uploading files to gs://shark_tank/" + git_hash)
os.system(f"gsutil cp -r {WORKDIR}* gs://shark_tank/" + git_hash)