Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
laibao
llava_vllm
Commits
76313b49
Commit
76313b49
authored
Nov 05, 2024
by
laibao
Browse files
Update examples/llava_example.py
parent
769c852d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
examples/llava_example.py
examples/llava_example.py
+8
-8
No files found.
examples/llava_example.py
View file @
76313b49
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment