mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-08 15:56:13 +00:00

* fixing bug for ner * removing global var * adding class for trial counter * adding notebook * adding use_ray dict * updating documentation for nlp
9 lines
143 B
Python
9 lines
143 B
Python
def test_load_args_sub():
|
|
from flaml.nlp.utils import HFArgs
|
|
|
|
HFArgs.load_args()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
test_load_args_sub()
|