chore: uncomment (#413)
parent
d51336847b
commit
8955cf0f93
|
|
@ -83,7 +83,7 @@ def generate_completion_segments(args):
|
||||||
toml.dump(config, f)
|
toml.dump(config, f)
|
||||||
|
|
||||||
sample_index_command = [binary, "scheduler", "--now"]
|
sample_index_command = [binary, "scheduler", "--now"]
|
||||||
# subprocess.run(sample_index_command, env={"TABBY_ROOT": sample_path})
|
subprocess.run(sample_index_command, env={"TABBY_ROOT": sample_path})
|
||||||
|
|
||||||
# Read in dataset.jsonl and build segments
|
# Read in dataset.jsonl and build segments
|
||||||
contents = []
|
contents = []
|
||||||
|
|
@ -179,7 +179,7 @@ def rewrite_prompt(args):
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
args = toml.load("eval.toml")
|
args = toml.load("eval.toml")
|
||||||
# index(args)
|
index(args)
|
||||||
rewrite_prompt(args)
|
rewrite_prompt(args)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue