File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : ' Checkout'
10
10
uses : actions/checkout@master
11
- - name : ' Yamllint'
11
+ - name : ' Yamllint model gallery '
12
12
uses : karancode/yamllint-github-action@master
13
13
with :
14
14
yamllint_file_or_dir : ' gallery'
15
15
yamllint_strict : false
16
16
yamllint_comment : true
17
17
env :
18
18
GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19
+ - name : ' Yamllint Backend gallery'
20
+ uses : karancode/yamllint-github-action@master
21
+ with :
22
+ yamllint_file_or_dir : ' backend'
23
+ yamllint_strict : false
24
+ yamllint_comment : true
25
+ env :
26
+ GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
1
+ ---
1
2
# # vLLM
2
3
- &vllm
3
4
name : " cuda11-vllm"
4
5
uri : " quay.io/go-skynet/local-ai-backends:latest-gpu-nvidia-cuda-11-vllm"
5
6
license : apache-2.0
6
7
urls :
7
- - https://github.com/vllm-project/vllm
8
+ - https://github.com/vllm-project/vllm
8
9
tags :
9
10
- text-to-text
10
11
- multimodal
238
239
license : MIT
239
240
name : " cuda11-faster-whisper-master"
240
241
uri : " quay.io/go-skynet/local-ai-backends:master-gpu-nvidia-cuda-11-faster-whisper"
241
- alias : " faster-whisper"
242
+ alias : " faster-whisper"
242
243
- !!merge <<: *faster-whisper
243
244
name : " cuda12-faster-whisper-master"
244
245
uri : " quay.io/go-skynet/local-ai-backends:master-gpu-nvidia-cuda-12-faster-whisper"
You can’t perform that action at this time.
0 commit comments