-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 config for hf token or ask user #8
Comments
maybe what i was describing with |
Sounds like a great idea, let's think about how best to distinguish this from the configuration that we set for individual inference endpoints. We can add an alias for |
Somehow I think that the configuration is tool specific so if we implement both, config or configure should be about this command that sets the token and we would need to rename how we refer to the payload sent to setup the endpoint and same for the command. It could be |
We should prioritise this. For example I was just describing to Gina how to use the tool and she has to set a variable every time to use it which is not ideal or user friendly |
Add a command to set
HUGGINGFACE_READ_TOKEN
. If a config or an environment variable is missing ask the user similar to whatwandb
tool is doing.The config command can be later used to set additional information that live in the payload to make it easier to deploy without a json
The text was updated successfully, but these errors were encountered: