文件最后提交记录最后更新时间
9 个月前
8 个月前
9 个月前
8 个月前
8 个月前
8 个月前
1 年前
8 个月前
9 个月前
8 个月前
README.md

llm4codemigration

LLM for code migration project

#Steps to use compiler_driver.py

1. environment

./insatll_environment.sh

2. run llama.cpp

./run_llama_cpp.sh

3. Build the executable binary but running

source setup_compiler_driver.sh

4. Evaluate on the test cases

Go to test_examples set into the folder of each test case then run make

Note: make sure you build the executable binary every time when you change any of the python scripts.