mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-01-30 14:22:04 +00:00
10 lines
108 B
Python
10 lines
108 B
Python
from llmtuner import Evaluator
|
|
|
|
|
|
def main():
|
|
Evaluator().eval()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|