Skip to content

Add log for loading LLM for first time. #21

Add log for loading LLM for first time.

Add log for loading LLM for first time. #21

Workflow file for this run

name: remote
on:
push:
branches:
- 'main'
paths:
- 'poetry.lock'
jobs:
remote:
runs-on: ubuntu-latest
steps:
- uses: mishajw/remote@main
with:
dockerhub_repo: 'ccs'
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}