Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Auto merged updates #492

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].5

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

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5

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

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
uses: actions/[email protected].5
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
ref: 'main'

- name: Setup Terraform
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
uses: actions/[email protected].5
with:
path: main

- name: Checkout terraform module
id: checkout-module
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
repository: containers/terraform-test-environment-module
path: terraform-test-environment-module
ref: 'main'

- name: Setup Terraform
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].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/[email protected].4
- uses: actions/[email protected].5

- name: Login to Container Registry
uses: redhat-actions/[email protected]
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
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