This commit is contained in:
Ivan 2026-05-25 05:05:17 -05:00 committed by GitHub
commit aaff5ca3f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ Note 4: V2 series are built upon **Ghidra** and trained on 2 billion tokens to *
```
git clone https://github.com/albertan017/LLM4Decompile.git
cd LLM4Decompile
conda create -n 'llm4decompile' python=3.9 -y
conda create -n llm4decompile python=3.9 -y
conda activate llm4decompile
pip install -r requirements.txt
```