mirror of https://github.com/InternLM/InternLM
Update web_demo.py
parent
830c0cc2a8
commit
0676254266
|
@ -205,6 +205,7 @@ def parse_args():
|
|||
|
||||
def main(args):
|
||||
torch.cuda.empty_cache()
|
||||
|
||||
print("load model begin.")
|
||||
model, tokenizer = load_model(args.model_path)
|
||||
print("load model end.")
|
||||
|
|
Loading…
Reference in New Issue