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

NVCF assets support #755

Closed
wants to merge 2 commits into from
Closed

NVCF assets support #755

wants to merge 2 commits into from

Conversation

mwawrzos
Copy link
Collaborator

This MR enables uploading assets above given threshold to NVCF assets, and use them in requests to benchmarked model.

import base64
import json
import time
from pathlib import Path

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'Path' is not used.
from pathlib import Path
from typing import Dict

import genai_perf.logging as logging

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'logging' is not used.
@@ -0,0 +1,180 @@
import base64
import json

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'json' is not used.
Base automatically changed from vision-language to main July 18, 2024 21:38
@nv-hwoo nv-hwoo force-pushed the nvcf-assets-support branch from 231c5d0 to d1f8384 Compare July 23, 2024 18:22
@mwawrzos mwawrzos closed this Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant