File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
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", "240-branch-to-diverge-cicd-scale-nlp -hpo-from-at-scale-study " ]
8+ branches : [ "main", "251-femto-scale-smoke-test-of-llm -hpo-in-oci-container " ]
99
1010permissions :
1111 contents : read
4343 # - name: Test image classifier - small subset of CIFAR10 # add back
4444 # timeout-minutes: 90
4545 # run: python3 cifar10-example.py
46- - name : Generative Proof Of Concept
47- timeout-minutes : 180
48- run : python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
46+ - name : build the HPO container
47+ run : |
48+ docker build -t hpo-study-single-pod-container:0001 .
49+ docker run -d -p 5000:80 hpo-study-single-pod-container:0001
50+ # - name: Generative Proof Of Concept
51+ # timeout-minutes: 180
52+ # run: python3 generative-proof-of-concept-CPU-preprocessing-in-memory.py
4953 # - name: Phishing email detection with GPT2 embedding
5054 # timeout-minutes: 420
5155 # run: python3 phishing_email_detection_gpt2.py
You can’t perform that action at this time.
0 commit comments