Skip to content

Llama with inputs_embeds only(LLava-v1.5 bug fixed) and Llava-v1.6 Su… #59

Llama with inputs_embeds only(LLava-v1.5 bug fixed) and Llava-v1.6 Su…

Llama with inputs_embeds only(LLava-v1.5 bug fixed) and Llava-v1.6 Su… #59

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-docs
- run: pip install mkdocstrings-python mkdocs-material griffe-typingdoc
- run: mkdocs gh-deploy --force