mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-14 00:54:58 +00:00
9 lines
145 B
Python
9 lines
145 B
Python
|
|
def test_load_args_sub():
|
||
|
|
from flaml.nlp.utils import HPOArgs
|
||
|
|
|
||
|
|
HPOArgs.load_args()
|
||
|
|
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
test_load_args_sub()
|