gemma-2-27b-it Model Access
#30
by
RAGUWING
- opened
Hi
@RAGUWING
, You need to create and provide the HF_token
to able to access the Gemma models. Please create a token by clicking on Settings - Access token - Create new tokens and provide the HF_token
value by using below code in your notebook:
from huggingface_hub import notebook_login
notebook_login()
You can also refer this similar issue for the access authorization steps. Thank you.