mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-05-21 11:59:01 +02:00
added notification
This commit is contained in:
parent
fdcd22257c
commit
a2bc2fde96
|
|
@ -375,7 +375,7 @@ def main():
|
|||
# write the dataframe to a new csv file called '*_pllava_13b_caption.csv'
|
||||
new_csv_path = args.csv_path.replace(".csv", "_text.csv")
|
||||
df.to_csv(new_csv_path, index=False)
|
||||
|
||||
print(f"Results saved to {new_csv_path}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
|||
Loading…
Reference in a new issue