Help
#8
by
satvikahuja
- opened
Can someone please tell me how get access to the model, i have pressed the button which came as "Gain access" still when i try to install from code it says i dont have permission and i need to login
Are you taking the HG tocken ?
Code example
from huggingface_hub import login
from vllm import LLM
from vllm.sampling_params import SamplingParams
Login to Hugging Face
login(token="**************")