File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Code owners, to get auto-filled reviewer lists
2
2
3
3
# To start with, we just assume everyone in the core team is included on all reviews
4
- * @ adulai @ ccreutzi @ debymf @ MiriamScharnke @ vpapanasta
4
+ * @ adulai @ ccreutzi @ debymf @ MiriamScharnke @ vpapanasta @ dferreir @ mscharnk @ vpapanas
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push]
3
3
jobs :
4
4
test :
5
5
name : Run MATLAB Tests and Generate Artifacts
6
- runs-on : ubuntu-latest
6
+ runs-on : [self-hosted, runner-source=AWS, CORE008]
7
7
steps :
8
8
- name : Check out repository
9
9
uses : actions/checkout@v4
33
33
ollama pull moondream
34
34
OLLAMA_HOST=127.0.0.1:11435 ollama pull qwen2:0.5b
35
35
- name : Set up MATLAB
36
- uses : matlab -actions/setup-matlab@v2
36
+ uses : mw -actions/matlab-actions- setup-matlab@v2
37
37
with :
38
38
products : Text_Analytics_Toolbox
39
39
cache : true
45
45
AZURE_OPENAI_ENDPOINT : ${{ secrets.AZURE_ENDPOINT }}
46
46
AZURE_OPENAI_API_KEY : ${{ secrets.AZURE_KEY }}
47
47
SECOND_OLLAMA_ENDPOINT : 127.0.0.1:11435
48
- uses : matlab-actions/run-tests@v2
48
+ MLM_LICENSE_TOKEN : ${{ secrets.MATLAB_TOKEN }}
49
+ uses : mw-actions/matlab-actions-run-tests@v2
49
50
with :
50
51
test-results-junit : test-results/results.xml
51
52
code-coverage-cobertura : code-coverage/coverage.xml
52
53
source-folder : .
53
- - name : Upload coverage reports to Codecov
54
- uses : codecov/codecov-action@v4
55
- with :
56
- token : ${{ secrets.CODECOV_TOKEN }}
57
- slug : matlab-deep-learning/llms-with-matlab
You can’t perform that action at this time.
0 commit comments