-
Notifications
You must be signed in to change notification settings - Fork 107
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
ramalama login - TypeError: expected str, bytes or os.PathLike object, not NoneType #698
Comments
@miabbott I was checking another issue you opened, have you see similar issue above? Am I missing something? |
@dougsland I repeated my install in a clean Python Though after installing
Kind of confusing that I need to provide a username/password when I already have a token (#709) |
Agreed @miabbott, going to investigate. Thanks for sharing the commands. |
We need to re-implement our own version of huggingface-cli. llama.cpp and huggingface-cli are two reference implementations we can follow for logins etc. Unfortunately it's difficult to use huggingface-cli as a python package. But luckily enough, it's not difficult to implement this from scratch. |
It wouldn't be a bad first PR, just to simply print a message in the meantime that this functionality doesn't exist in RamaLama. You don't need to login to hf for the public models. |
I might be doing the wrong process to login into huggingface, please help me to understand the right process. Anyway, this output seems very nasty. Am I doing the login correct?
401: Unauthorized, okay, lets login (see next step)
Trying to login first:
I am using source code from master.
The text was updated successfully, but these errors were encountered: