chore: uncomment (#413)

release-0.2
vodkaslime 2023-09-08 10:31:29 +08:00 committed by GitHub
parent d51336847b
commit 8955cf0f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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__":