-
Notifications
You must be signed in to change notification settings - Fork 12.1k
scripts: Fix remote option in Windows (#14102) #14100
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
base: master
Are you sure you want to change the base?
Conversation
fixes #14102 |
The |
Probably. I do not know enough of the codebase to do this kind of change so I just fixed the errors I got while running the script |
Would you be willing to give it a go? It's fairly simple. Change this: llama.cpp/convert_hf_to_gguf.py Line 6352 in 1caae7f
Change this to llama.cpp/convert_hf_to_gguf.py Line 6461 in 1caae7f
Move this assignment into an llama.cpp/convert_hf_to_gguf.py Lines 6456 to 6464 in 1caae7f
No llama.cpp/convert_hf_to_gguf.py Line 6489 in 1caae7f
|
|
||
if args.remote: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if args.remote: | |
if args.remote: |
@pqnet Nice, will merge once you fix linting failure. |
Make sure to read the contributing guidelines before submitting a PR