| #!/usr/bin/env python | |
| """Run lm-eval with the local Atom2.7m model registered.""" | |
| import lm_eval_fusion # noqa: F401 | |
| from lm_eval.__main__ import cli_evaluate | |
| if __name__ == "__main__": | |
| cli_evaluate() | |
| #!/usr/bin/env python | |
| """Run lm-eval with the local Atom2.7m model registered.""" | |
| import lm_eval_fusion # noqa: F401 | |
| from lm_eval.__main__ import cli_evaluate | |
| if __name__ == "__main__": | |
| cli_evaluate() | |