File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Python application
55
66on :
77 push :
8- branches : [ "main", "169-use-a-more-scalable-tokenizer " ]
8+ branches : [ "main", "171-upgrade-tf-2190 " ]
99
1010permissions :
1111 contents : read
@@ -35,14 +35,14 @@ jobs:
3535 # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3636 - name : Test distributed random search Ames by running
3737 run : python3 regression-example-ames-no-preproc.py
38- - name : Test distributed random search Ames by running - Val set
39- run : python3 regression-example-ames-no-preproc-val-set.py
38+ # - name: Test distributed random search Ames by running - Val set
39+ # run: python3 regression-example-ames-no-preproc-val-set.py
4040 # - name: Test text classifier - random search - ham-spam
4141 # run: python3 text-class-ham-or-spam.py
4242 # timeout-minutes: 90
43- - name : Test image classifier - small subset of CIFAR10 # add back
44- timeout-minutes : 90
45- run : python3 cifar10-example.py
43+ # - name: Test image classifier - small subset of CIFAR10 # add back
44+ # timeout-minutes: 90
45+ # run: python3 cifar10-example.py
4646 - name : Phishing email detection with GPT2 embedding
4747 timeout-minutes : 420
4848 run : python3 phishing_email_detection_gpt2.py
You can’t perform that action at this time.
0 commit comments