Skip to content

Commit

Permalink
Merge pull request #492 from containers/renovate/auto-merged-updates
Browse files Browse the repository at this point in the history
Update Auto merged updates
  • Loading branch information
lmilbaum committed May 13, 2024
2 parents 2df4681 + 6d05f9a commit 9107f0c
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instructlab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Build Image
id: build_image
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/manual_build_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Build llamacpp_python cuda
id: build_llamacpp_python_cuda
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
# required for multi-arch builds
- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

# required for multi-arch builds
- name: Install qemu dependency
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

# required for multi-arch builds
- name: Install qemu dependency
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror_repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.repository == 'containers/ai-lab-recipes'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_converter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing_framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ jobs:
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
ref: 'main'

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.0
uses: hashicorp/setup-terraform@v3.1.1
with:
terraform_version: "1.7.5"
terraform_wrapper: false
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
if: github.repository == 'containers-mirror/ai-lab-recipes'
runs-on: ubuntu-22.04-2core
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: chatbot
working-directory: ./recipes/natural_language_processing/chatbot
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/training-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ jobs:
aws_ami_architecture: x86_64
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
ref: 'main'

- name: Setup Terraform
uses: hashicorp/setup-terraform@v3.1.0
uses: hashicorp/setup-terraform@v3.1.1
with:
terraform_version: "1.7.5"
terraform_wrapper: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/training_bootc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Install qemu dependency
run: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Build Image
id: build_image
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Login to Container Registry
uses: redhat-actions/podman-login@v1.7
Expand Down
2 changes: 1 addition & 1 deletion model_servers/llamacpp_python/src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
llama-cpp-python[server]==0.2.69
llama-cpp-python[server]==0.2.74
pip==24.0
2 changes: 1 addition & 1 deletion model_servers/object_detection_python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tokenizers==0.19.1
torch==2.3.0
torchvision==0.18.0
tqdm==4.66.4
transformers==4.40.1
transformers==4.40.2
typing_extensions==4.11.0
urllib3==2.2.1
uvicorn==0.29.0

0 comments on commit 9107f0c

Please sign in to comment.