Skip to content

Commit 6ff1184

Browse files
committed
Updated tools folder under llama-recipes
1 parent a5d864e commit 6ff1184

32 files changed

+1
-93451
lines changed

.github/scripts/check_copyright_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# This software may be used and distributed according to the terms of the Llama 2 Community License Agreement.\n\n"""
1212

1313
#Files in black list must be relative to main repo folder
14-
BLACKLIST = ["eval/open_llm_leaderboard/hellaswag_utils.py"]
14+
BLACKLIST = ["tools/benchmarks/llm_eval_harness/open_llm_leaderboard/hellaswag_utils.py"]
1515

1616
if __name__ == "__main__":
1717
for ext in ["*.py", "*.sh"]:

recipes/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ This folder contains examples organized by topic:
1111
[llama_api_providers](./llama_api_providers)|Scripts to run inference on Llama via hosted endpoints
1212
[benchmarks](./benchmarks)|Scripts to benchmark Llama 3 models inference on various backends
1313
[code_llama](./code_llama)|Scripts to run inference with the Code Llama models
14-
[evaluation](./evaluation)|Scripts to evaluate fine-tuned Llama 3 models using `lm-evaluation-harness` from `EleutherAI`

recipes/benchmarks/inference_throughput/tokenizer/special_tokens_map.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)