Commit 76313b49 authored by laibao's avatar laibao
Browse files

Update examples/llava_example.py

parent 769c852d
......@@ -87,12 +87,12 @@ if __name__ == "__main__":
os.makedirs(local_directory, exist_ok=True)
# Use AWS CLI to sync the directory, assume anonymous access
subprocess.check_call([
"aws",
"s3",
"sync",
s3_bucket_path,
local_directory,
"--no-sign-request",
])
# subprocess.check_call([
# "aws",
# "s3",
# "sync",
# s3_bucket_path,
# local_directory,
# "--no-sign-request",
# ])
main(args)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment