Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/codecov/codecov-ac…
Browse files Browse the repository at this point in the history
…tion-5
  • Loading branch information
maschad authored Feb 3, 2025
2 parents c468dd8 + d1851c6 commit 6d6e980
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: Security audit
permissions:
checks: write
contents: read
security-events: write
on:
schedule:
- cron: "0 0 * * *" # Run at midnight every day
Expand All @@ -19,3 +23,4 @@ jobs:
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2023-0071
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ services:
<<: *inference-service-cuda
container_name: chat-completions
profiles: [chat_completions_vllm]
image: vllm/vllm-openai:v0.7.0
image: vllm/vllm-openai:v0.7.1
environment:
# Backend for attention computation
# Available options:
Expand Down

0 comments on commit 6d6e980

Please sign in to comment.