yfhe001/acecoder_docker_run
AceCoderV2 Installation uv sync uv pip install -e . Evaluation ` mkdir -p eval cd eval git clone -b reasoning https://github.com/jdf-prog/LiveCodeBench git clone https://github.com/jdf-prog/AceReasonEvalKit.git Synthesizer cd acecoderv2/synthesizer bash scripts/run.sh to do analysis of previous acecoder dataset cd acecoderv2/synthesizer python ../scripts/format_old_acecoderv2_data bash scripts/run_old_acecoderv2.sh
0106
AceCoderV2
Installation
uv sync
uv pip install -e .Evaluation
`
mkdir -p eval
cd eval
git clone -b reasoning https://github.com/jdf-prog/LiveCodeBench
git clone https://github.com/jdf-prog/AceReasonEvalKit.gitSynthesizer
cd acecoderv2/synthesizer
bash scripts/run.sh- to do analysis of previous acecoder dataset
cd acecoderv2/synthesizer
python ../scripts/format_old_acecoderv2_data
bash scripts/run_old_acecoderv2.sh