cd EffiCoder
pip install -r requirements.txt
cd LLaMA-Factory
pip install -e ".[torch,metrics]"
We have provided the EffiCoder dataset in EffiCoder/LLaMA-Factory/data/efficoder.json, so we can directly use SFT and other methods to finetune LLMs.
cd EffiCoder/LLaMA-Factory
bash run.sh
cd EffiCoder/scripts
bash run.sh
cd EffiCoder/src
python code_efficiency_calculator.py
python calculate_memory_usage.py
6 commits
3 commits
Python
99.0%
cd EffiCoder
pip install -r requirements.txt
cd LLaMA-Factory
pip install -e ".[torch,metrics]"
We have provided the EffiCoder dataset in EffiCoder/LLaMA-Factory/data/efficoder.json, so we can directly use SFT and other methods to finetune LLMs.
cd EffiCoder/LLaMA-Factory
bash run.sh
cd EffiCoder/scripts
bash run.sh
cd EffiCoder/src
python code_efficiency_calculator.py
python calculate_memory_usage.py
6 commits
3 commits
Python
99.0%