Skip to content

Fix typo in WerMetric: use hyp_seqs instead of ref_seqs for hyp_seqs_list #3158

Fix typo in WerMetric: use hyp_seqs instead of ref_seqs for hyp_seqs_list

Fix typo in WerMetric: use hyp_seqs instead of ref_seqs for hyp_seqs_list #3158

Workflow file for this run

# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.
name: CI
on:
pull_request:
paths-ignore:
- '**.md'
- 'ci/**'
jobs:
build_doc:
name: Build documentation
uses: ./.github/workflows/_build_doc.yaml