You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use llama-7B for factscore, but have problem when running download_data.
after loading checkpoint shards, RecursionError: maximum recursion depth exceeded while calling a Python object occurs while
running on recover_instruct_llama(args.llama_7B_HF_path, os.path.join(args.model_dir, "inst-llama-7B"))
The text was updated successfully, but these errors were encountered:
Hi @mungg,
Thanks for reaching out and reporting this issue. Could you share the entire stack trace with us, specifically on what line of the recover_instruct_llama you faced this error, and what command you used to run this?
I tried to use llama-7B for factscore, but have problem when running download_data.
after loading checkpoint shards,
RecursionError: maximum recursion depth exceeded while calling a Python object
occurs whilerunning on
recover_instruct_llama(args.llama_7B_HF_path, os.path.join(args.model_dir, "inst-llama-7B"))
The text was updated successfully, but these errors were encountered: