Files
AMD-SHARK-Studio/tank/examples/opt
Sungsoon Cho 79075a1a07 Opt perf (#1786)
* Define command line args, model-name, max-seq-len, platform, etc.

* Add usage example.

* Add opt_perf_comparision_batch.py.

* Use shlex instead.
2023-08-24 08:33:12 -05:00
..
2023-08-24 08:33:12 -05:00
2023-08-24 08:33:12 -05:00
2023-06-13 22:40:07 -05:00
2023-06-13 22:40:07 -05:00

Running Different OPT Variants

To run different sizes of OPT, change the string OPT_MODEL string in opt_torch_test.py. The default is 350m parameters. 66b cases also exist in the file, simply uncomment the test cases.