File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: python-3.10
55
66on :
77 push :
8- branches : [ "main", "indraneil-test" ]
8+ branches : [ "main" ]
99 pull_request :
1010 branches : [ "main" ]
1111
Original file line number Diff line number Diff line change 11#
2- NAMES=(indraneil) # chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
2+ NAMES=(indraneil chien jenny wenhao niklas hanhu ratna simon ming zhihan james xiaoheng armel)
33rm -rf data/clean/*
44mkdir -p data/clean
55for name in " ${NAMES[@]} " ; do
@@ -13,8 +13,8 @@ python script/parse.py
1313gzip -c data/wild-code-bench.jsonl > data/wild-code-bench.jsonl.gz
1414
1515# # used for WildCode evaluation
16- pip install -U wild-code
17- python script/eval.py --samples data/wild-code-bench.jsonl
16+ # pip install -U wild-code
17+ # python script/eval.py --samples data/wild-code-bench.jsonl
1818
1919for file in data/processed/* wo_doc.py; do
2020
You can’t perform that action at this time.
0 commit comments