We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282accf commit 0850731Copy full SHA for 0850731
.github/workflows/python-3.10.yml
@@ -5,7 +5,7 @@ name: python-3.10
5
6
on:
7
push:
8
- branches: [ "main" , "indraneil-test" ]
+ branches: [ "main" ]
9
pull_request:
10
branches: [ "main" ]
11
script/run.sh
@@ -12,8 +12,8 @@ python script/parse.py
12
gzip -c data/wild-code-bench.jsonl > data/wild-code-bench.jsonl.gz
13
14
# # used for WildCode evaluation
15
-pip install -U wild-code
16
-python script/eval.py --samples data/wild-code-bench.jsonl
+# pip install -U wild-code
+# python script/eval.py --samples data/wild-code-bench.jsonl
17
18
for file in data/processed/*wo_doc.py; do
19
0 commit comments