Skip to content

Commit

Permalink
Fix missing end of file chars
Browse files Browse the repository at this point in the history
Signed-off-by: Abolfazl Shahbazi <[email protected]>
  • Loading branch information
ashahba committed Nov 15, 2024
1 parent bf21f8b commit dfc3776
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/code_spell_ignore.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rouge
Rouge
ROUGE
ROUGE
2 changes: 1 addition & 1 deletion .github/license_template.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (C) 2024 Intel Corporation
SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion .github/workflows/docker/code-scan.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ RUN python -m pip install --no-cache-dir bandit==1.7.8
RUN wget -O /bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64
RUN chmod +x /bin/hadolint

WORKDIR /
WORKDIR /
2 changes: 1 addition & 1 deletion .github/workflows/docker/hpu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ RUN cd /genaieval && \
pip install --upgrade-strategy eager optimum[habana] && \
pip list

WORKDIR /genaieval/
WORKDIR /genaieval/
2 changes: 1 addition & 1 deletion .github/workflows/scripts/change_color
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ BG_GRAY="echo -en \\E[47m"
# ------------- background_color end----------------

# close
RESET="echo -en \\E[0m"
RESET="echo -en \\E[0m"
2 changes: 1 addition & 1 deletion evals/benchmark/ragas/ground_truth.jsonl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
{"question": "How does Nike view the role of intellectual property in its business strategy?", "context": ["We believe that our intellectual property rights are important to our brand, our success and our competitive position."], "ground_truth": "Nike considers its intellectual property rights critical to its brand, success, and competitive position. They actively pursue protection of these rights and vigorously defend them against third-party infringement."}
{"question": "What is Nike's approach to diversity, equity, and inclusion within its workforce?", "context": ["Diversity, equity and inclusion ('DE&I') is a strategic priority for NIKE and we are committed to having an increasingly diverse team and culture."], "ground_truth": "Nike prioritizes fostering an inclusive and accessible workplace, aiming to expand representation across all dimensions of diversity. They have specific goals for increasing representation among women globally and U.S. racial and ethnic minorities by fiscal 2025."}
{"question": "How does Nike address the environmental impact of its operations?", "context": ["Our mission is aligned with our deep commitment to maintaining an environment where all NIKE employees have the opportunity to reach their full potential."], "ground_truth": "Nike is focused on sustainability, aiming to create products more sustainably, such as through using environmentally friendly materials and processes, and investing in global communities to promote a more equitable future."}
{"question": "What financial impact did Nike's U.S. operations have in fiscal year 2023?", "context": ["For fiscal 2023, NIKE Brand and Converse sales in the United States accounted for approximately 43% of total revenues."], "ground_truth": "Nike Brand and Converse sales in the United States accounted for approximately 43% of total revenues for fiscal 2023."}
{"question": "What financial impact did Nike's U.S. operations have in fiscal year 2023?", "context": ["For fiscal 2023, NIKE Brand and Converse sales in the United States accounted for approximately 43% of total revenues."], "ground_truth": "Nike Brand and Converse sales in the United States accounted for approximately 43% of total revenues for fiscal 2023."}
2 changes: 1 addition & 1 deletion evals/benchmark/stresscli/commands/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ row_name = Aggregated
[testspec.yaml]
benchmarkresult = *
benchmarkspec = users max_requests
hardwarespec = containerRuntimeVersion cpu
hardwarespec = containerRuntimeVersion cpu
2 changes: 1 addition & 1 deletion evals/evaluation/agent_eval/crag_eval/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN cd /home/user/ && \

ENV PYTHONPATH=$PYTHONPATH:/home/user/GenAIEval/

WORKDIR /home/user
WORKDIR /home/user

0 comments on commit dfc3776

Please sign in to comment.