lucidrains / toolformer-pytorch

Implementation of Toolformer, Language Models That Can Use Tools, by MetaAI
MIT License
1.94k stars 124 forks source link

AttributeError: 'Toolformer' object has no attribute 'generate_data_with_api_calls' #13

Open jie1126 opened 11 months ago

jie1126 commented 11 months ago

code : toolformer.generate_data_with_api_calls(data)

execute code above, and then throw the error as follow:

AttributeError: 'Toolformer' object has no attribute 'generate_data_with_api_calls'

the toolformer_pytorch version is 0.0.26

why ?