albertan017 / LLM4Decompile

Reverse Engineering: Decompiling Binary Code with Large Language Models
https://arxiv.org/abs/2403.05286
MIT License
3.19k stars 233 forks source link

Python Environment Setup #19

Closed changliu98 closed 5 months ago

changliu98 commented 5 months ago

Hi, thank you all for the hard wok. I am trying to replicate the results, while the provided requirements.txt doesn't specify the version number, is it convenient to publish the package/Python version, or the environment yaml file if you were using conda?

changliu98 commented 5 months ago

Hi Qi Luo, thanks for updating the requirements.txt, do appreciate it! The setup for flash-attention with text-generation cli is little tricky(I guess it's the common scenario dealing with GPU), hope we can have better docs on this in the future😊