mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
* Define command line args, model-name, max-seq-len, platform, etc. * Add usage example. * Add opt_perf_comparision_batch.py. * Use shlex instead.
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.