Skip to content

Commit 9769575

Browse files
authored
nit: correct README (#23)
* fix(README): changed distill_main.py to main.py for ctx distill * fix(README): add python path in new conda env for ctx distill * fix(README): add python path in new conda env for ctx distill * chore: Remove eval README
1 parent 4f9c922 commit 9769575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ tmux at -t main || tmux new -s main
9292
# NOTE: context distillation (https://arxiv.org/abs/2209.15189) is not distilling external models but distilling themselves with more context
9393
conda create -n purp python=3.12 -y
9494
conda activate purp
95+
export PYTHONPATH=$PYTHONPATH:$(pwd)
9596
pip install -r requirements.txt
9697
# Sampling
97-
python datagen/ctxdistill/distill_main.py --model openai/Qwen/Qwen2.5-14B-Instruct-1M --sample-per-prompt 8 --concurrency 400
98+
python datagen/ctxdistill/main.py --model openai/Qwen/Qwen2.5-14B-Instruct-1M --sample-per-prompt 8 --concurrency 400
9899
tmux detach
99100
# ---------------------------
100101

0 commit comments

Comments
 (0)