Skip to content

Merge branch 'main' into dependabot/pip/application/langchain-0.3.0 #278

Merge branch 'main' into dependabot/pip/application/langchain-0.3.0

Merge branch 'main' into dependabot/pip/application/langchain-0.3.0 #278

name: Nightly
on: []
# schedule:
# - cron: "0 16 * * *"
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
call-inference:
uses: ./.github/workflows/workflow_inference.yml
with:
ci_type: nightly
call-inference-gaudi:
uses: ./.github/workflows/workflow_inference_gaudi2.yml
with:
ci_type: nightly
call-finetune:
uses: ./.github/workflows/workflow_finetune.yml
with:
ci_type: nightly
call-benchmark:
uses: ./.github/workflows/workflow_test_benchmark.yml
with:
ci_type: nightly
# call-finetune-on-intel-gpu:
# uses: ./.github/workflows/workflow_finetune_gpu.yml
# with:
# ci_type: nightly