We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi HF Team, I want to use NVIDIA api to evalute deepseek R1.
The api call format is like
client = OpenAI( base_url="https://integrate.api.nvidia.com/v1", api_key="NVIDIA_API_KEY" )
Can I Use this format to use lighteval endpoint openai? I am not sure how to pass the api_key and base_url into the endpoint
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue encountered
Hi HF Team, I want to use NVIDIA api to evalute deepseek R1.
The api call format is like
client = OpenAI(
base_url="https://integrate.api.nvidia.com/v1",
api_key="NVIDIA_API_KEY"
)
Can I Use this format to use lighteval endpoint openai? I am not sure how to pass the api_key and base_url into the endpoint
Thanks
The text was updated successfully, but these errors were encountered: