No module named 'eagle.ge_data'
Follow readme train start comman: python -m eagle.ge_data.allocation --outdir [path of data]
got error:
Error while finding module specification for 'eagle.ge_data.allocation' (ModuleNotFoundError: No module named 'eagle.ge_data')
sorry to bother,did u solve this problem? I try to install EAGLE,and it seems succeed,but when i command: python -m eagle.ge_data.allocation --outdir [path of data] it raised the same error even i changed the module name to "eagle-llm" as the setup.py
It seems the authors took it down when preparing to release EAGLE 3. The generating script exists on older commits such as: https://github.com/SafeAILab/EAGLE/tree/7e885b2ba9cf6d116cd041790f06143720821a68
Alternatively, I'm maintaining an unofficial implementation here that you can also use: https://github.com/NickL77/BaldEagle/
It seems the authors took it down when preparing to release EAGLE 3. The generating script exists on older commits such as: https://github.com/SafeAILab/EAGLE/tree/7e885b2ba9cf6d116cd041790f06143720821a68
Alternatively, I'm maintaining an unofficial implementation here that you can also use: https://github.com/NickL77/BaldEagle/
@NickL77 Could you provide the data generation and training scripts for eagle3 ? Thank you.
It seems the authors took it down when preparing to release EAGLE 3. The generating script exists on older commits such as: https://github.com/SafeAILab/EAGLE/tree/7e885b2ba9cf6d116cd041790f06143720821a68
Alternatively, I'm maintaining an unofficial implementation here that you can also use: https://github.com/NickL77/BaldEagle/
great work , thanks for ur contibutions