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
ghcr.io/predibase/lorax:24cb494
HUGGING_FACE_HUB_TOKEN
LORAX_USE_GLOBAL_HF_TOKEN=1
curl http://XXXX/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "PRIVATE_HF_HUB_PATH", "messages": [ { "role": "system", "content": "You are a helpful assistant who gives detailed informations" }, { "role": "user", "content": "Hello!" } ] }'
I've got the error below.
{"error":"Request failed during generation: Server error: No valid adapter config file found: tried None and None","error_type":"generation"}%
I should return the result correctly even though I don't send api_token on request
api_token
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System Info
ghcr.io/predibase/lorax:24cb494
Information
Tasks
Reproduction
HUGGING_FACE_HUB_TOKEN
as environment when running docker containerLORAX_USE_GLOBAL_HF_TOKEN=1
as environmentI've got the error below.
Reason why this happens
Expected behavior
I should return the result correctly even though I don't send
api_token
on requestThe text was updated successfully, but these errors were encountered: