replicate / cog-llama-template

LLaMA Cog template
Apache License 2.0
307 stars 52 forks source link

fix check_files_exist for nested paths #77

Open technillogue opened 1 year ago

technillogue commented 1 year ago

right now check_files_exist is broken because os.listdir doesn't iterate over dirs and remote_paths is stuff like "params/config.json". this makes iterating locally annoying