You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from nnsight import CONFIG
CONFIG.set_default_api_key("<your api key here>")
It may be on the website, but I couldn't find it quickly if it was. Should be front and center somewhere.
Side note, I think this setup in general should be changed - it incentivizes people putting in API keys in raw form, to code that has a high chance of getting thrown on github somewhere. Much better in my opinion would be using click or similar to add an nnsight login CLI command, similar to the huggingface login command.
The text was updated successfully, but these errors were encountered:
I had to find the below from this colab:
It may be on the website, but I couldn't find it quickly if it was. Should be front and center somewhere.
Side note, I think this setup in general should be changed - it incentivizes people putting in API keys in raw form, to code that has a high chance of getting thrown on github somewhere. Much better in my opinion would be using
click
or similar to add annnsight login
CLI command, similar to thehuggingface login
command.The text was updated successfully, but these errors were encountered: