Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
meta-llama
Llama Recipes
Commits
6224bd56
Commit
6224bd56
authored
4 months ago
by
Aidan Do
Browse files
Options
Downloads
Patches
Plain Diff
update comment
parent
b442625b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/benchmarks/llm_eval_harness/meta_eval/prepare_meta_eval.py
+1
-1
1 addition, 1 deletion
...enchmarks/llm_eval_harness/meta_eval/prepare_meta_eval.py
with
1 addition
and
1 deletion
tools/benchmarks/llm_eval_harness/meta_eval/prepare_meta_eval.py
+
1
−
1
View file @
6224bd56
...
...
@@ -135,7 +135,7 @@ def change_yaml(args, base_name):
)
)
# 3.2 evals dataset has a differents set of evals from 3.1
# so update
the
tasks in
the
meta_pretrain.yaml
file
(3.2 for meta_instruct.yaml not supported yet)
# so update tasks in meta_pretrain.yaml (3.2 for meta_instruct.yaml not supported yet)
with
open
(
args
.
template_dir
+
"
/meta_pretrain.yaml
"
,
"
r
"
)
as
yaml_file
:
meta_pretrain
=
yaml
.
safe_load
(
yaml_file
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment