Skip to content

ci: add a safe sleep period of 10s after booting #5

ci: add a safe sleep period of 10s after booting

ci: add a safe sleep period of 10s after booting #5

Workflow file for this run

name: LLM Inference Test
on: [push]
jobs:
llm-riscv-llama-test:
timeout-minutes: 360
runs-on: ubuntu-latest
container:
image: ghcr.io/joennlae/qemu-riscv-vec:latest
env:
CC: gcc-13
CXX: g++-13
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- name: Run Llama 2 7B Inference Test
run: |
bash /root/ubuntu-riscv-vector/startup.sh
cd test
make test-llama