mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-08 15:56:13 +00:00
9 lines
156 B
Python
9 lines
156 B
Python
def test_load_args_sub():
|
|
from flaml.nlp.utils import HFArgs
|
|
|
|
HFArgs.load_args_from_console()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
test_load_args_sub()
|