Skip to content

Commit

Permalink
updated 'build all' workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Aug 29, 2023
1 parent 63dc7ce commit b94ccf6
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 9 deletions.
40 changes: 37 additions & 3 deletions .github/workflows/build-all_r35.2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ jobs:
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv l4t-text-generation
llama_cpp:
name: "llama_cpp"
llama_cpp-ggml:
name: "llama_cpp:ggml"
runs-on: [self-hosted, jetson, r35.2.1]
steps:
- run: |
Expand All @@ -409,7 +409,41 @@ jobs:
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp:ggml
llama_cpp-gguf:
name: "llama_cpp:gguf"
runs-on: [self-hosted, jetson, r35.2.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp:gguf
llamaspeak:
name: "llamaspeak"
runs-on: [self-hosted, jetson, r35.2.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llamaspeak
nemo:
name: "nemo"
runs-on: [self-hosted, jetson, r35.2.1]
Expand Down
40 changes: 37 additions & 3 deletions .github/workflows/build-all_r35.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ jobs:
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv l4t-text-generation
llama_cpp:
name: "llama_cpp"
llama_cpp-ggml:
name: "llama_cpp:ggml"
runs-on: [self-hosted, jetson, r35.3.1]
steps:
- run: |
Expand All @@ -409,7 +409,41 @@ jobs:
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp:ggml
llama_cpp-gguf:
name: "llama_cpp:gguf"
runs-on: [self-hosted, jetson, r35.3.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp:gguf
llamaspeak:
name: "llamaspeak"
runs-on: [self-hosted, jetson, r35.3.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llamaspeak
nemo:
name: "nemo"
runs-on: [self-hosted, jetson, r35.3.1]
Expand Down
40 changes: 37 additions & 3 deletions .github/workflows/build-all_r35.4.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ jobs:
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv l4t-text-generation
llama_cpp:
name: "llama_cpp"
llama_cpp-ggml:
name: "llama_cpp:ggml"
runs-on: [self-hosted, jetson, r35.4.1]
steps:
- run: |
Expand All @@ -409,7 +409,41 @@ jobs:
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp:ggml
llama_cpp-gguf:
name: "llama_cpp:gguf"
runs-on: [self-hosted, jetson, r35.4.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llama_cpp:gguf
llamaspeak:
name: "llamaspeak"
runs-on: [self-hosted, jetson, r35.4.1]
steps:
- run: |
cat /etc/nv_tegra_release
- name: "Checkout ${{ github.repository }} SHA=${{ github.sha }}"
run: |
echo "$RUNNER_WORKSPACE"
cd $RUNNER_WORKSPACE
git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY || echo 'repo already cloned or another error encountered'
cd jetson-containers
git fetch origin
git checkout $GITHUB_SHA
git status
ls -a
- run: ./build.sh --name=runner/ --push=dustynv llamaspeak
nemo:
name: "nemo"
runs-on: [self-hosted, jetson, r35.4.1]
Expand Down

0 comments on commit b94ccf6

Please sign in to comment.