Skip to content

Commit 4ed9cd3

Browse files
author
Christian Newman
committed
add download_files() to lm execution flow for the way we are currently using cache-- this should probably be fixed
1 parent 28dd47c commit 4ed9cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ if __name__ == "__main__":
8888

8989
start_server(temp_config=config)
9090
elif args.model_type == "lm_based":
91+
download_files()
9192
if not args.local:
9293
start_server(temp_config={
9394
'script_dir': SCRIPT_DIR,

0 commit comments

Comments
 (0)