EAGLE icon indicating copy to clipboard operation
EAGLE copied to clipboard

No module named 'eagle.ge_data'

Open Lzhang-hub opened this issue 8 months ago • 4 comments

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')

Lzhang-hub avatar Mar 31 '25 10:03 Lzhang-hub

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

LiuzRush avatar Apr 15 '25 03:04 LiuzRush

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 avatar Apr 15 '25 19:04 NickL77

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.

dongyibo avatar Apr 20 '25 08:04 dongyibo

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

SiqiLi-Fighting avatar May 14 '25 13:05 SiqiLi-Fighting