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

Add User-Agent header to download_dataset function for fixing HTTP Error 403 #551

Open
wants to merge 4 commits into
base: branch-25.02
Choose a base branch
from

Conversation

LizYou
Copy link

@LizYou LizYou commented Dec 26, 2024

Fix the HTTP Error 403 when using urlretrieve()

Fix the HTTP Error 403 by using urlretrieve()

Signed-off-by: Lizhen You <[email protected]>
@LizYou LizYou requested a review from a team as a code owner December 26, 2024 01:36
Copy link

copy-pr-bot bot commented Dec 26, 2024

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

LizYou and others added 2 commits December 28, 2024 04:04
Fixing the following warning during benchmark run
./cuvs_benchmarks/lib/python3.12/site-packages/cuvs_bench/run/run.py:186: UserWarning: Could not load YAML config ./lib/python3.12/site-packages/cuvs_bench/run/../config/algos/__pycache__ due to [Errno 21] Is a directory: '
  warnings.warn(f"Could not load YAML config {algo_f} due to {e}")

Signed-off-by: Lizhen You <[email protected]>
@cjnolet cjnolet added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jan 8, 2025
@cjnolet
Copy link
Member

cjnolet commented Jan 8, 2025

/ok to test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change Python
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

2 participants