Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable shared memory by default, and fix --stop_after flag for vdb_upload example #1755

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Restore the default source type to rss
  • Loading branch information
dagardner-nv committed Jun 24, 2024
commit 6b9054a1ed05499c1705e4d05796bb58b465a172
2 changes: 1 addition & 1 deletion examples/llm/vdb_upload/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def run():
@click.option("--source_type",
multiple=True,
type=click.Choice(['rss', 'filesystem', 'doca'], case_sensitive=False),
default=[],
default=['rss'],
show_default=True,
help="The type of source to use. Can specify multiple times for different source types.")
@click.option(
Expand Down
Loading