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

Update examples/llava_example.py

parent 769c852d
...@@ -87,12 +87,12 @@ if __name__ == "__main__": ...@@ -87,12 +87,12 @@ if __name__ == "__main__":
os.makedirs(local_directory, exist_ok=True) os.makedirs(local_directory, exist_ok=True)
# Use AWS CLI to sync the directory, assume anonymous access # Use AWS CLI to sync the directory, assume anonymous access
subprocess.check_call([ # subprocess.check_call([
"aws", # "aws",
"s3", # "s3",
"sync", # "sync",
s3_bucket_path, # s3_bucket_path,
local_directory, # local_directory,
"--no-sign-request", # "--no-sign-request",
]) # ])
main(args) 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