mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-01 13:22:33 +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()
|