mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-04 12:42:51 +08:00
10 lines
108 B
Python
10 lines
108 B
Python
from llmtuner import Evaluator
|
|
|
|
|
|
def main():
|
|
Evaluator().eval()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|