[Inference] Fix auth token and add models starcoder and llama2 (#39) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: llm-ray inference & finetune | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- '.github/**' | |
- 'docker/**' | |
- 'common/**' | |
- 'dev/docker/**' | |
- 'finetune/**' | |
- 'inference/**' | |
- 'rlhf/**' | |
- 'tools/**' | |
- 'pyproject.toml' | |
- 'tests/**' | |
jobs: | |
call-lint: | |
uses: ./.github/workflows/workflow_lint.yml | |
call-tests: | |
uses: ./.github/workflows/workflow_tests.yml | |
call-inference: | |
uses: ./.github/workflows/workflow_inference.yml | |
call-finetune: | |
uses: ./.github/workflows/workflow_finetune.yml |