Skip to content

Commit

Permalink
Remove note
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang007666 committed Jul 26, 2024
1 parent 7085824 commit 04fea55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions models/kolors/text_to_image_kolors_quality_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,3 @@ def main():

if __name__ == "__main__":
main()

# Example usage for HPS dataset:
# python3 models/kolors/hps.py --compiler nexfort --compiler-config '{"mode": "max-optimize:max-autotune:low-precision", "memory_format": "channels_last"}' --dataset hps

# Example usage for COCO dataset:
# python3 models/kolors/hps.py --compiler nexfort --compiler-config '{"mode": "max-optimize:max-autotune:low-precision", "memory_format": "channels_last"}' --csv-file /path/to/coco.csv --dataset coco

0 comments on commit 04fea55

Please sign in to comment.