There are probably many people using whoami.
pip install -U huggingface_hub
from huggingface_hub import login, whoami
login(token="hf_....")
whoami()
There are probably many people using whoami.
pip install -U huggingface_hub
from huggingface_hub import login, whoami
login(token="hf_....")
whoami()