Rerank scorer: опция для выбора источника для расчета вектора вероятн… #903
This file contains hidden or 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: test optimization | |
on: | |
push: | |
branches: | |
- dev | |
pull_request: | |
jobs: | |
test: | |
uses: ./.github/workflows/reusable-test.yaml | |
with: | |
test_command: pytest -n auto tests/pipeline/test_optimization.py |