Skip to content

Commit

Permalink
remove local path
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMagnusson committed Dec 5, 2023
1 parent c0002e5 commit c65dec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/example_paloma_config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local ppl_suite = import 'task_sets/paloma_hf_release_val.libsonnet';
local gsheet = null;
//❗Set output_dir to a directory where you want to save outputs as jsonl.gz files .
// Set it to null if you do not want your results saved as jsonl.gz files.
local output_dir = "/Users/ianm/projects/paloma-release/ai2-llm-eval/output/";
local output_dir = null;

local create_models = function(model_path, revisions, gpus_needed) [
{
Expand Down

0 comments on commit c65dec9

Please sign in to comment.